diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citebegin.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/citebegin.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citebegin.tex b/Master/texmf-dist/source/eplain/base/test/citebegin.tex new file mode 100644 index 00000000000..75b5c8d6de6 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/citebegin.tex @@ -0,0 +1,20 @@ +% This file is public domain. +% +\input eplain + +\let\primitiveend = \end +\def\bye{\vfill\eject\primitiveend} + +\def\begin#1#2{% + \message{widest label is #2} +} +\def\end#1{} + +Two citations to Knuthian works: \cite{surreal,concrete-math}. + +\beginsection{References.}\par % Title for the bibliography. + +\bibliography{knuth} % Use knuth.bib to resolve the labels. +\bibliographystyle{plain} % Number the references. + +\bye % End of the document. |