diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/gtl/gtl.sty')
-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 |