Abstracts
Abstracts of the talks should be submitted by the extended due date December 27, 2017. Please use the template (or download it as a tex-file), and send the tex-file of your abstract as an attachment to: janne.grohn(at)uef.fi
Contents of the file abstract.tex:
\documentclass[12pt,a4paper]{amsart} %%%% ---- SETTINGS ---- %%%% \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \newcommand{\D}{\mathbb{D}} %%%% ---- DOCUMENT ---- %%%% \begin{document} \title[Short title]{Long title} \author{A.~Author} \address{Address of A.~Author's university} \email{a.author@example.com} \maketitle \bigskip \emph{Joint work with B.~Author and C.~Author.} \bigskip %%%% ---- TEXT ---- %%%% \noindent\textbf{Abstract.} Let $\D$ denote the unit disc\dots \end{document} |