texlive[66784] Master/texmf-dist/doc/luatex/base: Fixed severa typos
commits+lscarso at tug.org
commits+lscarso at tug.org
Thu Apr 6 21:04:47 CEST 2023
Revision: 66784
http://tug.org/svn/texlive?view=revision&revision=66784
Author: lscarso
Date: 2023-04-06 21:04:46 +0200 (Thu, 06 Apr 2023)
Log Message:
-----------
Fixed severa typos in manual (J. Friedrich).
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
trunk/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex
trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf
Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex 2023-04-05 23:49:23 UTC (rev 66783)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex 2023-04-06 19:04:46 UTC (rev 66784)
@@ -125,7 +125,7 @@
\stopsubsection
\startsubsection[title={\type {[set|get]suppressoptionalinfo}, \type {[set|get]trailerid},
-\type {[set|get]omitcidset}, \type {[set|get]omitinfodict} and \type {[set|get]omitmediabox}}]
+\type {[set|get]omitcidset}, \type {[set|get]omitinfo} and \type {[set|get]omitmediabox}}]
\topicindex{\PDF+options}
\topicindex{\PDF+trailer}
@@ -134,7 +134,7 @@
\libindex{gettrailerid} \libindex{settrailerid}
\libindex{getomitcidset} \libindex{setomitcidset}
\libindex{getomitcharset} \libindex{setomitcharset}
-\libindex{getomitinfodict} \libindex{setomitinfodict}
+\libindex{getomitinfo} \libindex{setomitinfo}
\libindex{getomitmediabox} \libindex{setomitmediabox}
The optional info bitset (a number) determines what kind of info gets flushed.
@@ -619,12 +619,11 @@
The returned codes are:
-
\starttabulate[|c|l|]
\DB value \BC explanation \NC \NR
\TB
\NC \type {-2} \NC the document is (still) protected \NC \NR
-\NC \type {-1} \NC the document failed to open \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 {1} \NC the document has been unencrypted \NC \NR
\LL
@@ -943,7 +942,7 @@
pdfscanner.scan (<string>, <table> operatortable, <table> info)
\stopfunctioncall
-The first argument should be a \LUA\ string or a stream or array onject coming
+The first argument should be a \LUA\ string or a stream or array object coming
from the \type {pdfe} library. The second argument, \type {operatortable}, should
be a \LUA\ table where the keys are \PDF\ operator name strings and the values
are \LUA\ functions (defined by you) that are used to process those operators.
Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex 2023-04-05 23:49:23 UTC (rev 66783)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex 2023-04-06 19:04:46 UTC (rev 66784)
@@ -225,7 +225,7 @@
As mentioned earlier, the return value of \type {fontloader.open} is a userdata
object. One way to have access to the actual metrics is to call \type
{fontloader.to_table} on this object, returning the table structure that is
-explained in the following sections. In teh following sections we will not
+explained in the following sections. In the following sections we will not
explain each field in detail. Most fields are self descriptive and for the more
technical aspects you need to consult the relevant font references.
@@ -911,7 +911,7 @@
\startsubsection[title={\type {math}}]
-The math table has the variables that are also discussed in the chapter aboout
+The math table has the variables that are also discussed in the chapter about
math: \type {ScriptPercentScaleDown}, \type {ScriptScriptPercentScaleDown}, \type
{DelimitedSubFormulaMinHeight}, \type {DisplayOperatorMinHeight}, \type
{MathLeading}, \type {AxisHeight}, \type {AccentBaseHeight}, \type
@@ -971,7 +971,6 @@
\LL
\stoptabulate
-
The \type {lang} subtable:
\starttabulate[|l|l|p|]
Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf
===================================================================
(Binary files differ)
More information about the tex-live-commits
mailing list.