summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex
blob: 17044b739285899bfe6fc1110544b6e77cdfe7a3 (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
%
% This file presents the 'alphabetic-verb' style
%
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=alphabetic-verb]{biblatex}
\usepackage{hyperref}
\addbibresource{biblatex-examples.bib}
% Some generic settings.
\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
\setlength{\parindent}{0pt}
\begin{document}

\section*{The \texttt{alphabetic-verb} style}

This style is similar to \texttt{alphabetic} except that a list of
multiple citations is printed in a slightly more verbose format.

\subsection*{Multiple citations}

\cite{hammond,massa,augustine,cotton,murray,bertram}

\clearpage
\printbibliography

\end{document}