% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX document template - MDMM 2006 abstract
% Modelling and Design of Molecular Materials 2006
% This template is designed for LaTeX 2e
% http://www.mml.ch.pwr.wroc.pl/workshop
% Comments and questions: workshop@mml.ch.pwr.wroc.pl
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% In order to make this template, you will need mdmm2006.cls,
%  which can also be found on the conference web site
\documentclass[abstract]{mdmm2008}

\begin{document}

% Replace the text with you title, authors, and affiliations
% Keep the provided formatting of affiliation indices, if needed
\title{Template and instructions\\for writing contribution abstracts to MDMM 2008}
\author{First Author$^{1}$, Second Author$^{1}$, Third Author$^{2}$}
\institute{$^{1}$First Affiliation, $^{2}$Second Affiliation}
% Leave the line below to automatically generate the title section
\maketitle            

% This is where the main text should be placed.
This document is a template for abstracts submitted to the conference \textit{Modelling and Design of Molecular Materials 2008}. The LaTeX and word-processor (DOC and RTF) source files can be found on the conference web site, http://www.mml.ch.pwr.wroc.pl/mdmm2008.

The entire abstract should fit on a single page, including text, tables, figures, keywords, and references. The page layout and spacing of the template should not be changed, and excessive additional formatting (changing fonts, bold and italic text) is strongly discouraged. The entire text should be written in 12 pt size.

% Tables and figures spanning the entire page width should be centered
% Tables should use the tabular environment and include a table caption
\begin{table}[h]
\centering
\begin{tabular}{l|ccc}
  & Column 1 & Column 2 & Column 3 \\
  \hline \hline
  Row 1 & $\alpha$ & $\beta$ & $\gamma$ \\
  \hline
  Row 2 & $\hat{\alpha}_1$ & $\hat{\beta}_2$ & $\hat{\gamma}_3$ \\
\end{tabular}
\caption{Table caption}
\end{table}

Any tables and figures should usually span the entire page width and be centered. Table and figure captions should also be written in 12 pt size, centered below the table or figure.

% Tables and figures can be wrapped by text using the wrapfigure and wraptable environments
% Figures should by appropriately scaled and include a figure caption
\begin{wrapfigure}{o}{0pt}
\centering
\includegraphics[scale=0.25]{bifurcation.ps}
\caption{Figure caption}
\end{wrapfigure}

If a table or figure needs to be wrapped by text (due to unconventional shape, or to fit more text on the page), it should take up less than half the page width. The abstract, including figures, must be greyscale only. Figures should be large enough so that all details are clearly visible. Figures should include only embedded graphic files (no other inline documents) in one of the following formats: BMP, JPG, GIF, PNG, SVG, PostScript.

Equations should span the entire width of the text and occur where they are referred to. They should be written in the same size as the main text and be numbered in parentheses, for example:

% Equations should span the entire width of the page
\begin{equation}
M_{kml} \sim A e^{-i \omega t} \frac{1-x}{sin^2x}
\end{equation}

Acknowledgements and a maximum of four references can be placed at the bottom of the page as shown below. References should be listed in the order in which they appear in the text.

% Use the command below to add acknowledgements
\acknowledgements{Support from EU grant No. 12345 is acknowledged. Calculations were performed at the Wroclaw Centre for Networking and Supercomputing.}

% Include up to four references using the environemnt below
\begin{thebibliography}{1}
\bibitem{Graves-V-2000} Jackson, M.; Webster, A.~B. {\em Curr. Org. Chem.} {\bf 2000}, {\em 11} (5), 123--456.
\end{thebibliography}

\end{document}

