blob: 24929568abe54db2b17a2da5b3a37a93d05c7221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|