summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/hlcite.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/hlcite.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/hlcite.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/hlcite.tex b/Master/texmf-dist/source/eplain/base/test/hlcite.tex
new file mode 100644
index 00000000000..ec27c4e8fbe
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/hlcite.tex
@@ -0,0 +1,55 @@
+\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: