27 Jul
2006
27 Jul
'06
7:44 a.m.
All, In looking at core-buf.tex to see if I could find anything about subblocks, I came across at line 518: \def\setblocklevel#1% sign {\global\advance\blocklevel #11 \ifcase\blocklevel\doingblocksfalse\else\doingblockstrue\fi} Is that 11 correct?
27 Jul
27 Jul
8:18 a.m.
David Arnold wrote:
All,
In looking at core-buf.tex to see if I could find anything about subblocks, I came across at line 518:
\def\setblocklevel#1% sign {\global\advance\blocklevel #11 \ifcase\blocklevel\doingblocksfalse\else\doingblockstrue\fi}
Is that 11 correct?
That is not 11, that is #1 followed by 1, and it is called with #1 == + or #1 == -, so the expansion becomes \global\advance\blocklevel + 1 or \global\advance\blocklevel - 1 Cheers, taco
6724
Age (days ago)
6724
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Arnold
-
Taco Hoekwater