summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
blob: 72680ae6e5192f61f09c6f4e51c92c1307f115b4 (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
\documentclass{article}

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

\bibliography{example.bib}

\begin{document}

\cite{Author+realauthor}

\cite{Only-realauthor}

\cite{noauthor-norealauthor}

\cite{Author+realauthor}

\cite{Only-realauthor}

\cite{noauthor-norealauthor}

\cite{noauthor-norealauthor2}

\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}