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

\addbibresource{handbooksamples.bib}

\begin{document}

%\autocite{dietze82aa}
\nocite{*} 

\printbibliography
\end{document}