diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base')
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/fdata_epdf.lua | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/functionref.pdf | bin | 108015 -> 107971 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/functionref.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/luatexref-t.pdf | bin | 778873 -> 779669 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/luatexref-t.tex | 10 |
5 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua b/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua index 7e13519d2da..eea799d32c0 100644 --- a/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua +++ b/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua @@ -1,4 +1,4 @@ --- $Id: fdata_epdf.lua 4135 2011-04-11 21:07:37Z hhenkel $ +-- $Id: fdata_epdf.lua 4165 2011-04-16 09:01:02Z taco $ local fdata_epdf = { functions = { @@ -398,7 +398,7 @@ local fdata_epdf = { {type = "Catalog", name = "catalog", optional = false, }, }, returnvalues = { - {type = "boolean", name = "var", optional = false, }, + {type = "Object", name = "var", optional = false, }, }, }, }, diff --git a/Master/texmf-dist/doc/luatex/base/functionref.pdf b/Master/texmf-dist/doc/luatex/base/functionref.pdf Binary files differindex a67306f1033..685dc21eb87 100644 --- a/Master/texmf-dist/doc/luatex/base/functionref.pdf +++ b/Master/texmf-dist/doc/luatex/base/functionref.pdf diff --git a/Master/texmf-dist/doc/luatex/base/functionref.tex b/Master/texmf-dist/doc/luatex/base/functionref.tex index a2f3dd08444..50332dfcf97 100644 --- a/Master/texmf-dist/doc/luatex/base/functionref.tex +++ b/Master/texmf-dist/doc/luatex/base/functionref.tex @@ -9,7 +9,7 @@ \setuptabulate[before=] \setuppagenumbering[location=,alternative=doublesided] -\setupheadertexts[Luatex 0.66 short reference][pagenumber] +\setupheadertexts[Luatex 0.70 short reference][pagenumber] \setupheader[style=\ssbf] \setupalign[flushleft] diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf Binary files differindex 97d9ae36f7d..696b2fc94d2 100644 --- a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf +++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex index 38bcdf34463..c9aaa684658 100644 --- a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex +++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex @@ -23,7 +23,7 @@ \setvariables [document] - [beta=0.66.0] + [beta=0.70.1] \starttext @@ -5911,7 +5911,7 @@ tex.AlephVersion tex.Alephrevision tex.OmegaVersion tex.Omegarevision -tex.eTeXVersion +tex.eTeXversion tex.eTeXrevision tex.formatname tex.jobname @@ -8664,7 +8664,7 @@ range is still -1 .. 15 and glyph nodes have number 0 (used to be char node) and ligature nodes are mapped to 7. That way macro packages can use the same symbolic names as in traditional \ETEX. Keep in mind that the internal node numbers are different and that -there are more node types that 15. +there are more node types than 15. \subsection{Auxiliary items} @@ -9417,8 +9417,8 @@ Mode values: \starttabulate[|lT|p|] \NC \ssbf value \NC \ssbf corresponding \tex{pdftex} keyword \NC \NR \NC 0 \NC setorigin \NC \NR -\NC 0 \NC page \NC \NR -\NC 0 \NC direct \NC \NR +\NC 1 \NC page \NC \NR +\NC 2 \NC direct \NC \NR \stoptabulate \subsubsection{pdf_refobj nodes} |