summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.tex
diff options
context:
space:
mode:
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}