summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex')
-rw-r--r--Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex b/Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex
new file mode 100644
index 00000000000..d71c620ca2c
--- /dev/null
+++ b/Master/texmf-dist/doc/context/presentations/examples/present-shaded-001.tex
@@ -0,0 +1,11 @@
+\usemodule[present-shaded]
+
+\startdocument
+ \dorecurse {10} {
+ \startchapter[title={Whatever}][color=shade:#1]
+ \section{test}
+ test #1
+ \namedstructureuservariable{chapter}{color}
+ \stopchapter
+ }
+\stopdocument