Difference between revisions of "Presentation Styles"

From Wiki
Jump to navigation Jump to search
m (→‎19. organic: Added an example)
m (typos)
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
< [[Presentations]]
 
< [[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.
+
This is a list of existing presentation styles (made by Hans Hagen) shipped with ConTeXt. There will also be a list of predefined commands specific to single styles.
 
{{todo|page in progress - feel free to contribute
 
{{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, ...}}
 
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, ...}}
  
* [http://www.pragma-ade.com/articles/art-pres.pdf Article about presentation styles]
+
* [http://www.pragma-ade.com/articles/art-pres.pdf Article by Hans about presentation styles]
 +
* [http://www.tug.org/pracjourn/2006-2/schmitz/ Article] by Thomas on how to create your own presentation style
 
* If you don't know the name of a specific style, take a look into [[source:cont-fil.tex|cont-fil.tex]].
 
* If you don't know the name of a specific style, take a look into [[source:cont-fil.tex|cont-fil.tex]].
* 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.
+
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 65: Line 67:
 
* Source: [[source:s-pre-05.tex|s-pre-05.tex]]
 
* Source: [[source:s-pre-05.tex|s-pre-05.tex]]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-05.pdf s-pre-05.pdf]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-05.pdf s-pre-05.pdf]
 +
 +
 +
<texcode>
 +
\usemodule[pre-fuzzy]
 +
\setuplayout[location=middle,scale=.2]
 +
\TitlePage {pre-fuzzy\\Title Page}
 +
</texcode>
 +
 +
<context>
 +
\usemodule[pre-fuzzy]
 +
\setuplayout[location=middle,scale=.2]
 +
\TitlePage {pre-fuzzy\\Title Page}
 +
</context>
  
 
== 06. polish  ==
 
== 06. polish  ==
Line 79: Line 94:
 
\TitlePage {pre-spider\\Title Page}
 
\TitlePage {pre-spider\\Title Page}
 
</texcode>
 
</texcode>
 +
<!-- there is no TitlePage in pre-spider
 
<context>
 
<context>
 
\usemodule[pre-spider]
 
\usemodule[pre-spider]
Line 84: Line 100:
 
\TitlePage {pre-spider\\Title Page}
 
\TitlePage {pre-spider\\Title Page}
 
</context>
 
</context>
 +
-->
  
 
== 08. wonder  ==
 
== 08. wonder  ==
Line 204: Line 221:
 
* Source: [[source:s-pre-22.tex|s-pre-22.tex]]
 
* Source: [[source:s-pre-22.tex|s-pre-22.tex]]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-22.pdf s-pre-22.pdf]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-22.pdf s-pre-22.pdf]
 +
 +
 +
<texcode>
 +
\usemodule[pre-cycle]
 +
\TitlePage {pre-cycle\\ Title Page}
 +
</texcode>
 +
 +
 +
<context>
 +
\usemodule[pre-cycle]
 +
\setuplayout[location=middle,scale=.2]
 +
\TitlePage {pre-cycle\\ Title Page}
 +
</context>
  
 
== 23. super    ==
 
== 23. super    ==
Line 209: Line 239:
 
* Source: [[source:s-pre-23.tex|s-pre-23.tex]]
 
* Source: [[source:s-pre-23.tex|s-pre-23.tex]]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-23.pdf s-pre-23.pdf]
 
* Source explained: [http://www.pragma-ade.com/general/sources/s-pre-23.pdf s-pre-23.pdf]
 +
 +
 +
<texcode>
 +
\usemodule[pre-super]
 +
\setuplayout[location=middle,scale=.2]
 +
\TitlePage {pre-super\\ Title Page}
 +
</texcode>
 +
 +
 +
<context>
 +
\usemodule[pre-super]
 +
\setuplayout[location=middle,scale=.2]
 +
\TitlePage {pre-super\\ Title Page}
 +
</context>
  
 
== 24. - 28.    ==
 
== 24. - 28.    ==
Line 226: 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]]
 +
 +
[[Category:Presentation]]

Revision as of 18:04, 3 October 2012

< Presentations

This is a list of existing presentation styles (made by Hans Hagen) shipped with ConTeXt. There will also be a list of predefined commands specific to 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