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