summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2023-04-06 19:04:46 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2023-04-06 19:04:46 +0000
commitf899fef42bcc8cd412aa21cbd016c19ab0f04520 (patch)
treed7cfcd62eee664704816e922b4e072aa394d5db7
parent99ea5a020ffcbbf86f15f6e6b1a28a7d6377d070 (diff)
Fixed severa typos in manual (J. Friedrich).
git-svn-id: svn://tug.org/texlive/trunk@66784 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-backend.tex9
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex5
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex.pdfbin1775341 -> 1775307 bytes
3 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-backend.tex b/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
index afbaa84d0c9..672288d45c1 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
@@ -125,7 +125,7 @@ after the \PDFTEX\ equivalents.
\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 @@ after the \PDFTEX\ equivalents.
\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 @@ pdfe.getstatus(<pdfe document>)
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 (<pdfe array>, <table> operatortable, <table> info)
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.
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex b/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex
index 0a830ed0036..1e12b61f11a 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-fontloader.tex
@@ -225,7 +225,7 @@ by fontloader while applying the AFM file. On success, \type {nil} is returned.
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 @@ space|-|separated string of glyph names in this class.
\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 @@ The \type {scripts} subtable:
\LL
\stoptabulate
-
The \type {lang} subtable:
\starttabulate[|l|l|p|]
diff --git a/Master/texmf-dist/doc/luatex/base/luatex.pdf b/Master/texmf-dist/doc/luatex/base/luatex.pdf
index e1326ac3b3a..efd2d011783 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex.pdf
+++ b/Master/texmf-dist/doc/luatex/base/luatex.pdf
Binary files differ