summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-15 01:10:02 +0000
committerKarl Berry <karl@freefriends.org>2010-02-15 01:10:02 +0000
commitb77b8199329b20ca0d1db70060cef4e81704e74d (patch)
treea4d9ff9e9db47d18d182e88154272db9fb00fd06 /Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
parentd943f64a02a10d7684bfc86f484132152e174ce1 (diff)
new (long-awaited) package biblatex 0.9 (14feb10)
git-svn-id: svn://tug.org/texlive/trunk@17026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
new file mode 100644
index 00000000000..40cd978f5e8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.tex
@@ -0,0 +1,36 @@
+%
+% This file presents the 'numeric-verb' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=numeric-verb,subentry]{biblatex}
+\usepackage{hyperref}
+\bibliography{biblatex-examples}
+% Some generic settings.
+\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
+\setlength{\parindent}{0pt}
+\begin{document}
+
+\section*{The \texttt{numeric-verb} style}
+
+This style is similar to \texttt{numeric} except that a list of
+multiple citations is printed in a slightly more verbose format.
+
+\subsection*{Multiple citations}
+
+\cite{hammond,massa,augustine,cotton,set,murray,bertram,stdmodel}
+
+\cite{set:yoon,stdmodel:salam,set:herrmann}
+
+\subsection*{Multiple citations with \cmd{supercite}}
+
+This is just filler text.\supercite{hammond,massa,augustine,cotton,set,murray,bertram,stdmodel}
+
+This is just filler text.\supercite{set:yoon,stdmodel:salam,set:herrmann}
+
+\clearpage
+\printbibliography
+
+\end{document}