blob: 75b5c8d6de6fd264f429bcce559d7868433c9636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|