present-punk-001.tex /size: 448 b    last modification: 2020-07-01 14:35
1\usemodule[present-stepwise,present-punk]
2
3\starttext
4
5\title {Punk for dummies}
6
7\dorecurse{10} {
8
9    \title{Just a few dummy pages}
10
11    \StartSteps
12        \startitemize[packed]
13            \startitem bla \FlushStep \stopitem
14            \startitem bla bla \FlushStep \stopitem
15            \startitem bla bla bla \FlushStep \stopitem
16            \startitem bla bla bla bla \FlushStep \stopitem
17        \stopitemize
18    \StopSteps
19
20}
21
22\stoptext
23