summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/citenote.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/citenote.tex')
-rw-r--r--Master/texmf-dist/source/eplain/base/test/citenote.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/citenote.tex b/Master/texmf-dist/source/eplain/base/test/citenote.tex
new file mode 100644
index 00000000000..429b5cd456f
--- /dev/null
+++ b/Master/texmf-dist/source/eplain/base/test/citenote.tex
@@ -0,0 +1,13 @@
+% This file is public domain.
+%
+% Test file for citations (plain bibliography style).
+%
+\ifx\eplain\undefined \input eplain \fi
+\loggingall
+
+Here is a citation with an optional note, first: \cite[note]{texbook}.
+
+\bibliography{cite}
+\bibliographystyle{plain}
+
+\end