Displaying text on a page in several steps
I want to have several points on a page, but have them displayed one after the other. For example, the complete page is: MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point Initially you see: MY POINTS 1. The first point After giving space you see: MY POINTS 1. The first point 2. The second point When giving again space, you see: MY POINTS 1. The first point 2. The second point 3. The third point And another space gives: MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point Is this possible? -- Cecil Westerhof
On 18-4-2011 9:11, Cecil Westerhof wrote:
I want to have several points on a page, but have them displayed one after the other.
For example, the complete page is:
MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point
Initially you see: MY POINTS 1. The first point
After giving space you see: MY POINTS 1. The first point 2. The second point
When giving again space, you see: MY POINTS 1. The first point 2. The second point 3. The third point
And another space gives: MY POINTS 1. The first point 2. The second point 3. The third point 4. The fourth point
Is this possible?
see s-pre-6*.* ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Something went wrong and I posted the rest to Hans Hagen instead of to the list. I have the attached tex-file which should be correct I think. But it goes wrong: see the attached log-file. Anybody an idea what is happening? -- Cecil Westerhof
Now with the files attached. :-{
2011/4/19 Cecil Westerhof
Something went wrong and I posted the rest to Hans Hagen instead of to the list.
I have the attached tex-file which should be correct I think. But it goes wrong: see the attached log-file. Anybody an idea what is happening?
-- Cecil Westerhof
-- Cecil Westerhof
Am 19.04.2011 um 15:59 schrieb Cecil Westerhof:
2011/4/19 Wolfgang Schuster
: Now with the files attached. :-{
For the moment add \setupinteraction[menu=off] to your document.
That works. I can continue. ;-}
Why is this statement needed.?
Invalid setting in s-pre-61.tex \setupinteractionmenu [bottom] [offset=overlay] The offset key accepts only dimensions but not keywords like it did in mkii.
Shall I change the wiki page, or is this only temporally needed?
To use the stepper only you don’t need this because it comes from the file s-pre-60.mkiv (or “pre-stepwise”). \usemodule[pre-stepwise] \setupinteraction[state=start,click=off] \setupbodyfont[palatino] \starttext \StartSteps \starttabulate \NC test \FlushStep \NC test \FlushStep \NC \NR \NC test \FlushStep \NC test \FlushStep \NC \NR \NC test \FlushStep \NC test \FlushStep \NC \NR \stoptabulate \StopSteps \stoptext The module pre-61 (or “pre-stepper”) is only the presentation style. Wolfgang
participants (3)
-
Cecil Westerhof
-
Hans Hagen
-
Wolfgang Schuster