summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex')
-rw-r--r--macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex b/macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex
new file mode 100644
index 0000000000..aebf75a333
--- /dev/null
+++ b/macros/latex/contrib/biblatex-ms/doc/examples/41-style-alphabetic-verb-ms.tex
@@ -0,0 +1,29 @@
+%
+% This file presents the 'alphabetic-verb' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=alphabetic-verb,backend=biber]{biblatex-ms}
+\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}