diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citeapa.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/citeapa.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citeapa.tex b/Master/texmf-dist/source/eplain/base/test/citeapa.tex new file mode 100644 index 00000000000..3d59f70fa09 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/citeapa.tex @@ -0,0 +1,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 |