Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
8f4784a4
Commit
8f4784a4
authored
2 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos in manual (Josef Friedrich)
parent
6373afc8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manual/luatex-graphics.tex
+1
-1
1 addition, 1 deletion
manual/luatex-graphics.tex
manual/luatex-nodes.tex
+6
-6
6 additions, 6 deletions
manual/luatex-nodes.tex
manual/luatex.pdf
+0
-0
0 additions, 0 deletions
manual/luatex.pdf
with
7 additions
and
7 deletions
manual/luatex-graphics.tex
+
1
−
1
View file @
8f4784a4
...
@@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible).
...
@@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible).
<table> p = get
_
path (mp,<string> name)
<table> p = get
_
path (mp,<string> name)
\stopfunctioncall
\stopfunctioncall
The path is returned a a table with subtables that have six numbers: the
The path is returned a
s
a table with subtables that have six numbers: the
coordinates of the point, pre- and postcontrol. A
\type
{
cycle
}
fields indicates
coordinates of the point, pre- and postcontrol. A
\type
{
cycle
}
fields indicates
if a path is cyclic.
if a path is cyclic.
...
...
This diff is collapsed.
Click to expand it.
manual/luatex-nodes.tex
+
6
−
6
View file @
8f4784a4
...
@@ -1877,7 +1877,7 @@ word boundaries are possible).
...
@@ -1877,7 +1877,7 @@ word boundaries are possible).
\startfunctioncall
\startfunctioncall
node.unprotect
_
glyph
(
<node> n
)
node.unprotect
_
glyph
(
<node> n
)
node.unprotect
_
glyphs
(
<node> n,
[
<node>
n
])
node.unprotect
_
glyphs
(
<node> n,
[
<node>
,m
])
\stopfunctioncall
\stopfunctioncall
Subtracts
256
from all glyph node subtypes. This and the next function are
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.
...
@@ -1891,7 +1891,7 @@ processing. The second argument is optional and indicates the end of a range.
\startfunctioncall
\startfunctioncall
node.protect
_
glyph
(
<node> n
)
node.protect
_
glyph
(
<node> n
)
node.protect
_
glyphs
(
<node> n,
[
<node>
n
])
node.protect
_
glyphs
(
<node> n,
[
<node>
m
])
\stopfunctioncall
\stopfunctioncall
Adds
256
to all glyph node subtypes in the node list starting at
\type
{
n
}
,
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
...
@@ -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:
userdata nodes and there numeric references and back with:
\startfunctioncall
\startfunctioncall
<integer> d
=
node.todirect
(
<node> n
))
<integer> d
=
node.
direct.
todirect
(
<node> n
))
<node> n
=
node.tonode
(
<integer> d
))
<node> n
=
node.
direct.
tonode
(
<integer> d
))
\stopfunctioncall
\stopfunctioncall
The userdata model is rather robust as it is a virtual interface with some
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
...
@@ -2437,8 +2437,8 @@ consistency. You can of course always define additional accessors using \type
\supported
{
subtypes
}
\yes
\nop
\supported
{
subtypes
}
\yes
\nop
\supported
{
subtype
}
\yes
\nop
\supported
{
subtype
}
\yes
\nop
\supported
{
tail
}
\yes
\yes
\supported
{
tail
}
\yes
\yes
\supported
{
todirect
}
\
yes
\yes
\supported
{
todirect
}
\
nop
\yes
\supported
{
tonode
}
\
yes
\yes
\supported
{
tonode
}
\
nop
\yes
\supported
{
tostring
}
\yes
\yes
\supported
{
tostring
}
\yes
\yes
\supported
{
traverse
_
char
}
\yes
\yes
\supported
{
traverse
_
char
}
\yes
\yes
\supported
{
traverse
_
glyph
}
\yes
\yes
\supported
{
traverse
_
glyph
}
\yes
\yes
...
...
This diff is collapsed.
Click to expand it.
manual/luatex.pdf
+
0
−
0
View file @
8f4784a4
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment