ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Troy Henderson <thenders@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Uncovering Slides in a Presentation with Progress Meter
Date: Thu, 26 Apr 2012 16:39:11 -0500	[thread overview]
Message-ID: <CAFP+xFJZn6Dzh=4gnTykmFnYnTU=Efi5Yc=VfdP1PnUb_thxsA@mail.gmail.com> (raw)

I am trying to uncover content within an itemized list, and I am using
\phantom to get the desired effect.  However, I would like to tweak
the progress meter to consider these "pages" as the same instead of
separate.  I am pasting a minimal example below, and I would like to
know if

(1) there is a more "standard" way (instead of using \phantom) of
uncovering the second item in the itemized list
(2) the progress meter can be modified to illustrate 3 (instead of 4)
total pages AND not have the progress meter change between pages 2 and
3 (since I want to view them as the same "page")

Troy Henderson

--
\setuppapersize[S6][S6]
\setuppagenumbering[state=stop]

\setupinteraction[page=yes,menu=on,state=start]
\setupsubpagenumber[state=start]
\setuplayout[bottom=12pt]
\startinteractionmenu[bottom]
   \interactionbar[alternative=f]
\stopinteractionmenu

\starttext
   First page
   \page

   \startitemize
      \item Foo
      \phantom{
      \item Bar
      }
   \stopitemize
   \page

   \startitemize
      \item Foo
      \item Bar
   \stopitemize
   \page

   Last page
\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	other threads:[~2012-04-26 21:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 21:39 Troy Henderson [this message]
2012-04-26 22:56 ` Aditya Mahajan
2012-04-29 17:36   ` Marco
2012-04-29 21:22     ` Aditya Mahajan
2012-04-27  1:58 ` Otared Kavian

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='CAFP+xFJZn6Dzh=4gnTykmFnYnTU=Efi5Yc=VfdP1PnUb_thxsA@mail.gmail.com' \
    --to=thenders@gmail.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).