[comp.text.tex] printing bibliography _last_

palmerp@intihuasi.math.orst.edu (Paul A. Palmer) (05/15/91)

By default, when I print a paper with a bibliography, the bibliography pages
get printed before the paper. Is there a way to instruct things so the
bibliography pages come out of the printer last? I realize I cound probably
write a script to get our dvi driver (dvips) to do this, bit it would be much
cleaner if I could ask TeX to do this for me, instead.

Thanks in advance for any help.

--
Paul Palmer
Department of Mathematics     	E-mail: palmerp@math.orst.edu
Kidder Hall 368
Oregon State University, Corvallis, Oregon 97331-4605

	 "It's moving so fast, it's standing still." - William Gibson

rekers@cwi.nl (Jan Rekers) (05/16/91)

In article <PALMERP.91May14215335@intihuasi.math.orst.edu>,
palmerp@intihuasi.math.orst.edu (Paul A. Palmer) writes:
|> By default, when I print a paper with a bibliography, the bibliography pages
|> get printed before the paper. Is there a way to instruct things so the
|> bibliography pages come out of the printer last?

The section with the references comes at the position where you put
your \bibliography command. As an example:

\documentstyle[11pt]{article}
\begin{document}
\bibliographystyle{alpha}
\title{General Context-Free Parsing}
\author{Jan Rekers}
\maketitle
\input{CFGtext.tex} %% This is the text of the paper itself
\bibliography{/ufs/gipe/lib/bib/bibtex,/ufs/rekers/texlib/mybib}
\end{document}

Jan Rekers (rekers@cwi.nl)    Centrum voor Wiskunde en Informatica (CWI)
			      P.O. Box 4079, 1009 AB Amsterdam, The Netherlands