summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
blob: 7d6c0902b43cb7cb4c77d1b766889311f5af9041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{french}
\usepackage{fontspec,xpatch}
\usepackage[citestyle=verbose-trad2,bibstyle=realauthor]{biblatex}
\bibliography{example.bib}

\begin{document}

\cite{LeClerc1686}

\cite{Simon1686}

\cite{LeClerc1686}

\cite{Simon1686}


\end{document}