summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-14 23:27:39 +0000
committerKarl Berry <karl@freefriends.org>2012-07-14 23:27:39 +0000
commite244e1c4b6d2aa14172a2a960118781b8aaa12a8 (patch)
tree7ffa8d5c7165cac292ebe0af04bd80542d42f1d6 /Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex
parent284d3fcecc62486eebe00cd883d31ccc18d4ea77 (diff)
biblatex 2.0 (8jul12)
git-svn-id: svn://tug.org/texlive/trunk@27055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex b/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex
new file mode 100644
index 00000000000..387be91216a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/91-sorting-schemes.tex
@@ -0,0 +1,15 @@
+%
+% This file presents the 'authoryear' style with different sorting schemes in
+% citation lists and the bibliography.
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[backend=biber,style=authoryear,sortcites,sorting=ynt]{biblatex}
+\usepackage{hyperref}
+\addbibresource{biblatex-examples.bib}
+\begin{document}
+Filler text \parencite{wassenberg,cicero,companion,angenendt}.
+\printbibliography[sorting=nyt]
+\end{document}