Hans,

I attach a diff file correcting some typos in the sources of the “TeX
it” manual.

I hope it helps,

Pablo
-- 
http://www.ousia.tk
diff -u ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-introduction.tex texit/texit-introduction.tex
--- ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-introduction.tex	2018-09-30 19:42:01.000000000 +0200
+++ texit/texit-introduction.tex	2018-10-01 16:46:01.489066000 +0200
@@ -6,12 +6,12 @@
 
 I needed a place to collect examples of \TEX\ coding and this is it. The examples
 presented here are an unorganized bunch. Some originate in questions asked on the
-mailing list. Others are byproducts of tests made when playing with some (new)
+mailing list. Others are by|-|products of tests made when playing with some (new)
 functionality. When you plan to use \TEX\ for a long time, it doesn't hurt to see
-a bit of \TEX coding but when possible I will also show the \CONTEXT\ way.
+a bit of \TEX\ coding but when possible I will also show the \CONTEXT\ way.
 
 I hope that this document is useful. You can of course always try to challenge me
-for more examples. Hopefully I will nto forget about this document and extend it
+for more examples. Hopefully I will not forget about this document and extend it
 occasionaly.
 
 \startlines
diff -u ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-lookahead.tex texit/texit-lookahead.tex
--- ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-lookahead.tex	2018-09-30 19:42:01.000000000 +0200
+++ texit/texit-lookahead.tex	2018-10-01 16:45:48.315977000 +0200
@@ -21,7 +21,7 @@
 \stopTEX
 
 Normally the percentage symbol is used to indicate a comment, but here
-are no comments. In these cases it makes the definition effectively
+are no comments. In these cases, it makes the definition effectively
 
 \startTEX
 \def\foo#1{do something with "#1"!}
@@ -57,7 +57,7 @@
 
 This time we want to preserve the space after \type {something} because an
 end|-|of|-|line would either or not collapse it with \type {with} depending on
-how the endofline character is set up. Normally:
+how the endofline character is set up. Normally,
 
 \startTEX
 \def\foo#1%
@@ -65,7 +65,7 @@
    with "#1".}
 \stopTEX
 
-Will also add a space after something but when \TEX\ is set up to ignore lines
+will also add a space after something but when \TEX\ is set up to ignore lines
 you get a collapse. So the explicit space is a robust way out. Both cases of
 using or omitting the comment symbol are easy to spot as they trigger an error
 or result in weird typeset results.
diff -u ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-titlepage.tex texit/texit-titlepage.tex
--- ctxbeta/tex/texmf-context/doc/context/sources/general/manuals/texit/texit-titlepage.tex	2018-09-30 19:42:01.000000000 +0200
+++ texit/texit-titlepage.tex	2018-10-01 16:41:41.905266000 +0200
@@ -23,7 +23,7 @@
 
 clip currentpicture to Page ;
 
-draw textext.ulft ("\TeX it") ysized 5cm
+draw textext.ulft ("\TeX\ it") ysized 5cm
     shifted lrcorner Page shifted (-1cm,1cm)
     withcolor white ;
 
_______________________________________________
dev-context mailing list
[email protected]
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to