%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% template.tex: template for camera.cls/camera.sty:
% camera-ready papers (Societ\`a Italiana di Fisica)
% 1997/03/18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If you have LaTeX2e, replace the line below with:
% \documentclass{camera}
% If you don't know which version of LaTeX you have,
% leave it as it is and try it out; if it doesn't work,
% try with \documentclass.
% If you really want to know which version of LaTeX
% you have, just 
%     1. typeset this (or any other file) with the command 
%             latex camera
%     2. ignore the errors
%     3. search among the first lines of output for
%        a line such as 
%             LaTeX2e <1996/06/01>
%        or
%             LaTeX Version 2.09 <25 March 1992>

%
%\documentstyle{camera} % this is for ``ancient'' latex installations 
\documentclass{camera}
%\usepackage{graphicx}  % uncomment this if your want to insert figures

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The title, all uppercase; if you want to split it in
% two or more lines, put a \\ macro at each line break
% example: 
%   \title{TITLE: FIRST LINE\\ SECOND LINE}
%
\title{TITLE, ALL CAPITAL LETTERS}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The author(s), separated by commas; do not put a
% comma before the last author, use instead the \and
% macro which produces a normal ``and'' in the
% caps/small caps context
%
\author{First author, Second author \and Last author}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\organization{Affiliation}

\maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Write the text starting from here and using the usual
% LaTeX commands.
%
Text begins here.

% For Figures insertion uncomment the next section

%\begin{figure}
%\includegraphics{figurename}
%\label{fig01} % optional figure label, must be unique
%\end{figure}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End of the paper
%
\end{document}
