diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-25 20:25:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-25 20:25:17 +0000 |
commit | 795ce6b6a9182c24dba38224039a5ebbc5531541 (patch) | |
tree | 59d79a9f9f5ab81009c19769cfb577fc597b38cf | |
parent | 049e78765eeb2a7ad378da0d313f796f50d3a3a8 (diff) |
tokcycle (25jun21)
git-svn-id: svn://tug.org/texlive/trunk@59707 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf | bin | 600633 -> 601001 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf | bin | 604836 -> 604143 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex | 10 |
3 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf b/Master/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf Binary files differindex bc646b0ccd0..14f11699699 100644 --- a/Master/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf +++ b/Master/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf diff --git a/Master/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf b/Master/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf Binary files differindex 72b188e8878..c9652ee142f 100644 --- a/Master/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf +++ b/Master/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf diff --git a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex index d2e3a059cad..0db55bd49cf 100644 --- a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex +++ b/Master/texmf-dist/tex/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. + |