ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: Slides: uncover things piecewise
Date: Fri, 4 Jun 2010 15:34:44 +0200	[thread overview]
Message-ID: <20100604153444.6f0d09d9@vorbis> (raw)
In-Reply-To: <20100603194445.GA10478@gaston.couberia.bzh>

On Thu, 3 Jun 2010 21:44:45 +0200, Peter Münster <pmlists@free.fr>
wrote:

> You can also look here:
> 
> http://wiki.contextgarden.net/SlideWithSteps
> 
> and here:
> 
> http://modules.contextgarden.net/t-rsteps
> 
> and here:
> 
> http://wiki.contextgarden.net/RawSteps
> 
> and here:
> 
> http://archive.contextgarden.net/message/20041106.080646.2544e4f3.html
I tried all your suggestions. Here are the results:

> http://wiki.contextgarden.net/SlideWithSteps
Compiling the example code on this page I get the error
! Use of \dospecialabout doesn't match its definition.

> http://modules.contextgarden.net/t-rsteps
Compiling the example code in the module itself I get the error
! Missing number, treated as zero.

> http://archive.contextgarden.net/message/20041106.080646.2544e4f3.html
Compiling the first example on this page I get the error
! Undefined control sequence.
[...]
l.111 \StopSteps

> http://wiki.contextgarden.net/RawSteps
These examples brought me on the right track. It works almost. Using the
following code you can see that the page counter is messed up. Compare
the results compiled with

context test.tex                # page counter messed up
context --mode=nosteps test.tex # page counter OK

\usemodule [rsteps]
\usemodule [simpleslides] [style=ThickStripes]
\startmode [nosteps]
  \let\StartSteps\relax
  \let\StopSteps \relax
  \def\FromStep [#1]#2{#2}
\stopmode
\starttext

\SlideTitle {First Topic} \null
\SlideTitle {Second Topic}
\StartSteps
\startitemize
  \FromStep[1]{\item 1st}
  \FromStep[2]{\item 2nd}
  \FromStep[3]{\item 3rd}
  \FromStep[4]{\item 4th}
\stopitemize
\StopSteps

\SlideTitle {Third Topic} \null
\stoptext

The steps result is as I expected. I get 4 physical pages and I can step
through the items. But the wrong page counter makes the it unusable since
most simpleslides styles use them (on purpose). Maybe it's just a small fix.

I wonder why I have to install the module manually. It is not included in
the minimals. I think this functionality should be integrated into
simpleslides (when the bug is fixed). It would make its use more simple.

Thanks for pointing me in the right direction.

Best regards
Marco


___________________________________________________________________________________
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:[~2010-06-04 13:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-01 18:16 Marco
2010-06-03 12:38 ` Marco
2010-06-03 13:46 ` Peter Münster
2010-06-03 14:38   ` Marco
2010-06-03 15:02     ` Peter Münster
2010-06-03 15:08       ` Marco
2010-06-03 17:13       ` Marco
2010-06-03 18:14         ` Alan BRASLAU
2010-06-03 18:28           ` Marco
2010-06-03 18:50             ` taco
2010-06-03 19:04               ` Marco
2010-06-03 19:44                 ` Peter Münster
2010-06-04 13:34                   ` Marco [this message]
2010-06-04 14:34                     ` Peter Münster
2010-06-04 16:59                       ` Marco
2010-06-04 13:26         ` Aditya Mahajan
2010-06-04 13:30           ` Taco Hoekwater

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=20100604153444.6f0d09d9@vorbis \
    --to=netuse@lavabit.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).