\input ../eplain %\enablehyperlinks[nolinks] %\enablehyperlinks[pdftex] %\enablehyperlinks[dvipdfm] \enablehyperlinks \ifpdf \pdfpagewidth=8.5in \pdfpageheight=11in \fi \beginpackages \usepackage{color} \endpackages \hldestopts[bib]{raise=\ht\strutbox} \hlopts![cite]{bstyle=U} % Bibliography in front of the text. %\beginsection{References.}\par % Title for the bibliography. %\bibliography{knuth,xampl} % Use knuth.bib (from Eplain) and xampl.bib % (from BibTeX) for the labels. %\bibliographystyle{plain} %\vfil\eject Two citations to Knuthian works: \cite[note]{surreal,concrete-math}. \vfil\eject Three citations: \cite[note]{surreal,article-crossref,whole-journal}. One citation: \cite{article-crossref}. % Bibliography after the text. \vfil\eject \beginsection{References.}\par % Title for the bibliography. \bibliography{knuth,xampl} % Use knuth.bib (from Eplain) and xampl.bib % (from BibTeX) for the labels. \bibliographystyle{plain} \bye % Local variables: % compile-command: "rm -f hlcite.aux hlcite.bbl && tex --interact=nonstopmode hlcite && bibtex hlcite && tex --interact=nonstopmode hlcite && tex --interact=nonstopmode hlcite && dvipdfm -p letter hlcite" % compile-command: "rm -f hlcite.aux hlcite.bbl && pdftex --interact=nonstopmode hlcite && bibtex hlcite && pdftex --interact=nonstopmode hlcite && pdftex --interact=nonstopmode hlcite" % End: