diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/citeall/citeall.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/citeall/citeall.sty | 7 |
1 files changed, 4 insertions, 3 deletions
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 |