summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-mla/doc/handbooksamplebib-new.tex
blob: e7440cff74e69aea0186b575456ca0af6edd0371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=mla-new,eprint=true]{biblatex}
\usepackage{hyperref}
\usepackage{libertine}

\addbibresource{handbooksamples-new.bib}

\begin{document}

% \autocite{dietze82aa}
\nocite{*}

\printbibliography
\end{document}