diff options
Diffstat (limited to 'macros/luatex/optex/base/alloc.opm')
-rw-r--r-- | macros/luatex/optex/base/alloc.opm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/luatex/optex/base/alloc.opm b/macros/luatex/optex/base/alloc.opm index d5625321a9..b981c25b56 100644 --- a/macros/luatex/optex/base/alloc.opm +++ b/macros/luatex/optex/base/alloc.opm @@ -109,11 +109,11 @@ \_newdimen \tmpdim \_newdimen \_tmpdim \_doc ----------------------------- - A few registers are initialized like in plain\TeX/. Note that `\z@` and `\z@skip` from - plain\TeX/ is `\zo` and `\zoskip` because we absolutely + A few registers are initialized like in plain\TeX/. Note that `\z@skip` from + plain\TeX/ is `\zoskip` here because we absolutely don't support the `@` category dance. - Note that `\p@` is not defined because we can write 1pt which is more - legible. + The `\z@` and `\p@` is not defined because we can write 0pt or 1pt which is more + legible in source code. You can see `plain-at.opm` file. \_cod ----------------------------- \_newdimen\_maxdimen \_maxdimen=16383.99999pt % the largest legal <dimen> |