summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-shortfields/documentation/biblatex-shortfields-example.tex
blob: bf1b65bb99fe6212c07196d302068c60cccd9c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\usepackage{libertineotf}
\usepackage{polyglossia}
\usepackage{csquotes}
\setmainlanguage{french}

\usepackage[citestyle=verbose,bibstyle=claves]{biblatex}
\AddBiblatexClavis{BHG}
\AddBiblatexClavis{CPG}
\usepackage{biblatex-shortfields}
\addbibresource{biblatex-shortfields.bib}
\begin{document}
\nocite{*}
\printbibshortfields
\printbibliography


\end{document}