diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citex.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/citex.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citex.tex b/Master/texmf-dist/source/eplain/base/test/citex.tex new file mode 100644 index 00000000000..69e880490a7 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/citex.tex @@ -0,0 +1,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. |