Difference between revisions of "Presentation effects"

From Wiki
Jump to navigation Jump to search
m (changed pre to texcode and tt to cmd)
(→‎Page Effects: - Improve example and add reference)
Line 32: Line 32:
 
You can address Acrobat's built in browsing effects like this:
 
You can address Acrobat's built in browsing effects like this:
 
<texcode>
 
<texcode>
\setuppagetransitions[5]
+
\setuppagetransitions[random]
 
</texcode>
 
</texcode>
((Someone should add a table of possible settings please!))
+
or
 +
<texcode>
 +
\setuppagetransitions[wipe,south]
 +
</texcode>
 +
 
 +
 
 +
Have a look at \def\pagetransitions in spec-fdf.tex for available options.
  
 
This setting is overruled by Acrobat's settings and doesn't work with every version of Acrobat (Reader) and will probably never work with any other PDF viewer.
 
This setting is overruled by Acrobat's settings and doesn't work with every version of Acrobat (Reader) and will probably never work with any other PDF viewer.

Revision as of 11:21, 2 November 2004

< Visuals, Interaction

Steps

Often you'd like to step through some elements of one "slide" (presentation page).

You can use \FlushStep after each element (text line, table cell...):

\usemodule[pre-61]

\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

Remarks:

  • This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
  • There once was \presentationstep that never really seemed to work...

Page Effects

You can address Acrobat's built in browsing effects like this:

\setuppagetransitions[random]

or

\setuppagetransitions[wipe,south]


Have a look at \def\pagetransitions in spec-fdf.tex for available options.

This setting is overruled by Acrobat's settings and doesn't work with every version of Acrobat (Reader) and will probably never work with any other PDF viewer.