ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: dalyoung <haksan@me.com>
To: ntg-context@ntg.nl
Subject: report of strange(?) output depending on the location of \StartSteps ... \StopSteps
Date: Sat, 21 Jul 2012 17:15:37 +0900	[thread overview]
Message-ID: <A8D746B0-11B3-42F6-AFA3-4A448933829A@me.com> (raw)

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
___________________________________________________________________________________


             reply	other threads:[~2012-07-21  8:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-21  8:15 dalyoung [this message]
2012-07-21 11:06 ` Hans Hagen
2012-07-21 13:43   ` dalyoung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A8D746B0-11B3-42F6-AFA3-4A448933829A@me.com \
    --to=haksan@me.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).