diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-28 22:07:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-28 22:07:36 +0000 |
commit | ab2fea2516cb42cf436ea44c685042a07fc183ee (patch) | |
tree | 10801edbd8b7290b99ce2ece5bcf731ef594525b /Master/texmf-dist/doc/latex | |
parent | cd6f96916d58ef657b1ddff9bb6b5ed266abdb38 (diff) |
citeall (28apr15)
git-svn-id: svn://tug.org/texlive/trunk@37103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/citeall/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/citeall/citeall.pdf | bin | 100548 -> 105654 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/citeall/citeall.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/citeall/examples-citeall.bib | 7 |
4 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/citeall/README b/Master/texmf-dist/doc/latex/citeall/README index ffdf025e21f..fd903e3026a 100644 --- a/Master/texmf-dist/doc/latex/citeall/README +++ b/Master/texmf-dist/doc/latex/citeall/README @@ -1,5 +1,6 @@ +$UFDate: 2015-04-28 13:28:57 +0200 -- Commit: 136a632 (HEAD, tag: v1.2, master, devel) -- master$ citeall --- A package to cite all entries of a bbl created with biblatex -Version 1.1 Ulrike Fischer 2015 +Version 1.2 Ulrike Fischer 2015 LICENSE LaTeX Project Public License diff --git a/Master/texmf-dist/doc/latex/citeall/citeall.pdf b/Master/texmf-dist/doc/latex/citeall/citeall.pdf Binary files differindex 35bcc008de4..852dde03901 100644 --- a/Master/texmf-dist/doc/latex/citeall/citeall.pdf +++ b/Master/texmf-dist/doc/latex/citeall/citeall.pdf 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 diff --git a/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib b/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib index 1f4eec3acec..eb9a6a4424a 100644 --- a/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib +++ b/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib @@ -23,3 +23,10 @@ TITLE = {The citeall package}, YEAR = {2015}, } + +@misc{fileproblem, + AUTHOR = {Unknown, Max}, + TITLE = {A curious file name}, + YEAR = {2015}, + URL = {{\"u}ber_gang.html} + } |