MorganBauer / tufte-latex

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

Extra space if no \author or \date{} is empty #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is blank space in the title block if there is no \author specified:

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

The blank space should be swallowed if there is no author or no date.

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

GoogleCodeExporter commented 9 years ago
Fixed in r71.

Original comment by godbyk@gmail.com on 20 Dec 2008 at 2:57