summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/citealph.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citealph.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/citealph.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citealph.tex b/Master/texmf-dist/source/eplain/base/test/citealph.tex
new file mode 100644
index 00000000000..5b83d26d2b6
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/citealph.tex
@@ -0,0 +1,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