diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-11 23:22:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-11 23:22:25 +0000 |
commit | 9dde62046b0ab9a4b0574e39659fe45110daeb49 (patch) | |
tree | 6a0c756852918b24a7242c5bedddf56006b77bf1 /Master/texmf-dist/tex/latex | |
parent | dac20b845caec4572d30925f364d494e257f0e43 (diff) |
notes2bib (11jul13)
git-svn-id: svn://tug.org/texlive/trunk@31162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index e3674e8b038..ddad30ecf0b 100644 --- a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty +++ b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty @@ -15,7 +15,7 @@ %% \RequirePackage{xparse} \ProvidesExplPackage - {notes2bib} {2012/11/07} {2.0j} + {notes2bib} {2013/07/11} {2.0k} {Integrating notes into the bibliography} \RequirePackage{l3keys2e} \tl_new:N \c__notestobib_file_message_tl @@ -169,7 +169,11 @@ { } } \keys_define:nn { notes2bib } { - cite .meta:x = { cite-function = \exp_not:c {#1} } , + cite .code:n = + { + \use:x + { \keys_set:nn { notes2bib } { cite-function = \exp_not:c {#1} } } + } , debug .code:n = { } , endnotes .meta:n = { convert-footnotes = #1 } , etex .code:n = { } , @@ -507,7 +511,8 @@ \keys_set:nn { notes2bib } { placement = mixed } \ProcessKeysOptions { notes2bib } %% -%% Copyright (C) 2007-2011 by +%% Copyright (C) 2007-2011,2013 by +%% Copyright (C) 2007-2013 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |