Re: [NTG-context] reusing figures ok - problem with hiding blocks in MKIV

2010-01-18 Thread Hans Hagen

On 15-1-2010 16:26, Matthias Weber wrote:

Dear all,

after (finally) installing the minimals,
the zip with the figures TeXs as expected with MKII and MKIV.

Now, in MKIV I notice another issue. I use the \hideblocks mechanism to
hide and reuse answers and get an error message (Undefined control
sequence) in MKIV while everything is fine
in MKII. I am attaching a sample file.



there are two issues:

\defineblock[exercise,solution]

i want to get away from the multiple definitions (for the moment i 
enabled it again in the upcoming beta) but the following should work in 
your case


\defineblock[solution]
\defineblock[exercise]

next, delete the tuc file and use the start/stop commands

\beginsolution
\startsolution
Solution one.
\stopsolution
\endsolution

\solution is ok but looks for a \par as delimiter so using the \start... 
\stop... variant is better


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


[NTG-context] reusing figures ok - problem with hiding blocks in MKIV

2010-01-15 Thread Matthias Weber

Dear all,

after (finally) installing the minimals,
the  zip with the figures TeXs as expected  with MKII and MKIV.

Now, in MKIV I notice another issue. I use the \hideblocks mechanism  
to hide and reuse answers and get an error message (Undefined control  
sequence) in MKIV while everything is fine

in MKII.  I am attaching a sample file.

Thanks for all the help!

Matthias




test.tex
Description: Binary data


___
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
___