summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/simpleslides/example.tex
blob: 72840c20515533959475fe3f75a8ad6adfe9349c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\usemodule[simpleslides]
          [style=BigNumber]

\setupTitle
  [ title={Title of the presentation},
   author={Name of authors},
     date={Date of presentation},
  ]

\starttext
\placeTitle

\SlideTitle {The first slide}
Write whatever you want.

\SlideTitle {The second slide}
Continue writing.

\stoptext