diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv | 13 |
2 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii b/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii index 95cd7a26401..0a5c3fbcdf4 100644 --- a/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii +++ b/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkii @@ -14,7 +14,7 @@ %C This program is free software: you can redistribute it and/or modify %C it under the terms of the GNU General Public License as published by %C the Free Software Foundation, either version 3 of the License, or -%C any later version. +%C (at your option) any later version. %C %C This program is distributed in the hope that it will be useful, %C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv b/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv index 6a985e5ac4e..0a4d386b0a9 100644 --- a/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv +++ b/Master/texmf-dist/tex/context/third/algorithmic/t-algorithmic.mkiv @@ -1,6 +1,6 @@ %D \module %D [ file=t-algorithmic, -%D version=2012.12.18, +%D version=2013.06.03, %D title=\CONTEXT\ User Module, %D subtitle=Algorithms, %D author=Wolfgang Schuster, @@ -14,7 +14,7 @@ %C This program is free software: you can redistribute it and/or modify %C it under the terms of the GNU General Public License as published by %C the Free Software Foundation, either version 3 of the License, or -%C any later version. +%C (at your option) any later version. %C %C This program is distributed in the hope that it will be useful, %C but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -45,7 +45,11 @@ \setinterfacevariable {algorithmic} {algorithmic} \stopinterface -\installnamespace {algorithmic} +\installnamespace {algorithmic} +\installnamespace {algorithmiccommand} + +%D The algorithmic environment + \installcommandhandler \????algorithmic {algorithmic} \????algorithmic \appendtoks @@ -85,7 +89,8 @@ \usealgorithmicstyleandcolor\c!style\c!color \doifsomething{\algorithmicparameter\c!spacebefore}{\blank[\algorithmicparameter\c!spacebefore]}% \algorithmicparameter\c!before - \setupwhitespace[\v!none]% + \setupwhitespace[\v!none ]% + \setupindenting [\v!never]% \doadaptleftskip{\algorithmicparameter\c!margin}% \doif{\algorithmicparameter\c!numbering}\v!yes\startlinenumbering} |