summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex')
-rw-r--r--macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex b/macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex
new file mode 100644
index 0000000000..a3a6c1f7c3
--- /dev/null
+++ b/macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex
@@ -0,0 +1,18 @@
+%
+% The example entries in examples.bib feature 'annotation' fields
+% with some remarks about the respective entry. The sole purpose of
+% this file is to print an annotated bibliography which includes
+% these fields.
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=reading,abstract=false,backend=biber]{biblatex-ms}
+\addbibresource{biblatex-examples.bib}
+\usepackage{hyperref}
+\begin{document}
+\nocite{*}
+\printbibliography
+\end{document}