summaryrefslogtreecommitdiff
path: root/tex/context/base/s-pre-02.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/s-pre-02.tex')
-rw-r--r--tex/context/base/s-pre-02.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/s-pre-02.tex b/tex/context/base/s-pre-02.tex
index cbdd97ae9..4cd450f84 100644
--- a/tex/context/base/s-pre-02.tex
+++ b/tex/context/base/s-pre-02.tex
@@ -236,7 +236,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}
@@ -248,7 +248,7 @@
%D \Topic {Next Topic}
%D
%D .....
-%D \stoptypen
+%D \stoptyping
%D \macros
%D {StartTitlePage, TitlePage}
@@ -256,17 +256,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 as one||liner:
%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.