Thanks for your answer and sorry for the delay in responding.
I have now installed the titling package. However, I have a problem: the title works fine as I want it, but the author information (i.e., my name and affiliation) doesn't show.
My preamble and testfile is as follows:
Code: Select all
\documentclass[twoside,10pt]{amsart}
\usepackage{titling}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{courier}
\usepackage{type1cm}
\begin{document}
\pretitle{\begin{flushleft}\huge\sffamily}
\posttitle{\par\end{flushleft}\vskip 0.5em}
\preauthor{\begin{flushleft}\large}
\postauthor{\par\end{flushleft}\vskip 0.5em}
\title{blabla}
\author{Daniel Larsson}
\maketitle
\end{document}
What's happening?
Also, are there any templates out there? I couldn't find any on CTAN.