summaryrefslogtreecommitdiff
path: root/examples/elementary.tex
diff options
context:
space:
mode:
Diffstat (limited to 'examples/elementary.tex')
-rw-r--r--examples/elementary.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/elementary.tex b/examples/elementary.tex
new file mode 100644
index 0000000..79b2097
--- /dev/null
+++ b/examples/elementary.tex
@@ -0,0 +1,18 @@
+\usemodule
+ [simpleslides]
+ [style=Automaton,
+ file=initial-eca/w40r.eca,
+ rule=110,
+ clip=left, % [left|right|both]
+ mode=eca,
+ color=blue,]
+
+%\ctxlua{dofile "automatarc-eca.lua"}
+\starttext
+
+\dorecurse{10}{
+\SlideTitle{Frame Number \recurselevel}
+\input hawking
+}
+
+\stoptext