diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/morewrites/morewrites.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/morewrites/primargs.sty | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/morewrites/morewrites.sty b/Master/texmf-dist/tex/latex/morewrites/morewrites.sty index a337c6fc865..061ecec8656 100644 --- a/Master/texmf-dist/tex/latex/morewrites/morewrites.sty +++ b/Master/texmf-dist/tex/latex/morewrites/morewrites.sty @@ -9,7 +9,7 @@ %% Communicate any suggestions for changing this package %% to Bruno Le Floch (blflatex@gmail.com). %% -%% File: morewrites.dtx Copyright (C) 2011-2017 Bruno Le Floch +%% File: morewrites.dtx Copyright (C) 2011-2018 Bruno Le Floch %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -19,10 +19,10 @@ %% http://www.latex-project.org/lppl.txt %% %% ----------------------------------------------------------------------- -\RequirePackage {expl3} [2017/03/18] -\RequirePackage {primargs} [2017/04/10] +\RequirePackage {expl3} [2018/02/21] +\RequirePackage {primargs} [2018/04/04] \ProvidesExplPackage - {morewrites} {2017/04/20} {} {Always room for a new write} + {morewrites} {2018/04/04} {} {Always room for a new write} \sys_if_engine_luatex:T { \cs_new_protected:Npn \morewritessetup #1 { } @@ -449,7 +449,7 @@ } \AtEndDocument { \__morewrites_close_all_at_end:nw { 5 } } \int_new:N \g__morewrites_alloc_write_int -\int_set:Nn \g__morewrites_alloc_write_int { 18 } +\int_gset:Nn \g__morewrites_alloc_write_int { 18 } \cs_new_protected:Npn \__morewrites_newwrite:N #1 { \int_gincr:N \g__morewrites_alloc_write_int @@ -474,7 +474,7 @@ } { \__morewrites_tex_newwrite:N \l__morewrites_tstr_token - \seq_put_right:NV \g__morewrites_write_seq \l__morewrites_tstr_token + \seq_gput_right:NV \g__morewrites_write_seq \l__morewrites_tstr_token } } \cs_new_protected:Npn \morewritessetup #1 diff --git a/Master/texmf-dist/tex/latex/morewrites/primargs.sty b/Master/texmf-dist/tex/latex/morewrites/primargs.sty index 908e61f948d..0c67d4b7b48 100644 --- a/Master/texmf-dist/tex/latex/morewrites/primargs.sty +++ b/Master/texmf-dist/tex/latex/morewrites/primargs.sty @@ -9,7 +9,7 @@ %% Communicate any suggestions for changing this package %% to Bruno Le Floch (blflatex@gmail.com). %% -%% File: primargs.dtx Copyright (C) 2012-2017 Bruno Le Floch +%% File: primargs.dtx Copyright (C) 2012-2018 Bruno Le Floch %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -19,9 +19,9 @@ %% http://www.latex-project.org/lppl.txt %% %% ----------------------------------------------------------------------- -\RequirePackage {expl3} [2017/03/18] +\RequirePackage {expl3} [2018/02/21] \ProvidesExplPackage - {primargs} {2017/04/10} {} {Parsing arguments of primitives} + {primargs} {2018/04/04} {} {Parsing arguments of primitives} \tl_new:N \g__primargs_code_tl \tl_new:N \g__primargs_file_name_tl \tl_new:N \g__primargs_file_name_level_tl @@ -259,7 +259,7 @@ { \token_if_eq_charcode:NNT " \g_primargs_token { - \tl_set:Nx \g__primargs_file_name_level_tl + \tl_gset:Nx \g__primargs_file_name_level_tl { \int_eval:n { 1 - \g__primargs_file_name_level_tl } } } \tl_gput_right:Nx \g__primargs_file_name_tl |