Jairo A. del Rio schrieb am 14.07.2020 um 02:08:
Hi list!
In evenmore pp. 76-77, concerning LMTX extended macro parsing, the
following examples of #0, #+ and #- are given
\def\TestA#1#2#3{{(#1)(#2)(#3)}}
\def\TestB#1#0#3{(#1)(#2)(#3)}
\def\TestC#1#+#3{(#1)(#2)(#3)}
\def\TestD#1#-#2{(#1)(#2)}
Hi.
Sorry, I meant \def\foo#1#2#3{#1#2#3} and \def\foo#+#+#+{#1#2#3}.
Jairo :)
El lun., 13 de jul. de 2020 a la(s) 19:08, Jairo A. del Rio (
jairoadelr...@gmail.com) escribió:
> Hi list!
>
> In evenmore pp. 76-77, concerning LMTX extended macro parsing, the
> following examples of #0, #+ and #-
Hi list!
In evenmore pp. 76-77, concerning LMTX extended macro parsing, the
following examples of #0, #+ and #- are given
\def\TestA#1#2#3{{(#1)(#2)(#3)}}
\def\TestB#1#0#3{(#1)(#2)(#3)}
\def\TestC#1#+#3{(#1)(#2)(#3)}
\def\TestD#1#-#2{(#1)(#2)}
So
\TestA1{\red 2}3
\TestB1{\red 2}3
\TestC1{\red 2