MorganBauer / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 0 forks source link

\maketitle needs newline at the end #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following code:

%---- BEGIN
\documentclass{tufte-handout}
\title{My title}
\author{Me}
\usepackage{lipsum}
\begin{document}
\maketitle
\lipsum[1-2]
\end{document}
%---- END

produces a title block, but the first paragraph is abutted to the end of
the title block's last line, instead of starting a new paragraph.

Original issue reported on code.google.com by godbyk@gmail.com on 18 Dec 2008 at 12:38

GoogleCodeExporter commented 9 years ago
Fixed in r67.

Original comment by godbyk@gmail.com on 19 Dec 2008 at 9:58