blob: 12b818995bbc76fad1174fe5ddea2765b5cee5cc (
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
27
28
29
30
31
32
33
34
35
|
% This file is public domain.
%
% Test file for citations (plain bibliography style).
%
\ifx\eplain\undefined \input eplain \fi
\loggingall
Let's cite chicago: \cite{chicago}.
Now let's have multiple citations: \cite{chicago,texbook}.
Now let's have a non-alphabetic label: \cite{prime-number-theorem}.
Here is an undefined citation: \cite{undefined}.
Here is a citation with an optional note: \cite[note]{texbook}.
Here is a citation with a weird label:
\cite{1234567890)(@!`['";:]|<>./?-=+_$^&}.
Now let's cite an `and others': \cite{others}.
And an accented one: \cite{accented}.
Let's get up to ten refs:
\cite{article-minimal,article-full,article-crossref,whole-journal,%
inbook-minimal,inbook-full}
\bigskip
\leftline{\bf References.}
\bibliography{cite,xampl}
\bibliographystyle{plain}
\end
|