Difference between revisions of "Presentation Styles"

From Wiki
Jump to navigation Jump to search
(Do not use `s-pre-00` [http://archive.contextgarden.net/thread/20100903.100458.5ec5e524.en.html])
m (make a remark about s-pre-60 being a definitions helper only)
Line 11: Line 11:
 
* to test a style execute
 
* to test a style execute
 
  texexec --pdf --mode=demo s-pre-xx
 
  texexec --pdf --mode=demo s-pre-xx
where <code>xx</code> is replaced with appropriate number. Do not not use <code>s-pre-00</code> as this is only an environment defining helper commands used in other styles.
+
where <code>xx</code> is replaced with appropriate number. Do not not use <code>s-pre-00</code> and
 +
<code>s-pre-60</code> as these are only environments defining helper commands used in other styles.
  
 
== 01. original ==
 
== 01. original ==
Line 269: Line 270:
  
 
''Consider it a cheap trick and prelude to a couple of new presentation styles. (At the time of writing this, I still have some 10 of those styles to clean up and document.) You can give it a try: ''
 
''Consider it a cheap trick and prelude to a couple of new presentation styles. (At the time of writing this, I still have some 10 of those styles to clean up and document.) You can give it a try: ''
 
== 60. stepwise ==
 
 
* Source: [[source:s-pre-60.tex|s-pre-60.tex]]
 
  
 
== 61. stepper  ==
 
== 61. stepper  ==
  
 
* Source: [[source:s-pre-61.tex|s-pre-61.tex]]
 
* Source: [[source:s-pre-61.tex|s-pre-61.tex]]

Revision as of 10:39, 20 September 2010

< Presentations

This is a list of existing presentation styles (made by Hans Hagen) which are shiped with ConTeXt. There will also be a list of predefined commands specific for single styles.


TODO: page in progress - feel free to contribute

Things that have to come here: links to sources, links to PDF documents with sources explained, links to a couple of documents which use this style, title page, inner page, specific commands, how to change color of buttons & background, ... (See: To-Do List)


texexec --pdf --mode=demo s-pre-xx

where xx is replaced with appropriate number. Do not not use s-pre-00 and s-pre-60 as these are only environments defining helper commands used in other styles.

01. original

\usemodule[pre-original]
\TitlePage {pre-original\\Title Page}

02. green

\usemodule[pre-green]
\TitlePage {pre-green\\Title Page}

03. funny

\usemodule[pre-funny]
\TitlePage {pre-funny\\Title Page}


04. colorful

05. fuzzy


\usemodule[pre-fuzzy]
\setuplayout[location=middle,scale=.2]
\TitlePage {pre-fuzzy\\Title Page}

06. polish

07. spider

\usemodule[pre-spider]
\TitlePage {pre-spider\\Title Page}

08. wonder

09. windows

\usemodule[pre-windows]
\TitlePage {pre-windows\\Title Page}

10. grow

11. stack

12. arrows

13. writing


\usemodule[pre-writing]
\TitlePage {pre-writing\\Title Page}

14. split

15. balls

\usemodule[pre-balls]
\setuplayout[location=middle,scale=.2]
\TitlePage {pre-balls\\Title Page}

16. knot

17. weird

18. shade

19. organic

\usemodule[pre-organic]
\setuplayout[location=middle,scale=.2]
\TitlePage {pre-organic\\Title Page}


20. speckle

21. zoom

22. cycle


\usemodule[pre-cycle]
\TitlePage {pre-cycle\\ Title Page}


23. super


\usemodule[pre-super]
\setuplayout[location=middle,scale=.2]
\TitlePage {pre-super\\ Title Page}


24. - 28.

s-pre-24.pdf s-pre-25.pdf s-pre-26.pdf s-pre-27.pdf s-pre-28.pdf

50.

Cited from the documentation:

When my mailbox started to overflow with messages about problems with the presentation step mechanism, I looked up old presentaton, hacked a bit and cooked up an alternative that is less dependent on PDF trickery.

Consider it a cheap trick and prelude to a couple of new presentation styles. (At the time of writing this, I still have some 10 of those styles to clean up and document.) You can give it a try:

61. stepper