ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* core-buf.tex?
@ 2006-07-27  7:44 David Arnold
  2006-07-27  8:18 ` core-buf.tex? Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2006-07-27  7:44 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: core-buf.tex?
  2006-07-27  7:44 core-buf.tex? David Arnold
@ 2006-07-27  8:18 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2006-07-27  8:18 UTC (permalink / raw)




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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-27  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-27  7:44 core-buf.tex? David Arnold
2006-07-27  8:18 ` core-buf.tex? Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).