summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.tex
blob: aa95a1a41728ea3867d45e69eddc5076dc99cd48 (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-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}

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