summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algobox
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-30 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2019-09-30 03:00:43 +0000
commitbbbe8128e7ae9d816a221377dbf5ff3969bb203b (patch)
tree0283a521760b879b30e61872f14f235645745675 /macros/latex/contrib/algobox
parent14ce8b68fe7df49e8a8891bb94c63b9a846da232 (diff)
CTAN sync 201909300300
Diffstat (limited to 'macros/latex/contrib/algobox')
-rw-r--r--macros/latex/contrib/algobox/LICENSE4
-rw-r--r--macros/latex/contrib/algobox/algobox.dtx16
-rw-r--r--macros/latex/contrib/algobox/algobox.ins2
-rw-r--r--macros/latex/contrib/algobox/algobox.pdfbin131991 -> 115576 bytes
4 files changed, 11 insertions, 11 deletions
diff --git a/macros/latex/contrib/algobox/LICENSE b/macros/latex/contrib/algobox/LICENSE
index 5abcef6643..139c404f65 100644
--- a/macros/latex/contrib/algobox/LICENSE
+++ b/macros/latex/contrib/algobox/LICENSE
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
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 @@ Also add information on how to contact you by electronic and paper mail.
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.
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}
diff --git a/macros/latex/contrib/algobox/algobox.ins b/macros/latex/contrib/algobox/algobox.ins
index 5cd013ccbe..1f3abb0edc 100644
--- a/macros/latex/contrib/algobox/algobox.ins
+++ b/macros/latex/contrib/algobox/algobox.ins
@@ -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
diff --git a/macros/latex/contrib/algobox/algobox.pdf b/macros/latex/contrib/algobox/algobox.pdf
index f8ee23f553..c2a8a7dc81 100644
--- a/macros/latex/contrib/algobox/algobox.pdf
+++ b/macros/latex/contrib/algobox/algobox.pdf
Binary files differ