From cc95b915ac0588dc58e5df30c1db6da5f6d9313a Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Fri, 31 Mar 2023 20:19:16 +0000 Subject: Fixed several typos/inconsistencies. git-svn-id: svn://tug.org/texlive/trunk@66718 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/luatex/base/luatex-backend.tex | 7 ++++--- .../texmf-dist/doc/luatex/base/luatex-graphics.tex | 2 +- Master/texmf-dist/doc/luatex/base/luatex-nodes.tex | 16 ++++++++-------- Master/texmf-dist/doc/luatex/base/luatex.pdf | Bin 1788486 -> 1775317 bytes 4 files changed, 13 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/luatex/base/luatex-backend.tex b/Master/texmf-dist/doc/luatex/base/luatex-backend.tex index 49a18ddb40b..afbaa84d0c9 100644 --- a/Master/texmf-dist/doc/luatex/base/luatex-backend.tex +++ b/Master/texmf-dist/doc/luatex/base/luatex-backend.tex @@ -619,13 +619,14 @@ pdfe.getstatus() The returned codes are: + \starttabulate[|c|l|] \DB value \BC explanation \NC \NR \TB -\NC \type {-2} \NC the document failed to open \NC \NR -\NC \type {-1} \NC the document is (still) protected \NC \NR +\NC \type {-2} \NC the document is (still) protected \NC \NR +\NC \type {-1} \NC the document failed to open \NC \NR \NC \type {0} \NC the document is not encrypted \NC \NR -\NC \type {2} \NC the document has been unencrypted \NC \NR +\NC \type {1} \NC the document has been unencrypted \NC \NR \LL \stoptabulate diff --git a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex index 0e34a65284e..54eed175708 100644 --- a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex +++ b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex @@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible). p = get_path (mp, name) \stopfunctioncall -The path is returned a a table with subtables that have six numbers: the +The path is returned as a table with subtables that have six numbers: the coordinates of the point, pre- and postcontrol. A \type {cycle} fields indicates if a path is cyclic. diff --git a/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex b/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex index 1367ea1fc6e..1b7325ac550 100644 --- a/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex +++ b/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex @@ -1722,7 +1722,7 @@ The \type{traverse_char} iterator loops over the \nod {glyph} nodes in a list. Only nodes with a subtype less than 256 are seen. \startfunctioncall - n, font, char = + n, char, font = node.traverse_char( n) \stopfunctioncall @@ -1730,7 +1730,7 @@ The \type{traverse_glyph} iterator loops over a list and returns the list and filters all glyphs: \startfunctioncall - n, font, char = + n, char, font = node.traverse_glyph( n) \stopfunctioncall @@ -1877,7 +1877,7 @@ word boundaries are possible). \startfunctioncall node.unprotect_glyph( n) -node.unprotect_glyphs( n,[ n]) +node.unprotect_glyphs( n,[ ,m]) \stopfunctioncall Subtracts 256 from all glyph node subtypes. This and the next function are @@ -1891,7 +1891,7 @@ processing. The second argument is optional and indicates the end of a range. \startfunctioncall node.protect_glyph( n) -node.protect_glyphs( n,[ n]) +node.protect_glyphs( n,[ m]) \stopfunctioncall Adds 256 to all glyph node subtypes in the node list starting at \type {n}, @@ -2195,8 +2195,8 @@ number often is reported when you print node related information. You go from userdata nodes and there numeric references and back with: \startfunctioncall - d = node.todirect( n)) - n = node.tonode( d)) + d = node.direct.todirect( n)) + n = node.direct.tonode( d)) \stopfunctioncall The userdata model is rather robust as it is a virtual interface with some @@ -2437,8 +2437,8 @@ consistency. You can of course always define additional accessors using \type \supported {subtypes} \yes \nop \supported {subtype} \yes \nop \supported {tail} \yes \yes -\supported {todirect} \yes \yes -\supported {tonode} \yes \yes +\supported {todirect} \nop \yes +\supported {tonode} \nop \yes \supported {tostring} \yes \yes \supported {traverse_char} \yes \yes \supported {traverse_glyph} \yes \yes diff --git a/Master/texmf-dist/doc/luatex/base/luatex.pdf b/Master/texmf-dist/doc/luatex/base/luatex.pdf index 1525d22d434..7f149158117 100644 Binary files a/Master/texmf-dist/doc/luatex/base/luatex.pdf and b/Master/texmf-dist/doc/luatex/base/luatex.pdf differ -- cgit v1.2.3