summaryrefslogtreecommitdiff
path: root/tex/context/base/s-pre-01.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-06-10 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-06-10 00:00:00 +0200
commit51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725 (patch)
treea902c3c67fe2272ee9e2325d6a6f28f0fd15d9d8 /tex/context/base/s-pre-01.tex
parentab3f887feadf929129087cd2cbc3783064507565 (diff)
downloadcontext-51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725.tar.gz
stable 2004.06.10
Diffstat (limited to 'tex/context/base/s-pre-01.tex')
-rw-r--r--tex/context/base/s-pre-01.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/tex/context/base/s-pre-01.tex b/tex/context/base/s-pre-01.tex
index 9243162f2..2cc8c6e35 100644
--- a/tex/context/base/s-pre-01.tex
+++ b/tex/context/base/s-pre-01.tex
@@ -103,12 +103,12 @@
%D I considered the next setup too, but finaly decided to
%D comment it out.
%D
-%D \starttypen
+%D \starttyping
%D \setupbackgrounds
%D [bottom][text]
%D [frame=on,
%D framecolor=white]
-%D \stoptypen
+%D \stoptyping
%D \macros
%D {setupinteraction}
@@ -182,17 +182,17 @@
%D The titlepage is rather simple and can be typeset in two
%D ways:
%D
-%D \starttypen
+%D \starttyping
%D \StartTitlePage
%D text \\ text \\ text
%D \StopTitlepage
-%D \stoptypen
+%D \stoptyping
%D
%D or more straightforward:
%D
-%D \starttypen
+%D \starttyping
%D \TitlePage{text\\text\\text}
-%D \stoptypen
+%D \stoptyping
%D
%D The first alternative can be used for more complicated
%D title pages.
@@ -216,7 +216,7 @@
%D
%D A presentation after loading this module looks like:
%D
-%D \starttypen
+%D \starttyping
%D \TitlePage {About Whatever\\Topics}
%D
%D \Topics {Todays Talk}
@@ -230,7 +230,7 @@
%D \Subject {Beta}
%D
%D .....
-%D \stoptypen
+%D \stoptyping
%D \macros
%D {definehead}
@@ -291,7 +291,7 @@
%D subject line by using one of the default alternatives (g). We
%D could have said:
%D
-%D \starttypen
+%D \starttyping
%D \setuplist
%D [Subject]
%D [alternative=none,
@@ -300,7 +300,7 @@
%D
%D \def\SubjectListLine#1#2#3%
%D {\midaligned{#2}}
-%D \stoptypen
+%D \stoptyping
%D
%D But why should we complicate things when we can use
%D alternative~\type{g}. The test is only needed if one
@@ -332,7 +332,7 @@
%D {setuplist, placelist,startinteractionmenu}
%D
%D The actual topic list is typeset using a \type{\vbox}. We
-%D have to specify \type{criterium=all} because otherwise no
+%D have to specify \type{criteriumcriterium=all} because otherwise no
%D list will be typeset. (By default lists are typeset
%D locally.)