diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-09 22:30:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-09 22:30:22 +0000 |
commit | f750724d397d398ab52b4c0daaa3f2997fc353ba (patch) | |
tree | 93aec8b1c0a07157e5e2af2e23c41ec8a7630e00 /Master/texmf-dist/tex/latex/enotez | |
parent | 330dab6e3e0509954b74feafb84c91d6058e3ac2 (diff) |
enotez (9jan16)
git-svn-id: svn://tug.org/texlive/trunk@39335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/enotez')
-rw-r--r-- | Master/texmf-dist/tex/latex/enotez/enotez.sty | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty index 1252d7466ab..02cf84859a0 100644 --- a/Master/texmf-dist/tex/latex/enotez/enotez.sty +++ b/Master/texmf-dist/tex/latex/enotez/enotez.sty @@ -8,7 +8,7 @@ % Web: https://bitbucket.org/cgnieder/enotez/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2012-2015 Clemens Niederberger +% Copyright 2012-2016 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -31,8 +31,8 @@ \RequirePackage{ expl3 , xparse , l3keys2e , xtemplate , etoolbox , xpatch , scrlfile } \ProvidesExplPackage {enotez} - {2015/07/29} - {0.8a} + {2016/01/07} + {0.8b} {Endnotes for LaTeX2e} % -------------------------------------------------------------------------- @@ -533,7 +533,7 @@ { \tl_if_eq:xxT { \int_use:N \l__enotez_tmpa_int } - { \prop_get:Nn \g__enotez_endnote_split_prop { ##1 } } + { \prop_item:Nn \g__enotez_endnote_split_prop { ##1 } } { \enotez_get_split_title:n { ##1 } \enotez_get_note:nn {#1} { ##1 } @@ -596,7 +596,7 @@ \tl_clear:N \l__enotez_tmpc_tl \tl_if_eq:xxT { \int_use:N \l__enotez_tmpa_int } - { \prop_get:Nn \g__enotez_endnote_split_prop { ##1 } } + { \prop_item:Nn \g__enotez_endnote_split_prop { ##1 } } { \tl_put_right:Nn \l__enotez_tmpc_tl { ##1 } } \tl_if_blank:VF \l__enotez_tmpc_tl { @@ -607,7 +607,7 @@ } \tl_if_eq:xxT { \int_use:N \l__enotez_tmpa_int } - { \prop_get:Nn \g__enotez_endnote_split_prop { ##1 } } + { \prop_item:Nn \g__enotez_endnote_split_prop { ##1 } } { \enotez_get_note:nn {#1} { ##1 } \bool_if:NT \l__enotez_print_note_bool @@ -641,7 +641,7 @@ { \box_move_up:nn { 1em } { \hbox:n { \hypertarget { enz.#1 } { } } } } \tl_use:N \l__enotez_list_number_format_tl \tl_if_eq:nxTF { a } - { \prop_get:Nn \g__enotez_endnote_man_prop {#1} } + { \prop_item:Nn \g__enotez_endnote_man_prop {#1} } { \bool_if:nTF { \l__enotez_hyperfootnotes_bool && \l__enotez_hyperbackref_bool } @@ -744,9 +744,9 @@ \__enotez_replace_split_title_tag:NnV \l__enotez_tmpa_tl {name} \g__enotez_actual_sectioning_tl \__enotez_replace_split_title_tag:Nnx \l__enotez_tmpa_tl {ref} - { \prop_get:Nn \g__enotez_endnote_sect_prop {#3} } + { \prop_item:Nn \g__enotez_endnote_sect_prop {#3} } \__enotez_replace_split_title_tag:Nnx \l__enotez_tmpa_tl {split-level-id} - { \prop_get:Nn \g__enotez_endnote_sect_id_prop {#3} } + { \prop_item:Nn \g__enotez_endnote_sect_id_prop {#3} } % retokenize: \tl_set_rescan:NnV \l__enotez_tmpa_tl { } \l__enotez_tmpa_tl \tl_gset_eq:NN #1 \l__enotez_tmpa_tl @@ -1065,6 +1065,7 @@ 2015/06/24 v0.8 - bug fix in typesetting the split-headings - new command \NewSplitTitleTag 2015/07/29 v0.8a - adapt to deprecated choice selection in keys +2016/01/07 v0.8b - \prop_get:Nn => \prop_item:Nn % -------------------------------------------------------------------------- % TODO: |