summaryrefslogtreecommitdiff
path: root/macros/optex/doc/optex-techdoc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/optex/doc/optex-techdoc.tex')
-rw-r--r--macros/optex/doc/optex-techdoc.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/macros/optex/doc/optex-techdoc.tex b/macros/optex/doc/optex-techdoc.tex
index 4ae25a9c7e..525fdb9477 100644
--- a/macros/optex/doc/optex-techdoc.tex
+++ b/macros/optex/doc/optex-techdoc.tex
@@ -51,38 +51,38 @@ The `optex.ini` file is read as the main file when the format is generated.
%
Category codes are set first. Note that the `_` is set to category code
\"letter", it can be used as a part of control sequence names.
-Other category codes are set as in the plain \TeX/.
+Other category codes are set as in plain \TeX/.
\verbinput (6-20) optex.ini
%
The \`\optexversion` and \`\fmtname` are defined.
-\verbinput (22-25) optex.ini
+\verbinput (22-26) optex.ini
%
We check if \LuaTeX/ engine is used at `-ini` state. And the `^^J` character
is set as `\newlinechar`.
-\verbinput (27-36) optex.ini
+\verbinput (28-37) optex.ini
%
The basic macros for macro file syntax is defined, i.\,e.\
`\_endcode`, `\_doc` and `\_cod`.
The `\_codedecl` will be re-defined later.
-\verbinput (38-42) optex.ini
+\verbinput (39-43) optex.ini
%
Individual `*.opm` macro files are read.
-\verbinput (44-87) optex.ini
+\verbinput (45-89) optex.ini
%
The file `optex.lua` is embedded into the format as byte-code.
It is documented in section~\ref[lua].
-\verbinput (89-92) optex.ini
+\verbinput (91-94) optex.ini
The `\everyjob` register is initialized and the format is saved by
the `\dump` command.
-\verbinput (94-102) optex.ini
+\verbinput (96-104) optex.ini
}