summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.tex
blob: 4dfbf8fd7f7c270f35add93c8be684e04cf2a020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}