summaryrefslogtreecommitdiff
path: root/doc/context/presentations/examples
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-05-17 19:01:59 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-05-17 19:01:59 +0200
commit2e8819dad63db17febca68fd6b7ba9a06f9c50b5 (patch)
treef5aa568ff0149001855d6899a91ab3f9984b2dd7 /doc/context/presentations/examples
parent77e216e323271fb85d508b7206b13c980540b74b (diff)
downloadcontext-2e8819dad63db17febca68fd6b7ba9a06f9c50b5.tar.gz
2018-05-17 18:39:00
Diffstat (limited to 'doc/context/presentations/examples')
-rw-r--r--doc/context/presentations/examples/present-steps-001.pdfbin0 -> 12778 bytes
-rw-r--r--doc/context/presentations/examples/present-steps-001.tex98
2 files changed, 98 insertions, 0 deletions
diff --git a/doc/context/presentations/examples/present-steps-001.pdf b/doc/context/presentations/examples/present-steps-001.pdf
new file mode 100644
index 000000000..c9ad75613
--- /dev/null
+++ b/doc/context/presentations/examples/present-steps-001.pdf
Binary files differ
diff --git a/doc/context/presentations/examples/present-steps-001.tex b/doc/context/presentations/examples/present-steps-001.tex
new file mode 100644
index 000000000..65da31d6a
--- /dev/null
+++ b/doc/context/presentations/examples/present-steps-001.tex
@@ -0,0 +1,98 @@
+\usemodule[present-steps]
+
+\setuppapersize
+ [S6]
+
+\setupinteraction
+ [state=start]
+
+
+\setupwhitespace
+ [big]
+
+\setupheadertexts
+ []
+
+\setupbodyfont
+ [modernlatin]
+
+\setuplist
+ [chapter]
+ [interaction=all]
+
+\defineoverlay
+ [go-on]
+ [\overlaybutton{nextpage}]
+
+\setupbackgrounds
+ [page]
+ [background=go-on]
+
+\starttext
+
+\title{Contents}
+
+\placelist
+ [chapter]
+
+\startsteps
+ \startstep
+ \ifnum\currentstep > 1
+ \repeathead[chapter]
+ \else
+ \chapter{Step Set 1}
+ \fi
+ \stopstep
+
+ \startstep
+ STEP ONE
+ \stopstep
+
+ \startstep
+ STEP TWO
+ \stopstep
+
+ \startstep
+ STEP THREE
+ \stopstep
+
+ \startstep
+ STEP FOUR
+ \stopstep
+
+\stopsteps
+
+\startsteps
+
+ \startstep[option=title]
+ \chapter{Step Set 2}
+ \stopstep
+
+ \startstep[option=repeat]
+ \repeathead[chapter]
+ \stopstep
+
+ \startstep
+ \startitemize
+ \startitem STEP 1a \stopitem
+ \startitem STEP 1b \stopitem
+ \stopitemize
+ \stopstep
+
+ \startstep
+ \startitemize[continue]
+ \startitem STEP 2a \stopitem
+ \startitem STEP 2b \stopitem
+ \stopitemize
+ \stopstep
+
+ \startstep
+ \startitemize[continue]
+ \startitem STEP 3a \stopitem
+ \startitem STEP 3b \stopitem
+ \stopitemize
+ \stopstep
+
+\stopsteps
+
+\stoptext