Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!mcsun!hp4nl!charon!cwi.nl!rekers From: rekers@cwi.nl (Jan Rekers) Newsgroups: comp.text.tex Subject: Re: printing bibliography _last_ Message-ID: <3531@charon.cwi.nl> Date: 16 May 91 11:05:14 GMT References: Sender: news@cwi.nl Reply-To: rekers@cwi.nl (Jan Rekers) Organization: CWI, Amsterdam Lines: 21 In article , 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