%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% In the following you will find a LaTeX standard template. We would like
% to ask you to use this template since it will facilitate the printing of
% the proceedings. However, if you are not familiar with LaTeX, you may also
% send plain text (ASCII) or Word (doc) or a rtf-file and we will adjust the text to the LaTeX template.
% We would appreciate it if you could send figures as eps-files to
% faciliate the process. In addition, we ask you please
% to submit your contribution in time (by August 15th!) so that we will
% have copies of the proceedings ready for all participants at the beginning of the workshop.
% The deadline is strict since the publisher will be unable to print the
% proceedings in time if we submit the complete dvi-file later than August 20th.
% Obviously, we will also need some time to merge all the manuscripts into a book. Therefore,
% if you are in doubt about the format etc. or you are unable to provide figures as eps-files, please
% contact us in time (i.e. before August 10th). There
% is no strict limit for your text, but an average length of 4-8 printed pages would be
% appreciated.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[12pt]{article}
\usepackage{makeidx}
\usepackage{graphicx}
\makeindex

\begin{document}

\title{Title text}

\author{Author1\\Insitute1\\Address1
\and Author2\\Institute2\\Address2}

\date{}
\maketitle

\begin{abstract}
Text for the abstract
\end{abstract}

\section{Introduction etc.}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% You can use sections (Introduction, Technical, Materials and Methods, etc.) according to your
% needs. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Within the text citations can be done with the usual LaTeX standard \cite{abc},
and words that should appear in the index can be marked \index{marked}.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Equations, figures and tables should be produced in the following way:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{equation}
equation
\end{equation}

\begin{figure}
\includegraphics{figure.eps}
\caption{caption}
\end{figure}

\begin{table}
\caption{caption}
\begin{tabular}{lll}
\end{tabular}
\end{table}

\begin{thebibliography}{999}
\bibitem{abc} abc
\end{thebibliography}

\end{document} Privacy Imprint