diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-05 21:10:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-05 21:10:09 +0000 |
commit | ca6f70c9dba74f8a8593e1ecfbbe7d187907d78c (patch) | |
tree | 1b9010b1f4f1d5ffa4fcba4e6eb19de311f6c3a5 /Master/texmf-dist/tex/generic | |
parent | 3324728c6b33991c75926184b76122b326a91a8a (diff) |
gtl (5apr18)
git-svn-id: svn://tug.org/texlive/trunk@47304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/gtl/gtl.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/gtl/gtl.sty b/Master/texmf-dist/tex/generic/gtl/gtl.sty index 5f45f16d3c7..ea33ffc1113 100644 --- a/Master/texmf-dist/tex/generic/gtl/gtl.sty +++ b/Master/texmf-dist/tex/generic/gtl/gtl.sty @@ -11,7 +11,7 @@ %% Communicate any suggestions for changing this package %% to Bruno Le Floch (blflatex@gmail.com). %% -%% File: gtl.dtx Copyright (C) 2013,2015,2017 Bruno Le Floch +%% File: gtl.dtx Copyright (C) 2013,2015,2017,2018 Bruno Le Floch %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -51,7 +51,7 @@ } \__gtl_tmp:w } - {gtl} {2017/11/29} {0.3} {Manipulate unbalanced lists of tokens} + {gtl} {2018/04/04} {0.4} {Manipulate unbalanced lists of tokens} \cs_generate_variant:Nn \use:nn { no } \cs_new:Npn \__gtl_exp_not_n:N #1 { \exp_not:n {#1} } \cs_new:Npn \__gtl_brace:nn #1#2 { { #1 #2 } } @@ -182,6 +182,7 @@ \s__gtl {#5} } \cs_new:Npn \gtl_to_str:N #1 { \exp_after:wN \__gtl_to_str:w #1 } +\cs_new:Npn \gtl_to_str:n #1 { \__gtl_to_str:w #1 } \cs_new:Npn \__gtl_to_str:w \s__gtl #1#2#3 { \__gtl_to_str_loopi:nnw { } #1 \q_nil \q_mark {#2} {#3} } \cs_new:Npx \__gtl_to_str_loopi:nnw #1#2 |