texlive[71488] Build/source/texk/web2c/hitexdir/hitex.w: [HiTeX] Fix

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Jun 12 10:40:04 CEST 2024


Revision: 71488
          https://tug.org/svn/texlive?view=revision&revision=71488
Author:   ascherer
Date:     2024-06-12 10:40:04 +0200 (Wed, 12 Jun 2024)
Log Message:
-----------
[HiTeX] Fix some obvious typos.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/hitex.w

Modified: trunk/Build/source/texk/web2c/hitexdir/hitex.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hitex.w	2024-06-11 23:42:02 UTC (rev 71487)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w	2024-06-12 08:40:04 UTC (rev 71488)
@@ -251,7 +251,7 @@
 
 @* Introduction.
 This is Hi\TeX, a program derived from \TeX, extending its capabilities
-using \eTeX and \Prote, and adding functions common to other engines from
+using \eTeX\ and \Prote, and adding functions common to other engines from
 the \TeX\ Live distribution. Hi\TeX\ writes output files in
 the \HINT\ file format. Like \TeX, it is
 a document compiler intended to produce typesetting of high
@@ -431,7 +431,7 @@
 
 The program starts with inserting header files and occassionaly a function
 must be placed before declaring \TeX's macros, because the function
-uses identifiers that \TeX will declare as macros.
+uses identifiers that \TeX\ will declare as macros.
 
 @p @<Header files and function declarations@>@;
 @h
@@ -24651,7 +24651,7 @@
 The global variable |format_ident| is a string that is printed right
 after the |banner| line when \TeX\ is ready to start. For \.{INITEX} this
 string says simply `\.{ (INITEX)}'; for other versions of \TeX\ it says,
-for example, `\.{ (preloaded format=plain 1982.11.19)}', showing the year,
+for example, `\.{(preloaded format=plain 1982.11.19)}', showing the year,
 month, and day that the format file was created. We have |format_ident==0|
 before \TeX's tables are loaded.
 
@@ -27145,7 +27145,7 @@
 
 @ The \.{\\showtokens} command displays a token list.
 
- at d show_tokens 5 /* \.{\\showtokens} , must be odd! */
+ at d show_tokens 5 /* \.{\\showtokens}, must be odd! */
 
 @<Generate all \eTeX...@>=
 primitive("showtokens", xray, show_tokens);
@@ -28982,7 +28982,7 @@
 @* The extended features of \Prote.
 \Prote\ extends furthermore \eTeX\ i.e. \eTeX\ is thus required
 before adding \Prote\ own extensions. But if \eTeX\ mode has not
-be enabled, the engine is still compatible with \TeX with no added
+be enabled, the engine is still compatible with \TeX\ with no added
 primitive commands and with a modification of code---from
 \eTeX\ exclusively for now---that is sufficiently minor so that
 the engine still deserves the name \TeX.
@@ -29819,7 +29819,7 @@
 
 @ To obtain the MD5 hash signature of a file will need an external
 implementation, since the algorithm requires bitwise operation that
-standard \PASCAL does not provide. So we do not bother to try. The
+standard \PASCAL\ does not provide. So we do not bother to try. The
 present implementation returns nothing.
 @^system dependencies@>
 



More information about the tex-live-commits mailing list.