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
39d2fe4f
Commit
39d2fe4f
authored
8 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
sync trunk and tags for luatex 1.0
[[Split portion of a mixed commit.]]
parent
35407a60
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
manual/luatex-math.tex
+2
-2
2 additions, 2 deletions
manual/luatex-math.tex
manual/luatex.pdf
+0
-0
0 additions, 0 deletions
manual/luatex.pdf
manual/luatex.tex
+2
-2
2 additions, 2 deletions
manual/luatex.tex
source/texk/web2c/luatexdir/luatex.c
+4
-4
4 additions, 4 deletions
source/texk/web2c/luatexdir/luatex.c
with
8 additions
and
8 deletions
manual/luatex-math.tex
+
2
−
2
View file @
39d2fe4f
...
...
@@ -267,7 +267,7 @@ are described as follows:
\startitemize
\startitem
In any style superscripts and subscripts are taken from the next smaller style.
Exception: in display style they are
taken
in script style.
Exception: in display style they are in script style.
\stopitem
\startitem
Subscripts are always in the cramped variant of the style; superscripts are only
...
...
@@ -407,7 +407,7 @@ needed.
The injection of
\type
{
\abovedisplayskip
}
and
\type
{
\belowdisplayskip
}
is not
symmetrical. An above one is always inserted, also when zero, but the below is
only inserted when larger than zero. Especially the later mkes it sometimes hard
only inserted when larger than zero. Especially the later m
a
kes it sometimes hard
to fully control spacing. Therefore
\LUATEX\
comes with a new directive:
\type
{
\mathdisplayskipmode
}
. The following values apply:
...
...
This diff is collapsed.
Click to expand it.
manual/luatex.pdf
+
0
−
0
View file @
39d2fe4f
No preview for this file type
This diff is collapsed.
Click to expand it.
manual/luatex.tex
+
2
−
2
View file @
39d2fe4f
...
...
@@ -12,8 +12,8 @@
\dontcomplain
\startdocument
[
version=0.99
,
status=pre-release
]
[
%status=release
,
version=1.0.0
]
\component
luatex-titlepage
...
...
This diff is collapsed.
Click to expand it.
source/texk/web2c/luatexdir/luatex.c
+
4
−
4
View file @
39d2fe4f
...
...
@@ -28,10 +28,10 @@
#define TeX
int
luatex_version
=
99
;
/* \.{\\luatexversion} */
int
luatex_revision
=
'
5
'
;
/* \.{\\luatexrevision} */
int
luatex_date_info
=
2016092
3
00
;
/* the compile date is now hardwired */
const
char
*
luatex_version_string
=
"
0.99.5
"
;
int
luatex_version
=
100
;
/* \.{\\luatexversion} */
int
luatex_revision
=
'
0
'
;
/* \.{\\luatexrevision} */
int
luatex_date_info
=
2016092
7
00
;
/* the compile date is now hardwired */
const
char
*
luatex_version_string
=
"
1.0
"
;
const
char
*
engine_name
=
my_name
;
/* the name of this engine */
#include
<kpathsea/c-ctype.h>
...
...
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