% Template file for the preface of 
% Cism Courses and Lectures volumes
% 
% A.P. 2002/09/19
% A.P. 2007/04/26
%----------------------------------------------
% If you want to print your proofs on Letter paper
% replace a4paper with letterpaper in the next line
\documentclass[11pt,a4paper]{memoir}
%----------------------------------------------
% You may comment next line if your default language
% (and hyphenation patterns) is english 
\usepackage[english]{babel}
%
%----- don't change the following lines -------
\usepackage{CCLPreface}
\tightlists
\begin{document}
\pagestyle{empty}\itshape % italics everywhere
\begin{center}
        \textbf{PREFACE}
\end{center}
\bigskip\noindent  
%
%----- Insert your preface below this line -------

   
%----- end of preface text 
%      insert editor name(s)
%      
%      3 possibilities: 
%        one editor
%        two editor names on the same line
%        two editor names on separate lines
%      uncomment your choice
%      
%\CCLPrefacer{your name}
%\CCLPrefacer{name 1 and name 2}
%\CCLPrefacer{name 1\\ name 2}
%
%----- don't forget the \end{document}
%
\end{document}
