diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/citeall/citeall.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/citeall/citeall.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/citeall/citeall.tex b/Master/texmf-dist/doc/latex/citeall/citeall.tex index d550b1516a1..310cd6855e3 100644 --- a/Master/texmf-dist/doc/latex/citeall/citeall.tex +++ b/Master/texmf-dist/doc/latex/citeall/citeall.tex @@ -1,4 +1,5 @@ % !Mode:: "TeX:DE:UTF-8:Main" +% $UFDate: 2015-04-28 13:27:07 +0200 -- Commit: f04431e -- master$ \documentclass[DIV=12]{scrartcl} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} @@ -16,13 +17,16 @@ \divide\topsep by 2\relax \divide\itemsep by 2\relax \divide\parsep by 2\relax} -\makeatother +\makeatother \addbibresource{examples-citeall.bib} -\title{The \pkg{citeall} package, v1.1} +\title{The \pkg{citeall} package, v1.2} \author{Ulrike Fischer\thanks{fischer@troubleshooting-tex.de}} \begin{document} \maketitle +\section{Changes} + +Version 1.2 adapts the package to biblatex 3.0 and correct some small bugs (e.g. unwanted spaces). \section{Important} \pkg{citeall} works only together with \pkg{biblatex}. \pkg{biblatex} should be loaded before \pkg{citeall}. @@ -92,6 +96,7 @@ For each entrykey in the .bbl \cs{citeall} will loop through this list and pass \section{Printing the bibliography} \cs{citeall} internally issues a \verb+\nocite{*}+, so \cs{printbibliography} will print all entries of the bib-file. Since version 1.1 \cs{citeall} adds all entries it cites to a category \enquote{citeall}. So if you restrict the number of citation with the second optional argument, you can also restrict the length of the bibliography with \verb+\printbibliography[category=citeall]+ +\Needspace{8\baselineskip} \section{Configuration} \DescribeMacro\citeallgroupseparator |