summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/02-annotations-ms.tex
blob: a3a6c1f7c327dbab77e5c2ee83b422cff9a6ae4f (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-ms}
\addbibresource{biblatex-examples.bib}
\usepackage{hyperref}
\begin{document}
\nocite{*}
\printbibliography
\end{document}