diff options
Diffstat (limited to 'macros/latex/contrib/algobox/algobox.dtx')
-rw-r--r-- | macros/latex/contrib/algobox/algobox.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/algobox/algobox.dtx b/macros/latex/contrib/algobox/algobox.dtx index 2e26eb79f4..068bc3a506 100644 --- a/macros/latex/contrib/algobox/algobox.dtx +++ b/macros/latex/contrib/algobox/algobox.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % vim: tw=80 % -%% File: algobox.dtx (C) Copyright 2016-2017 RIVAUD Julien +%% File: algobox.dtx (C) Copyright 2016-2019 RIVAUD Julien %% %% It may be distributed and/or modified under the conditions of the %% General Public License (GPL), either version 3 of this @@ -11,11 +11,11 @@ % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\RequirePackage{expl3}[2016/01/19] +\RequirePackage{expl3}[2018/06/19] \def\ExplFileName{algobox} \def\ExplFileDescription{Typeset Algobox programs} -\def\ExplFileDate{2017/09/04} -\def\ExplFileVersion{1.2a} +\def\ExplFileDate{2019/09/29} +\def\ExplFileVersion{1.3} %</driver|package> %<*driver> \documentclass[full,a4paper]{l3doc} @@ -424,7 +424,7 @@ } \NewDocumentCommand \@@_FINALGORITHME:w {} { - \int_while_do:nNnn \l_@@_level_int > \c_zero { + \int_while_do:nNnn \l_@@_level_int > \c_zero_int { \@@_unindent: } \@@_block:nn {structure} {FIN_ALGORITHME} @@ -490,7 +490,7 @@ } \NewDocumentCommand \@@_FONCTION:w { +u{\;} } { - \int_while_do:nNnn \l_@@_level_int > \c_one { + \int_while_do:nNnn \l_@@_level_int > \c_one_int { \@@_unindent: } \@@_indent:nn {fonctions} {FONCTION} @@ -532,7 +532,7 @@ } \cs_new_protected_nopar:Nn \@@_topstructure:nn { - \int_while_do:nNnn \l_@@_level_int > \c_zero { + \int_while_do:nNnn \l_@@_level_int > \c_zero_int { \@@_unindent: } \@@_indent:nn {#1} {#2} @@ -545,7 +545,7 @@ } \cs_new_protected_nopar:Nn \@@_funcstructure:nn { - \int_while_do:nNnn \l_@@_level_int > \c_two { + \int_while_do:nNnn \l_@@_level_int > { 2 } { \@@_unindent: } \bool_if:nTF {#2}{\@@_indent:nn}{\@@_block:nn} {fonctions} {#1} |