summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
new file mode 100644
index 00000000000..485257212a6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
@@ -0,0 +1,17 @@
+%
+% 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[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=reading,abstract=false]{biblatex}
+\bibliography{biblatex-examples}
+\usepackage{hyperref}
+\begin{document}
+\nocite{*}
+\printbibliography
+\end{document}