blob: 3d59f70fa094464449285d198f647349f85a545c (
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 btxmac
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{apalike}
\end
|