% Template file for typesetting contributions to 
% Cism Courses and Lectures volumes
% 
% A.P. 2002/09/19 2007/02/03 2014/06/10
%----------------------------------------------
% If you want to print your proofs on Letter paper
% replace a4paper with letterpaper in the next line
\documentclass[a4paper,article,10pt]{memoir}
%----------------------------------------------
% You may comment next line if your default language
% (and hyphenation patterns) is english 
\usepackage[english]{babel}
%----- don't change next line -----------------
%
\usepackage{CCLAuthor}
%
%----------------------------------------------
%
% AMS-LaTeX
% 
% comment lines from AMS-LaTeX-first 
%                 to AMS-LaTeX-last
% if you don't want to use the AMS-LaTeX package
%
%----------------------------------------------     
\usepackage[reqno]{amsmath}% AMS-LaTeX-first 
\usepackage{amssymb}
\usepackage{amsthm}  
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
\numberwithin{theorem}{chapter}% AMS-LaTeX-last
%
%----------------------------------------------
%
% Other packages needed by your contribution
% should be declared below
% 
\usepackage[round,authoryear]{natbib} % bibliography
\usepackage[]{graphicx}               % graphics
%
%----------------------------------------------
%
\begin{document}
%
%----------------------------------------------
%
%    declare the TITLE of your contribution
%    (see Contribs.tex)
%
\title{}
%    
%    AUTHOR(s) and AFFILIATION(s)
%    (see Contribs.tex for a nontrivial example with
%    two authors and three affiliations)
%
\author{%
    author1 \textsuperscript{*\ddag}
    and 
    author2 \textsuperscript{\dag\ddag}
    % end authors
    \\ \smallskip\small% some space
    % begin affiliations
    \textsuperscript{*} 
    first affil of author 1                     
    \\
    \textsuperscript{\dag} 
    first affil of author2
    \\
    \textsuperscript{\ddag}
    common affil
    }% end affiliations
%   
%   
%   
    \maketitle
%
%----------------------------------------------
%
%   ABSTRACT: comment the lines between ABS-first and ABS-last 
%   if your contribution has no abstract
%    
% 	abstract is essential for database indexing % ap140610
%
    \begin{abstract}
    the abstract goes here
    \end{abstract}
% 
%
%----------------------------------------------
%   SECTIONING commands
%   numbered section:          \CCLsection{...}
%   unnumbered section:        \CCLsection*{...}
%   
%   numbered subsection:       \CCLsubsection{...}
%   unnumbered subsection:     \CCLsubsection*{...} 
%   
%   there are only unnumbered 
%   subsubsections             \CCLsubsubsection{...}
%   
%----------------------------------------------  
%   template for figure placement
%   
%\begin{figure}[htbp]
%            \centering
%        \includegraphics{file name}
%        \caption{...}
%	\label{...}
%    \end{figure}
%----------------------------------------------  
%   template for table placement
%   
%    \begin{table}[htbp]
%        \centering
%        \caption{...}
%        \begin{tabular}{|c|c|...}
%            \hline
%            ... & ...  \\ % row 1
%            \hline
%            ... & ...  \\ % row 2
%        \end{tabular}
%        \label{...}
%    \end{table}
%----------------------------------------------  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                %
%          BIBLIOGRAPHY with or without BibTeX   %
%                                                %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%      
%   BIBLIOGRAPHY without BibTeX
%   Remove the %% from the lines starting with %%
%   if you want to test it
%   
%%\cite{CG91} investigated\ldots % a citation inside your text
%
% near the end of your document you must insert the bibliographic
% items inside a "thebibliography" environment
% 
%%\par\begin{thebibliography}{0}  % environment start
%%    \bibitem[Charniak and Goldman(1991)]{CG91}
%%             E.~Charniak and R.~Goldman, 
%%      \textit{A probabilistic model of plan recognition},
%%      In {\emph Proceedings of the Ninth Conference on Artificial
%%      Intelligence}, 
%%      pages 160--165, 1991.
% other bibitems below
%   \bibitem[...]{...}
% A. U. Thor, \textit{Knuth's TeX and METAFONT},...
%   
%   \bibitem[...]{...}
%%\end{thebibliography}       % environment end
%
%----------------------------------------------  
%  
%   BIBLIOGRAPHY with BibTeX
%   Remove the %% from the lines starting with %%
%   to test it
% 
%%\cite{CG91} investigated\ldots % a citation inside your text
%
%   near the end of your document you must declare the BibTeX
%   database containing the items you cited (Contribs)
%   as well as the bibliographic style {plainnat}
% 
%%\bibliographystyle{plainnat}
%%\bibliography{Contribs}   
%
    
\end{document}
    
