Dear all,

When selecting multiple blocks: \useblocks[someblock,otherblock],
 the blocks are selected but the before and after statements are not 
processed. 

Is the expected behaviour?

Tia, Bernard

Example:

\defineblock[someblock]
\defineblock[otherblock]

\setupblock[someblock]
[before={ -Begin- },
  after={ -End- }]

\hideblocks[someblock,otherblock]

\starttext

\beginsomeblock
SOMEBLOCK
\endsomeblock

\beginotherblock
OTHERBLOCK
\endotherblock

\section{No before or after}

\useblocks[someblock,otherblock]

\useblocks[otherblock,someblock]

\section{Separately they work}

\useblocks[someblock]
\useblocks[otherblock]

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to