[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#234215: tetex-bin: \maketitle generates title on second page



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Adrian 'Dagurashibanipal' von Bidder <avbidder@fortytwo.ch> schrieb:

> Package: tetex-bin
> Version: 2.0.2-5.1
> Severity: normal
>
> Hi,
>
> The sample.tex below creates the title only on the second page of the
> article, the first page contains the page number in the top left corner
> *and* the page number in the middle at the bottom, and nothing else.
[...]
> *** sample.tex
> \documentclass{article}
> \begin{document}
> \title{Bar}
> \thanks{Fasel}
> \author{Foo}
> \date{15.3.2004}
> \maketitle
> \end{document}

\thanks is a \footnote-like command. It should be used as an attribute
to a name in \author.

\documentclass{article}
\begin{document}
\title{Bar}
\author{Foo\thanks{Fasel} and Bar\thanks{Bla}}
\date{15.3.2004}
\maketitle
\end{document}

If you agree with this explanation, would you be so kind to close the
bug by sending mail to 234215-done@bugs.debian.org, thank you.

Regards, Frank
- -- 
Frank Küster, Biozentrum der Univ. Basel
Abt. Biophysikalische Chemie
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAOdCe+xs9YyJS+hoRAnxAAKCHM/qjvRKvasTIVtQRdJ6ameczqACeOfZx
1iSjCrMxpH45mJy1dhORI10=
=LrPz
-----END PGP SIGNATURE-----




Reply to: