[NTG-context] report of strange(?) output depending on the location of \StartSteps ... \StopSteps

2012-07-21 Thread dalyoung
Dear all,

This is a small thing which is OK to be ignored.
Please pardon me if it is a noise for you.

I used to use \usemodule[pre60] for step by step output for presentation.
Some time ago, I faced a strange pdf output.

For example, I want two steps inside the second item. So, I use the following:

\usemodule[pre60]
...
...

Test of \tex{StartSteps}.
\blank
\startitemize
\item first item
\item second item
\StartSteps
\startitemize
\item flush 1 \FlushStep
\item flush 2 \FlushStep
\stopitemize
\StopSteps
\item third item
\stopitemize

\page
\starttable[|c|c|c|c|c|c|]
\HL
\VL \VL A \VL B \VL C \VL D \VL E \VL\FR
\HL
\VL \VL 2\VL 1\VL 3\VL 2\VL 2\VL\SR
\HL
\stoptable
...

I got correct steps flush1 and flush 2, but the table after the steps was 
disappeared.(just white page)
If I change the order of table and items, both are displayed and worked well. I 
have tested in many ways to know why the table disappeared after \StartStep. I 
found that it is neither the order of the code nor the some other settings.

It is the level of the location of \StartSteps.
If I put \StartSteps in the first level of itemization, there is no problem. Of 
course, I have to put more \FlushStep like

Test of \tex{StartSteps}.
\blank
\StartSteps
\startitemize
\item first item
\item second item \FlushStep
\StartSteps
\startitemize
\item flush 1 \FlushStep
\item flush 2 \FlushStep
\stopitemize
\StopSteps
\item third item \FlushStep
\stopitemize

\page
\starttable[|c|c|c|c|c|c|]
\HL
\VL \VL A \VL B \VL C \VL D \VL E \VL\FR
\HL
\VL \VL 2\VL 1\VL 3\VL 2\VL 2\VL\SR
\HL
\stoptable

I report this just for information which may be already known to Hans, 
Wolfgang, et al.  

One appreciation is that \StartSteps ... \StopSteps works well with 
Simpleslides module nicely!

Thanks and have a nice weekend.

Best regards,

Dalyoung

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


Re: [NTG-context] report of strange(?) output depending on the location of \StartSteps ... \StopSteps

2012-07-21 Thread Hans Hagen

On 21-7-2012 10:15, dalyoung wrote:

Dear all,

This is a small thing which is OK to be ignored.
Please pardon me if it is a noise for you.

I used to use \usemodule[pre60] for step by step output for presentation.
Some time ago, I faced a strange pdf output.

For example, I want two steps inside the second item. So, I use the following:


You're not suppodes to nest the start/stop commands .. I've adapted the 
module to ignore nesting.


(Some day I'll redo the code and make it a bit more clever.)

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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
___


Re: [NTG-context] report of strange(?) output depending on the location of \StartSteps ... \StopSteps

2012-07-21 Thread dalyoung
Dear Hans,

 
 You're not suppodes to nest the start/stop commands .. I've adapted the 
 module to ignore nesting.
 
I didn't nest the \StartSteps ...\StopSteps, but I used it in a nested 
\startitemize.
Now, I understand why such a strange output was produced.
Thank you for a clear explanation.

 (Some day I'll redo the code and make it a bit more clever.)
 

It is good enough to use \StartSteps in current beta. 

Best regards,

Dalyoung

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