blob: 69e880490a74a1edf1690a608beae0823b90d60c (
plain)
1
2
3
4
5
6
7
8
|
% This file is public domain.
%
\input eplain
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.
\end % End of the document.
|