summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/citealph.tex
blob: 5b83d26d2b63093c65222eeb9781e7e76e74135d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% This file is public domain.
%
% Test file for citations (alphabetic bibliography style).
% 
\input eplain

Let's cite chicago and van-leunen: \cite{chicago,van-leunen}.

Now let's cite an `and others': \cite{others}.

And an accented one: \cite{accented}.

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

Here is a citation with a weird label:
\cite{1234567890)(@!`['";:]|<>./?-=+}.

Here is an undefined citation: \cite{undefined}.

\bigskip
\leftline{\bf References.}

\bibliography{cite}
\bibliographystyle{alpha}

\end