%%%%%%%%%%%%%%%%%%%%%%% file template_SF2A.tex %%%%%%%%%%%%%%%%%%%%%%%%%
% This is a template file for SF2A-2002 proceedings 
%==========================================
%Les Comptes-Rendus 2002, seront publiés 
%par EDP-Sciences, en anglais.

%La deadline est   le 1er Octobre 2002.

%Le nombre limite (très stricte!) de pages est:
%*    Revues et Contributions orales - 4 pages
%*    Posters - 2 pages
%Les macros de style edp-conf.cls  sont sur le site web
%Veuillez les respecter strictement (pas de bibtex par exemple, etc..).
%Les fichiers .tex et .ps (nomenclature: nom.tex, nom_fig1.ps, nom_fig2a.ps,
%nom_fig2b.ps) seront envoyés par ftp anonyme:

%ftp aramis.obspm.fr
%login anonymous
%cd incoming/sf2a
%mkdir author1
%cd author1
%ascii
%hash (to print `#' for each buffer transferred)
%put author1.tex
%put author1_fig1.ps
%etc..
%bye
%Puis alerter les éditeurs de votre envoi, par mail à sf2a@cesr.fr. Merci!
%%%%%%%%%%%%%%%%%%%%%%%%   EDP Sciences  %%%%%%%%%%%%%%%%%%%%%%%%%%
%
\documentclass{edp-conf}
\usepackage{graphicx}
%
%%%%%%%%%%%%%--PREAMBLE--%%%%%%%%%%%%%%%%%%
%%-----------------------------
%         your macros
%%-------------------------%%----
%%%%%%%%%%%%%%%--BODY--%%%%%%%%%%%%%%%%%%
%
\begin{document}

\TitreGlobal{SF2A 2002}

%%-----------------------------
%%      the top matter
%%-----------------------------
\title{...} 
%
\author{Author1, A.}\address{...}
\author{Author2, B.}\address{...}
\author{Author3, C.}\address{...}
%
\runningtitle{Short title here.. }
%
\setcounter{page}{237}
% Keep this line, even if the page will be settled afterwards..
\index{Author1, A.}
\index{Author2, B.}
\index{Author3, C.}
% Repeat the authors here, this will help to make the final index

\maketitle
%
\begin{abstract} ... \end{abstract}
%
%%-----------------------------
%%      your text
%%-----------------------------
\section{Introduction}
  Enter here the text of your introduction...
\section{...}
\subsection{...}
\subsection{...}
...
\begin{figure}[h]
   \centering
%  If you have a figure, remove the comments % before...
%   \includegraphics[width=9cm]{author1_fig1.ps}
      \caption{ My caption here..}
       \label{figure_mafig}
   \end{figure}

%%-----------------------------
%%      your bibliography
%%-----------------------------
\begin{thebibliography}{}
\bibitem{}Einstein, A., 1926, ApJ, 63, 196 
\end{thebibliography}
\end{document}


