diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-28 22:53:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-28 22:53:20 +0000 |
commit | 3d61491bee61a97118676773211cfead38f2b17d (patch) | |
tree | 0e929ac5c90e9498f3d2ea388e546d5e5fb573bd /Master/texmf-dist/tex/latex/citeall | |
parent | bede9246c636bdbafd40bf8b3469912d81050d37 (diff) |
citeall (28feb15)
git-svn-id: svn://tug.org/texlive/trunk@36405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/citeall')
-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 |