summaryrefslogtreecommitdiff
path: root/doc/context/presentations/examples/present-shaded-001.tex
blob: d71c620ca2cf84578b233338ca4de28f5f3f0dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
\usemodule[present-shaded]

\startdocument
    \dorecurse {10} {
        \startchapter[title={Whatever}][color=shade:#1]
            \section{test}
            test #1
            \namedstructureuservariable{chapter}{color}
        \stopchapter
    }
\stopdocument