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
7f9bada5
Commit
7f9bada5
authored
8 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
fix in manual
[[Split portion of a mixed commit.]]
parent
bb885d54
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manual/luatex-callbacks.tex
+15
-22
15 additions, 22 deletions
manual/luatex-callbacks.tex
manual/luatex.pdf
+0
-0
0 additions, 0 deletions
manual/luatex.pdf
with
15 additions
and
22 deletions
manual/luatex-callbacks.tex
+
15
−
22
View file @
7f9bada5
...
...
@@ -397,16 +397,15 @@ end
The string reports the group code. From this you can deduce from
what list you can give a treat.
\starttabulate
\NC
\bf
group codes
\NC
\bf
pointer
\NC
\NR
\HL
\NC\type
{
pre
_
box
}
\NC
\type
{
contrib
_
head
}
\NC
\NR
\NC\type
{
pre
_
adjust
_
tail
}
\NC
\type
{
pre
_
adjust
_
head
}
\NC
\NR
\NC\type
{
just
}
\NC
\type
{
just
_
box
}
\NC
\NR
\NC\type
{
adjust
_
tail
}
\NC
\type
{
adjust
_
head
}
\NC
\NR
\starttabulate
[|lT|p|]
\NC
\rmbf
value
\NC
\bf
explanation
\NC
\NR
\NC
pre
_
box
\NC
interline material is being added
\NC
\NR
\NC
pre
_
adjust
\NC
\type
{
\vadjust
}
material is being added
\NC
\NR
\NC
box
\NC
a typeset box is being added (always called)
\NC
\NR
\NC
adjust
\NC
\type
{
\vadjust
}
material is being added
\NC
\NR
\stoptabulate
\subsection
{
\type
{
buildpage
_
filter
}
and
\type
{
contribute
_
filter
}
}
\subsection
{
\type
{
buildpage
_
filter
}}
This callback is called whenever
\LUATEX\
is ready to move stuff to the main
vertical list. You can use this callback to do specialized manipulation of the
...
...
@@ -435,20 +434,6 @@ state is with respect to the \quote {current page}. The possible values for the
\NC
end
\NC
\LUATEX\
is terminating (it's all over)
\NC
\NR
\stoptabulate
And for the
\type
{
contribute
_
filter
}
called in the post line break handler
we have four cases (three are only called when there is a need for it).
\starttabulate
[|lT|p|]
\NC
\rmbf
value
\NC
\bf
explanation
\NC
\NR
\NC
pre
_
box
\NC
interline material is being added
\NC
\NR
\NC
pre
_
adjust
\NC
\type
{
\vadjust
}
material is being added
\NC
\NR
\NC
box
\NC
a typeset box is being added (always called)
\NC
\NR
\NC
adjust
\NC
\type
{
\vadjust
}
material is being added
\NC
\NR
\stoptabulate
Just before the
\type
{
box
}
related call we have a callout to the
\type
{
append
_
to
_
vlist
_
filter
}
. These callbacks do not replace any internal code.
\subsection
{
\type
{
build
_
page
_
insert
}}
This callback is called when the pagebuilder adds an insert. There is not much
...
...
@@ -456,6 +441,14 @@ control over this mechanism but this callback permits some last minute
manipulations of the spacing before an insert, something that might be handy when
for instance multiple inserts (types) are appended in a row.
\startfunctioncall
function(<number> n, <number> i)
return <number> register
end
\stopfunctioncall
with
\starttabulate
[|lT|p|]
\NC
\rmbf
value
\NC
\bf
explanation
\NC
\NR
\NC
n
\NC
the insert class
\NC
\NR
...
...
This diff is collapsed.
Click to expand it.
manual/luatex.pdf
+
0
−
0
View file @
7f9bada5
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