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
02504b45
Commit
02504b45
authored
5 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
fixed manual (thanks to T.ASAKURA)
parent
f0d35681
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manual/luatex-backend.tex
+3
-3
3 additions, 3 deletions
manual/luatex-backend.tex
manual/luatex-tex.tex
+4
-3
4 additions, 3 deletions
manual/luatex-tex.tex
manual/luatex.pdf
+0
-0
0 additions, 0 deletions
manual/luatex.pdf
with
7 additions
and
6 deletions
manual/luatex-backend.tex
+
3
−
3
View file @
02504b45
...
...
@@ -627,7 +627,7 @@ pdfe.unencrypt(<pdfe document>,userpassword,ownerpassword)
\stopsubsection
\startsubsection
[title={\type {getsize}, \type {getversion}, \type {getnofobjects}, \type {getnofpages}}]
\startsubsection
[title={\type {getsize}, \type {getversion}, \type {getnofobjects}, \type {getnofpages}
, \type{getmemoryusage}
}]
\libindex
{
getsize
}
\libindex
{
getversion
}
...
...
@@ -641,7 +641,7 @@ bytes = getsize(<pdfe document>)
major, minor = getversion(<pdfe document>)
n = getnofobjects(<pdfe document>)
n = getnofpages(<pdfe document>)
bytes, waste = get
nofp
age
s
(<pdfe document>)
bytes, waste
= get
memoryus
age(<pdfe document>)
\stoptyping
\stopsubsection
...
...
@@ -797,7 +797,7 @@ type, value, detail = getfromarray(<pdfe array>,index)
\DB
type
\BC
meaning
\BC
value
\BC
detail
\NC
\NR
\NC
\type
{
0
}
\NC
none
\NC
nil
\NC
\NC
\NR
\NC
\type
{
1
}
\NC
null
\NC
nil
\NC
\NC
\NR
\NC
\type
{
2
}
\NC
boolean
\NC
boolean
\NC
\NC
\NR
\NC
\type
{
2
}
\NC
boolean
\NC
1 or 0
\NC
\NC
\NR
\NC
\type
{
3
}
\NC
integer
\NC
integer
\NC
\NC
\NR
\NC
\type
{
4
}
\NC
number
\NC
float
\NC
\NC
\NR
\NC
\type
{
5
}
\NC
name
\NC
string
\NC
\NC
\NR
...
...
This diff is collapsed.
Click to expand it.
manual/luatex-tex.tex
+
4
−
3
View file @
02504b45
...
...
@@ -1957,15 +1957,16 @@ and|/|or console.
\libindex
{
write
}
\startfunctioncall
texio.write
(
<string> target, <string> s, ...
)
texio.write
(
<string> target
| <integer> stream
, <string> s, ...
)
texio.write
(
<string> s, ...
)
\stopfunctioncall
Without the
\type
{
target
}
argument, writes all given strings to the same
location
(
s
)
\TEX\
writes messages to at this moment. If
\prm
{
batchmode
}
is in
effect, it writes only to the log, otherwise it writes to the log and the
terminal. The optional
\type
{
target
}
can be one of three possibilities:
\type
{
term
}
,
\type
{
log
}
or
\type
{
term and log
}
.
terminal. The optional
\type
{
target
}
can be one of four possibilities:
\type
{
term
}
,
\type
{
log
}
,
\type
{
term and log
}
or a valid integer of a stream
opened for writing.
Note: If several strings are given, and if the first of these strings is or might
be one of the targets above, the
\type
{
target
}
must be specified explicitly to
...
...
This diff is collapsed.
Click to expand it.
manual/luatex.pdf
+
0
−
0
View file @
02504b45
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