diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citeall.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/citeall.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citeall.tex b/Master/texmf-dist/source/eplain/base/test/citeall.tex new file mode 100644 index 00000000000..24929568abe --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/citeall.tex @@ -0,0 +1,12 @@ +% This file is public domain. +% +\input btxmac + +Cite all the entries in the bib database files {\tt knuth.bib} and {\tt +ep.bib}: + +\nocite{*} +\bibliography{knuth,ep} +\bibliographystyle{plain} + +\end |