-
Notifications
You must be signed in to change notification settings - Fork 2
Usage
adityam edited this page Sep 13, 2010
·
6 revisions
The bare-bones way of using this module is as follows:
The above example shows two commands provided by simpleslides
module:
-
\setupTitle
and\placeTitle
\SlideTitle
\setupTitle
sets the title
, author
and date
for the presentation. How these things are displayed depends on the style that you are using. There are some hooks that can be used to change the style of \placeTitle
; these will be explained in writing you own style.
\SlideTitle
starts a new page (a new slide), and uses its argument as the slide title. Inside the slide, you can use any regular ConTeXt command and enviroment.
A full example is given below.