summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-unified/unified-test.tex
blob: a6a2e56170e9ba5e4964b89525161cff9915a85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass{article}

\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage[backend=biber,style=unified,doi=false]{biblatex}
\usepackage{hyperref}
\urlstyle{same}
\pagestyle{empty}

\addbibresource{unified-test.bib}

\begin{document}

\section*{Unified biblatex style sheet for linguistics}

\nocite{*}

\printbibliography[heading=none]

\end{document}