%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%   sample.tex  -- ESA-SP Conference Proceedings tutorial paper
%   ----------------------------------------------------------
%   Lines starting with "%" are comments; they will be ignored by LaTeX.
%
%   NB! Needs LaTeX2e!
%   You need the file ESASPCS13Style.cls. Please, download by ftp at
%   ftp://rssd.esa.int/pub/ffavata/CS13/Instructions
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[a4paper]{ESASPCS13Style}
\usepackage{epsfig}

\begin{document}

\title{A \LaTeX{} format for the proceedings of the 13th Cool Stars
  Workshop}

\author{F. Favata\inst{1} \and N.\,N.
  Unknown\inst{2}} \institute{Astrophysics Division -- Research and
  Space Science Department of ESA, ESTEC, Postbus 299, NL-2200 AG
  Noordwijk, The Netherlands
  \and Another institute -- Somewhere, Somecountry }

\maketitle 

\begin{abstract}

  This file is an example with instructions for authors preparing
  papers for the proceedings of the 13th Cool Stars Workshop. In
  order to compile this \LaTeX{} file you need the document class {\bf
    ESASPCS13Style.cls}, as well as the \LaTeX{} 2$\epsilon$ package. Note
  that this will \emph{not} work properly on the old \LaTeX{} 2.09!

\keywords{Stars: structure -- Planets: exoplanets -- macros: \LaTeX \ }
\end{abstract}

\section{Introduction}
  
  These instructions are intended to assist you in preparing your paper in
  the format required by the editors. The postscript version of the file is
  intended to illustrate the layout of the paper, and to give general
  instructions on the conventions used in typesetting these proceedings.
  Please see the file {\tt sample.tex} for specific examples of how  to
  implement the various \LaTeX{} commands.

  The {\bf ESASPCS13Style.cls} \LaTeX{} document class must be used for
  preparing papers for the proceedings of the 13th Cool Stars
  Workshop. It makes it possible to use all standard \LaTeX{}
  facilities, such as tables and encapsulated post\-script figures.
  Please, make sure that you have the {\bf ESASPCS13Style.cls} file.
  
  Note that if you want to see the paper as it will appear in the
  proceedings you have to print it out reduced by 10\% (this will
  ensure that the margins do not look ``funny''), i.e.\ by using the
  command \texttt{dvips -x 900}.
  
  Once your paper is completed you should submit the complete source
  (i.e.\ the {\tt .tex} file plus all the figures) via ftp as
  indicated in the instructions to authors. Should you have any
  problem with the process please contact us by email at {\tt
    ffavata@rssd.esa.int} and we will arrange for alternatives, if
  necessary.

\section{The title section}
\label{sec:tit}

Title, authors and affiliations should be specified as above, using
the \verb!\title{}!, \verb!\institute{}!and \verb!\author{}! commands,
If multiple authors and/or institutes, then use the \verb!\and!
command to separate them. For authors use initial of first name(s)
followed by family name. When the institute list contains more than
one institute then each author/institute pair is linked with
sequential numbers using the \verb!\inst{}! command attached to each
author name. E-mail addresses should not be included in the
affiliation; these will be listed separately, along with attendees and
full institute addresses at the end of the proceedings. Titles, author
lists and institutes should not end with a punctuation mark. The
abstract and keywords are created by enclosing the text within
\verb!\begin{abstract}! and \verb!\end{abstract}!. Keyowords should be
inserted using the \verb!\keywords{}! command; note that they will be
used to create an index.

\section{Section commands}
\label{sec:cmd}

The standard \LaTeX{} sectioning commands \verb!\section! and \\ 
\verb!\subsection!  should be used, and will be numbered
automatically. In order to make listings use the itemize or enumerate
commands, e.g.
  
\begin{itemize}
  \item This is the first item in an itemized list
  \item And this is the second one.  This list is itemized.
\end{itemize}

\begin{enumerate}
  \item This is the first item in an enumerated list
  \item And this is the second one.  This list is enumerated.
\end{enumerate}

\subsection{Subsection example}
\label{sec:ex}

This is an example of a subsection. Please do not try to modify the
font and style of the section titles.


\section{How to place figures and tables}
\label{sec:fig}

This section describes how to insert figures and tables into the text.
Figure~\ref{fig1} shows an example of a figure which spans one column
only. For figures to span the whole width of the page, use the
\verb!\begin{figure*}! and \verb!\end{figure*}! form.

You can control the placing of figures by using the optional argument
to the figure environment, which can be: {\tt h t b p } (for here,
top, bottom or page), to indicate placement in the page or, in the
last case, on a separate page at the end of the paper. Sometimes it is
necessary to force \LaTeX{} to position the figure where you want it
(instead of the default position). To do this use {\tt !} in the
figure options, e.g.\ {\tt [!ht]} will place the figure at the top of
this page (without the {\tt !}, \LaTeX{} positions the figure at the
end of the paper).  Generally, both .eps and .ps files can be
included, as long as a bounding box definition is given in the
corresponding file. We advise to use the \verb!\includegraphics{}! or
the \verb!\epsfig{}! commands to include postscript files; these are
distributed with the standard \LaTeX{} 2e distribution, and come with
the relative documentation. Note that only electronic figures will be
accepted; if your figure only exists in hardcopy you will have to take
care of the scanning yourself.

\begin{figure}[ht]
  \begin{center}
    \epsfig{file=figure.eps, width=7cm}
  \end{center}
%\resizebox{\hsize}{!}{\includegraphics{gravityRGBs.ps}}
\caption{This is a nice figure. Submitted color postscript figures will be 
  printed as greyscale in the proceedings. They will be in color in
  the electronic version, however. \label{fig1}}
\end{figure}

Please, note that in the proceedings all figures will be printed in
greyscale, not in color. However, if you submit color postscript
figures, they will be printed in greyscale, but appear in color on the
electronical version which will be made available in the future.

Tabular material should be inserted using the standard \LaTeX{}
\verb!table!  environment (\verb!\begin{table}! and
  \verb!\end{table}!)  or the \verb!table*! variant for tables
spanning two columns. This is similar to the figure environment.
Again, placement of the table can be controlled through the usage of
the optional arguments: {\tt h t b p}.  Note that the table captions
appear above the table (as in Table~\ref{tab:table}), whereas the
figure captions appear below the figures. Again, please do not try to
modify the caption's style. 

In general, cross-referencing within the text is made easier if the
\LaTeX{} \verb!\label{}! and \verb!\ref{}! commands are used, and we
encourage authors to use them in their papers.

\begin{table}[bht]
  \caption{A sample table illustrating usage of the \LaTeX{} table
    environment. Please try, if possible, to use the smaller font size
    for the table, as in the current example (set by the {\tt
      footnotesize} command).}
  \label{tab:table}
  \begin{center}
    \leavevmode
    \footnotesize
    \begin{tabular}[h]{lrcc}
      \hline \\[-5pt]
      First column & Col. 2      &  Col. 3      &  V mag \\[+5pt]
      \hline \\[-5pt]
      row 1  & 11.0 & 25.0 & 12 \\
      row 2  & 11.0 & 25.0 & 12 \\
      row 3  & 11.0 & 25.0 & 12 \\
      row 4  & 11.0 & 25.0 & 12 \\
      row 5  & 11.0 & 25.0 & 12 \\
      \hline \\
      \end{tabular}
  \end{center}
\end{table}

\section{Equations}

Formulae which appear in the running text should be enclosed in {\tt
  \$} signs. For example, to produce the equation $a^2 + b^2 = c^2$
within a paragraph type \verb!$a^2 + b^2 = c^2$!. Displayed formulae
are produced using the two commands \verb!\begin{equation}! and
  \verb!\end{equation}! (see Equation~\ref{eq:equation1}). This
produces equations which are automatically numbered sequentially
throughout your paper. Equations which should appear together as an
array can be formatted using \verb!\begin{eqnarray}!  and
  \verb!\end{eqnarray}! as for Equations~\ref{eq:equation2} and
\ref{eq:equation3}:
\begin{equation}
  \Delta{\hat a}_i = \sum_j {\partial f_i \over \partial a_j} 
  \Delta a_j 
  \label{eq:equation1}
\end{equation}
\begin{eqnarray}
  \alpha &= &\alpha_0 + (T-T_0)\,\mu_{\alpha *0}\,{\rm sec}\,\delta_0 
  \label{eq:equation2}\\
  \delta &= &\delta_0 + (T-T_0)\,\mu_{\delta 0} \label{eq:equation3}
\end{eqnarray}

When in math mode (i.e.\ within the equation or eqnarray environment)
all letters appear in italics. However, subscripts,
superscripts\footnote{except when the superscript or subscript are
  variables.} and text within the equation should be typeset as roman.
To achieve this use the \verb!{\rm }! command. Thus, in order to
produce $T_{\rm eff}=5.8\times10^{3}$~K you have to write
\verb!$T_{\rm eff}=5.8\times10^{3}$~K!. Note that the units should be
tied to the numerical value using \verb!~! and should always be in
roman font (the default outside of math mode).

\section{Fine tuning}

We advise the authors to read, for example, the documentation of the
A\&A \LaTeX{} style file, where details are supplied about the proper
usage of, e.g., short and long dashes, spaces, etc. is given.

\section{Indexing}

We will build an index for the proceedings volume; to help in the
process, you should identify references to individual astronomical
objects (for example, when talking about the star \object{HD~283572}
or the AGN \object{NGC~4051}), named according to the IAU conventions,
through use of the \verb!\object{}! command. This will insert its
argument in the text normally, and at the same time will insert it
(during the final processing stage) in an auxiliary file which will be
used for the indexing process.  Also, the keywords inserted in the
abstract will be used in the same fashion.

\section{References}

The last section of the paper should include the bibliography. The
collection of bibliographic references should begin, as shown in this
sample paper, with a \\ \verb!\begin{thebibliography}{}! command, and
  end with the \verb!\end\{thebibliography}! command. Observe the
"standard" order for bibliographic material: author name(s),
publication year, journal name, volume, and page number for articles.
Each bibliographic entry should be in the format shown in the example
file; i.e.\ each entry should have a \verb!\bibitem! entry, in the
following format:

{\small
\begin{verbatim}
\bibitem[\protect
\astroncite{Allen}{1973}]{all73}
Allen, C., 1973, Astrophysical quantities, 
Athlone Press

\bibitem[\protect
\astroncite{Nobody et~al.}{1997}]{nob88}
Nobody, B., Somebody, G., Who, M.E. et al.\ 1997,
ApJ, 331, 902

\bibitem[\protect
\astroncite{Smith \& Jones}{1996}]{sj96}
Smith, A., Jones, B., 1996, A\&A, 555, 999
\end{verbatim}
}

The last entry in the bibitem entry (i.e.\ the {\tt all73}, for
example) allows for citations to be easily inserted in the text. For
example, the \verb!\cite{all73}! command will produce `\cite{all73}',
while the \verb!\cite*{all73}! form will produce `\cite*{all73}'. (If
there are two authors then they should appear as e.g.\ \cite*{sj96},
produced by \verb!\cite*{sj96}!. More than two authors will appear as
e.g.\ \cite{nob88}, produced by \verb!\cite{nob88}!).

For the format of each bibliography entry (including journal
abbreviations), please follow the standard A\&A format, a summary of
which is available in the January 1 issue of each year. Note that when
you first run \LaTeX{} on your file, it may complain that some
references were undefined. Simply \LaTeX{} the file again and the
cross-references should be reconciled.

\begin{acknowledgements}

  Acknowledgments can be included at the end by using the
  \verb!{\acknowledgements}! environment. We are indeed grateful to
  all previous authors of \LaTeX{} template files with instructions,
  from whom we have copied a lot.

\end{acknowledgements}

\begin{thebibliography}{}

\bibitem[\protect\astroncite{Allen}{1973}]{all73}
Allen C. 1973, Astrophysical quantities, Athlone Press

\bibitem[\protect\astroncite{Goossens et~al.}{1994}]{goo94}
Goossens M., Mittelbach F., Samarin A., 1994, The \LaTeX Companion,
Addison-Wesley

\bibitem[\protect\astroncite{Lamport}{1994}]{lam94}
Lamport, L. 1994, A Document Preparation System \LaTeX, Addison-Wesley

\bibitem[\protect\astroncite{Nobody et~al.}{1997}]{nob88}
Nobody B., Somebody G., Who M.E. et al.\  1997, ApJ 331, 902

\bibitem[\protect\astroncite{Smith \& Jones}{1996}]{sj96}
Smith A., Jones B. 1996, A\&A 555, 999

\end{thebibliography}

\appendix

\section{Extra items}

If necessary, one or more appendices can be included. To do that, use
the \verb!\appendix! command, and then just use the normal sectioning
commands afterwards; they will be numbered with roman letters rather
than with sequential numbers.

\end{document}


