summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/doc/examples/02-annotations.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex/doc/examples/02-annotations.tex')
-rw-r--r--macros/latex/contrib/biblatex/doc/examples/02-annotations.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex/doc/examples/02-annotations.tex b/macros/latex/contrib/biblatex/doc/examples/02-annotations.tex
new file mode 100644
index 0000000000..21975d90f8
--- /dev/null
+++ b/macros/latex/contrib/biblatex/doc/examples/02-annotations.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}
+\addbibresource{biblatex-examples.bib}
+\usepackage{hyperref}
+\begin{document}
+\nocite{*}
+\printbibliography
+\end{document}