texlive[52204] Master/texmf-dist: algobox (29sep19)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 29 23:12:31 CEST 2019


Revision: 52204
          http://tug.org/svn/texlive?view=revision&revision=52204
Author:   karl
Date:     2019-09-29 23:12:31 +0200 (Sun, 29 Sep 2019)
Log Message:
-----------
algobox (29sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/algobox/LICENSE
    trunk/Master/texmf-dist/doc/latex/algobox/algobox.pdf
    trunk/Master/texmf-dist/source/latex/algobox/algobox.dtx
    trunk/Master/texmf-dist/source/latex/algobox/algobox.ins
    trunk/Master/texmf-dist/tex/latex/algobox/algobox.sty

Modified: trunk/Master/texmf-dist/doc/latex/algobox/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/algobox/LICENSE	2019-09-29 10:00:12 UTC (rev 52203)
+++ trunk/Master/texmf-dist/doc/latex/algobox/LICENSE	2019-09-29 21:12:31 UTC (rev 52204)
@@ -632,7 +632,7 @@
 the "copyright" line and a pointer to where the full notice is found.
 
     algobox
-    Copyright (C) 2016-2017  Julien RIVAUD
+    Copyright (C) 2016-2019  Julien RIVAUD
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    algobox  Copyright (C) 2016-2017  Julien RIVAUD
+    algobox  Copyright (C) 2016-2019  Julien RIVAUD
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.

Modified: trunk/Master/texmf-dist/doc/latex/algobox/algobox.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/algobox/algobox.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/algobox/algobox.dtx	2019-09-29 10:00:12 UTC (rev 52203)
+++ trunk/Master/texmf-dist/source/latex/algobox/algobox.dtx	2019-09-29 21:12:31 UTC (rev 52204)
@@ -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}

Modified: trunk/Master/texmf-dist/source/latex/algobox/algobox.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/algobox/algobox.ins	2019-09-29 10:00:12 UTC (rev 52203)
+++ trunk/Master/texmf-dist/source/latex/algobox/algobox.ins	2019-09-29 21:12:31 UTC (rev 52204)
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File algobox.ins (C) Copyright 2016-2017 RIVAUD Julien
+File algobox.ins (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

Modified: trunk/Master/texmf-dist/tex/latex/algobox/algobox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/algobox/algobox.sty	2019-09-29 10:00:12 UTC (rev 52203)
+++ trunk/Master/texmf-dist/tex/latex/algobox/algobox.sty	2019-09-29 21:12:31 UTC (rev 52204)
@@ -6,17 +6,17 @@
 %%
 %% algobox.dtx  (with options: `package')
 %% 
-%% 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
 %% license or (at your option) any later version.
 \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}
 \ProvidesExplPackage
   {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
 \RequirePackage{xparse}
@@ -207,7 +207,7 @@
 }
 
 \NewDocumentCommand \__algobox_FINALGORITHME:w {} {
-    \int_while_do:nNnn \l__algobox_level_int > \c_zero {
+    \int_while_do:nNnn \l__algobox_level_int > \c_zero_int {
         \__algobox_unindent:
     }
     \__algobox_block:nn {structure} {FIN_ALGORITHME}
@@ -273,7 +273,7 @@
 }
 
 \NewDocumentCommand \__algobox_FONCTION:w { +u{\;} } {
-    \int_while_do:nNnn \l__algobox_level_int > \c_one {
+    \int_while_do:nNnn \l__algobox_level_int > \c_one_int {
         \__algobox_unindent:
     }
     \__algobox_indent:nn {fonctions} {FONCTION}
@@ -312,7 +312,7 @@
 }
 
 \cs_new_protected_nopar:Nn \__algobox_topstructure:nn {
-    \int_while_do:nNnn \l__algobox_level_int > \c_zero {
+    \int_while_do:nNnn \l__algobox_level_int > \c_zero_int {
         \__algobox_unindent:
     }
     \__algobox_indent:nn {#1} {#2}
@@ -325,7 +325,7 @@
 }
 
 \cs_new_protected_nopar:Nn \__algobox_funcstructure:nn {
-    \int_while_do:nNnn \l__algobox_level_int > \c_two {
+    \int_while_do:nNnn \l__algobox_level_int > { 2 } {
         \__algobox_unindent:
     }
     \bool_if:nTF {#2}{\__algobox_indent:nn}{\__algobox_block:nn} {fonctions} {#1}



More information about the tex-live-commits mailing list