Difference between revisions of "Presentation effects"

From Wiki
Jump to navigation Jump to search
(new)
 
m (changed pre to texcode and tt to cmd)
Line 5: Line 5:
 
Often you'd like to step through some elements of one "slide" (presentation page).
 
Often you'd like to step through some elements of one "slide" (presentation page).
  
You can use <tt>\FlushStep</tt> after each element (text line, table cell...):
+
You can use <cmd>FlushStep</cmd> after each element (text line, table cell...):
<pre>
+
<texcode>
 
\usemodule[pre-61]
 
\usemodule[pre-61]
  
Line 22: Line 22:
  
 
\stoptext
 
\stoptext
</pre>
+
</texcode>
  
 
'''Remarks:'''
 
'''Remarks:'''
 
* This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
 
* This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
* There once was <tt>\presentationstep</tt> that never really seemed to work...
+
* There once was <cmd>presentationstep</cmd> that never really seemed to work...
  
 
===Page Effects===
 
===Page Effects===
  
 
You can address Acrobat's built in browsing effects like this:
 
You can address Acrobat's built in browsing effects like this:
<pre>
+
<texcode>
 
\setuppagetransitions[5]
 
\setuppagetransitions[5]
</pre>
+
</texcode>
 
((Someone should add a table of possible settings please!))
 
((Someone should add a table of possible settings please!))
  
 
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:20, 2 September 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[5]

((Someone should add a table of possible settings please!))

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.