summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/citenote.tex
blob: 429b5cd456fe249ca3cb55d1a570caeca9ed7878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% This file is public domain.
%
% Test file for citations (plain bibliography style).
% 
\ifx\eplain\undefined \input eplain \fi
\loggingall

Here is a citation with an optional note, first: \cite[note]{texbook}.

\bibliography{cite}
\bibliographystyle{plain}

\end