\documentclass[10pt]{article} \usepackage{lmodern} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \newif\ifslow\slowfalse %\slowtrue \ifslow \usepackage[english]{babel} \usepackage[babel=true]{microtype} \fi \usepackage[top=1in, bottom=1in, left=1.25in, right=1.25in]{geometry} \usepackage[backend=biber]{biblatex} \bibliography{bib} \input{setup} \begin{document} \title{\bfseries The Iris Documentation} %FIXME any better way to do this? \author{% Ralf Jung \\ MPI-SWS \& Saarland University \\ jung@mpi-sws.org \and David Swasey \\ MPI-SWS \\ swasey@mpi-sws.org \andcr Filip Sieczkowski \\ Aarhus University \\ filips@cs.au.dk \and Kasper Svendsen \\ Aarhus University \\ ksvendsen@cs.au.dk \and Aaron Turon \\ Mozilla Research \\ aturon@mozilla.com \andcr Lars Birkedal \\ Aarhus University \\ birkedal@cs.au.dk \and Derek Dreyer \\ MPI-SWS \\ dreyer@mpi-sws.org} \def\andcr{\end{tabular}\\\begin{tabular}[t]{c}}% see \@maketitle in article.cls and \and in latex.ltx \maketitle \let\andcr\relax% \thispagestyle{empty} %\clearpage \tableofcontents \clearpage\begingroup \input{algebra} \endgroup\clearpage\begingroup \input{constructions} \endgroup\clearpage\begingroup \input{logic} \endgroup\clearpage\begingroup \input{model} \endgroup\clearpage\begingroup \input{derived} \endgroup\clearpage\begingroup \printbibliography \end{document}