\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{amsmath,amsfonts,amssymb} \usepackage{graphicx} \usepackage{times} \parindent0pt \parskip 1.5ex plus 1ex minus .5ex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Do not change above this line! Do not add packages! You may comment % out packages missing in your installation. % % Everything before "\begin{document}" will be ignored! Do not define % macros! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \title{The title of my presentation} \author{% First Author\thanks{The Institute of Amazing Software, \texttt{first.author@ias.pdesoft.org}} \and Second Author\thanks{Incredible Software Inc., \texttt{second.author@isi..pdesoft.com}} } \maketitle Here, enter the text describing the contents of your talk. You may use standard AMS formula environments, if desired. You may even use your own bibliography and cite like~\cite{PDESoft} if you include it into the template like below. Do not worry about formatting this page. We will take care of that later. Also, please do not extend beyond one page. Feel free to use UTF-8 characters for ü, ç, ö, ž, â, å, etc. \begin{thebibliography}{10} \bibitem{PDESoft} P.~Bastian, V.~Heuveline, G.~Kanschat, A.~Reuter, PDESoft 2014 Proceedings, \emph{Archive of Numerical Software} \textbf{2} (2014), 1234--4321. \end{thebibliography} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: