summaryrefslogtreecommitdiff
path: root/macros/generic
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-26 03:00:56 +0000
committerNorbert Preining <norbert@preining.info>2021-06-26 03:00:56 +0000
commit3d1055e1e00548f29b9d4ba0a79c717b9b6b2ae3 (patch)
tree81d89c6859163c396aa9344ddb05c271e9ab760c /macros/generic
parent644c44d0c55a2960e53623b0c19448c1b8015d1e (diff)
CTAN sync 202106260300
Diffstat (limited to 'macros/generic')
-rw-r--r--macros/generic/tokcycle/tokcycle-doc.pdfbin600633 -> 601001 bytes
-rw-r--r--macros/generic/tokcycle/tokcycle-examples.pdfbin604836 -> 604143 bytes
-rw-r--r--macros/generic/tokcycle/tokcycle.tex10
3 files changed, 7 insertions, 3 deletions
diff --git a/macros/generic/tokcycle/tokcycle-doc.pdf b/macros/generic/tokcycle/tokcycle-doc.pdf
index bc646b0ccd..14f1169969 100644
--- a/macros/generic/tokcycle/tokcycle-doc.pdf
+++ b/macros/generic/tokcycle/tokcycle-doc.pdf
Binary files differ
diff --git a/macros/generic/tokcycle/tokcycle-examples.pdf b/macros/generic/tokcycle/tokcycle-examples.pdf
index 72b188e887..c9652ee142 100644
--- a/macros/generic/tokcycle/tokcycle-examples.pdf
+++ b/macros/generic/tokcycle/tokcycle-examples.pdf
Binary files differ
diff --git a/macros/generic/tokcycle/tokcycle.tex b/macros/generic/tokcycle/tokcycle.tex
index d2e3a059ca..0db55bd49c 100644
--- a/macros/generic/tokcycle/tokcycle.tex
+++ b/macros/generic/tokcycle/tokcycle.tex
@@ -1,7 +1,7 @@
\def\tcname {tokcycle}
-\def\tcver {1.4}
+\def\tcver {1.41}
%
-\def\tcdate {2021/05/27}
+\def\tcdate {2021/06/25}
%
% Author : Steven B Segletes, Christian Tellechea (contributor)
% Maintainer : Steven B Segletes
@@ -205,7 +205,7 @@
\tc@futuretok}{\spacepoppedtrue\tc@@@pop}{\spacepoppedfalse\tc@@@pop}}}}%_____POP_
\def\tcappto#1from#2{%
\expandafter\tc@defx\expandafter#1\expandafter{\expandafter#1#2}}
-\def\tcpopliteralappto#1{\tcpopliteral\@tmp\tcappto#1from\@tmp}
+\def\tcpopliteralappto#1{\tcpopliteral\@@tmp\tcappto#1from\@@tmp}
\def\tcpopappto#1{\tcpop\@tmp\tcappto#1from\@tmp}%___________________________APPEND_
\long\def\tcpopwhitespace#1#2\@tokcycle{\def\tc@popname{#1}\def@popname{}%
\def\tc@tmp{#2\@tokcycle}\futurelet\tc@futuretok\tc@popspc}
@@ -333,3 +333,7 @@ v1.4 2021/05/26
\tcpopwhitespace, \tcpush, and \tcpushgroup.
- Bug fixed in \tc@addtoks definition, in the event that #2 was a number.
+v1.41 2021/06/25
+ - Bug fix in \tcpopliteralappto (\@tmp interfered with itself). Altered,
+ substituting \@@tmp.
+