From 3d61491bee61a97118676773211cfead38f2b17d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Feb 2015 22:53:20 +0000 Subject: citeall (28feb15) git-svn-id: svn://tug.org/texlive/trunk@36405 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/citeall/citeall.sty | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/citeall') diff --git a/Master/texmf-dist/tex/latex/citeall/citeall.sty b/Master/texmf-dist/tex/latex/citeall/citeall.sty index d1c88423f7f..e547b097b1e 100644 --- a/Master/texmf-dist/tex/latex/citeall/citeall.sty +++ b/Master/texmf-dist/tex/latex/citeall/citeall.sty @@ -9,7 +9,7 @@ \RequirePackage{expl3,xparse} -\ProvidesExplPackage {citeall} {2015/02/10} {1.0} +\ProvidesExplPackage {citeall} {2015/02/27} {1.1} {a package to test biblatex-cite commands} \@ifpackageloaded{biblatex}{}{% @@ -22,7 +22,7 @@ \NewDocumentCommand\citeall { O{} } {} \tex_endinput:D} - +\DeclareBibliographyCategory{citeall} % commands to hold arguments and temporary values \clist_new:N \l_UF_citecommands_clist @@ -53,6 +53,7 @@ \newcommand\inset[1]{} \newcommand\keyw[1]{} \newcommand\set[1]{} + \newcommand\warn[1]{} } % init the entry environment @@ -72,7 +73,7 @@ || \int_compare_p:n { \l_UF_cur_entrynum_int <= \l_UF_entrynum_int} } - { + {\addtocategory{citeall}{##1} \clist_map_inline:Nn \l_UF_citecommands_clist { \int_incr:N \l_UF_temp_listitem_int -- cgit v1.2.3