summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.tex
blob: 2056a38193ad5a50b63d3cca6d51e21517cc0072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\documentclass{article}

\usepackage[citestyle=verbose-trad2,bibstyle=realauthor]{biblatex}
\usepackage{libertineotf}

\bibliography{example-realauthor.bib}

\begin{document}

\cite{Author+realauthor}

\cite{Only-realauthor}

\cite{noauthor-norealauthor}

\cite{Author+realauthor}

\cite{Only-realauthor}

\cite{noauthor-norealauthor}

\cite{noauthor-norealauthor2}

\cite{Nausea1531}

\newrefcontext[sorting=nty]
\printbibliography[title={Default sorting (nty)}]

\newrefcontext[sorting=realauthor]
\printbibliography[title={realauthor sorting}]

\newrefcontext[sorting=anonymous+realauthor]
\printbibliography[title={anonymous+realauthor sorting}]


\end{document}