summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-08 00:40:13 +0000
committerKarl Berry <karl@freefriends.org>2011-01-08 00:40:13 +0000
commit686b506d441e4258181e3c918e94f3bc767b9b34 (patch)
tree76447946afa14a129ad641b43ec73b7bcbbacc85 /Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
parent3fa71c8703f40728cf20c8d9f6ed721cbe9bfd44 (diff)
biblatex 1.1 (5jan11)
git-svn-id: svn://tug.org/texlive/trunk@20968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
index e7845c7d5b8..726ecb56bb7 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
@@ -1,5 +1,5 @@
%
-% This file presents the `alphabetic' style
+% This file presents the 'alphabetic' style
%
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
@@ -63,7 +63,7 @@ This is just filler text \autocite{companion}.
\subsection*{Multiple citations}
% By default, a list of multiple citations is not sorted. You can
-% enable sorting by setting the `sortcites' package option.
+% enable sorting by setting the 'sortcites' package option.
\cite{companion,augustine,bertram,cotton,hammond,massa,murray}
@@ -71,6 +71,7 @@ This is just filler text \autocite{companion}.
% The list of references
+\nocite{*}
\printbibliography
\end{document}