summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/cite.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:03:17 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:03:17 +0000
commitecf966f305f6aeff2bbdf42c82d8425921aa9eda (patch)
treedb606a57e3619610e4c35cae849d41cf4e0937d5 /Master/texmf-dist/source/eplain/base/test/cite.tex
parentac3c55a3216b5988f0e48ba9414ddb059f19a699 (diff)
source 1
git-svn-id: svn://tug.org/texlive/trunk@105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/cite.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/cite.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/cite.tex b/Master/texmf-dist/source/eplain/base/test/cite.tex
new file mode 100644
index 00000000000..12b818995bb
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/cite.tex
@@ -0,0 +1,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