summaryrefslogtreecommitdiff
path: root/tex/context/base/m-pictex.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/m-pictex.tex
parentab3f887feadf929129087cd2cbc3783064507565 (diff)
downloadcontext-51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725.tar.gz
stable 2004.06.10
Diffstat (limited to 'tex/context/base/m-pictex.tex')
-rw-r--r--tex/context/base/m-pictex.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/tex/context/base/m-pictex.tex b/tex/context/base/m-pictex.tex
index 85ae90118..98c5ddbcd 100644
--- a/tex/context/base/m-pictex.tex
+++ b/tex/context/base/m-pictex.tex
@@ -70,9 +70,9 @@
%D Therefore we can use \SKIPS\ as \DIMENSIONS. However, some
%D incompatibility can result from assignments that look like:
%D
-%D \starttypen
+%D \starttyping
%D \somedimen=\someskip
-%D \stoptypen
+%D \stoptyping
%D
%D In such cases the \DIMENSION\ equals the fixed part of the
%D \SKIP\ or in other words: this assignment strips off the
@@ -101,7 +101,7 @@
%D and 71 \SKIPS\ are allocated. Indeed, \PICTEX\ needs 110
%D \DIMENSIONS !
%D
-%D \starttypen
+%D \starttyping
%D \def\newdimen
%D {\ifnum\count11>\count12
%D \let\next\temporarynewskip
@@ -109,7 +109,7 @@
%D \let\next\temporarynewdimen
%D \fi
%D \next}
-%D \stoptypen
+%D \stoptyping
%D
%D When I was testing a new version of \PPCHTEX\ in \PLAIN\
%D \TEX\ I had to find out that this exchange of registers
@@ -117,23 +117,23 @@
%D to find out that the source of errors originated in
%D constructions like:
%D
-%D \starttypen
+%D \starttyping
%D \ifdim\DimenOne<\DimenTwo whatever you want \else or not \fi
-%D \stoptypen
+%D \stoptyping
%D
%D When \type{\DimenOne} is a \SKIP\ and \type{\DimenTwo} is a
%D \DIMENSION, \TEX\ scans for some optional glue component,
%D like in:
%D
-%D \starttypen
+%D \starttyping
%D \skip0=\dimen0 plus 10pt minus 5pt
-%D \stoptypen
+%D \stoptyping
%D
%D The most robust solution to this problem is:
%D
-%D \starttypen
+%D \starttyping
%D \ifdim\DimenOne<\DimenTwo\relax right \else wrong \fi
-%D \stoptypen
+%D \stoptyping
%D
%D Some close reading of the \PICTEX\ source however learned me
%D that this problem could be solved best by just honoring the