File: example.tex

package info (click to toggle)
context-modules 20250324-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,712 kB
  • sloc: ruby: 15,247; xml: 1,509; sh: 42; makefile: 22
file content (19 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (8)
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