diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/cite.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/cite.tex | 35 |
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 |