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
941265f8
Commit
941265f8
authored
8 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
hopefully latest update for luatex 1.0.3
parent
0ff5dce4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/texk/web2c/luatexdir/NEWS
+45
-0
45 additions, 0 deletions
source/texk/web2c/luatexdir/NEWS
source/texk/web2c/luatexdir/luatex.c
+1
-1
1 addition, 1 deletion
source/texk/web2c/luatexdir/luatex.c
with
46 additions
and
1 deletion
source/texk/web2c/luatexdir/NEWS
+
45
−
0
View file @
941265f8
This file is in the public domain.
This file is in the public domain.
==============================================================
LuaTeX Release 1.0.3 was released 2017021514
==============================================================
This is a minor upgrade and probably this version will go on texlive. There are a couple
of fixes and additions.
- We added a few a few more helpers in the pdf namespace (like set|get]gentounicode,
[set|get]omitcidset and set|get]decimaldigits. Some helpers were moved from the tex
to the pdf namespace.
- We added a build_page_insert callback for inserts so that one can for instance adapt
spacing on demand.
- On the agenda has been some more control over word start and end in hyphenation and
this is now possible via hyphenationbounds. We also updated the manual with some more
details.
- An old tracker item with respect to control over spacing around math was revived and
has resulted in mathsurroundmode (one can wonder how useful this is).
- We improved the resolution detection in included jpeg images.
- An ffi library has been added to luatex so that it is more in sync with luajittex. This
permits easy and flexible loading of libraries. Our policy is to make luatex as lean
as possible with no dependencies and this is a step towards that. Eventually we hope
to support all relevant platforms.
- The glue and skip register accessors have been improved as a step in freeing the user
from glue spec management.
- We added a few more getters and setters for nodes in order to get a more consistent
set.
- Irrelevant fields have been removed from the status table and an engine identifier
has been added.
- Of course there are numerous fixes and improvements but none of these have consequences
for the interfaces.
- The manual has been updated but will be improved over time.
==============================================================
==============================================================
LuaTeX Release 0.95 for TeX Live 2016 was released 2016042515
LuaTeX Release 0.95 for TeX Live 2016 was released 2016042515
==============================================================
==============================================================
...
...
This diff is collapsed.
Click to expand it.
source/texk/web2c/luatexdir/luatex.c
+
1
−
1
View file @
941265f8
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
int
luatex_version
=
100
;
/* \.{\\luatexversion} */
int
luatex_version
=
100
;
/* \.{\\luatexversion} */
int
luatex_revision
=
'3'
;
/* \.{\\luatexrevision} */
int
luatex_revision
=
'3'
;
/* \.{\\luatexrevision} */
int
luatex_date_info
=
20170
11800
;
/* the compile date is now hardwired :YEAR MONTH DAY HOUR*/
int
luatex_date_info
=
20170
21514
;
/* the compile date is now hardwired :YEAR MONTH DAY HOUR*/
const
char
*
luatex_version_string
=
"1.0.3"
;
const
char
*
luatex_version_string
=
"1.0.3"
;
const
char
*
engine_name
=
my_name
;
/* the name of this engine */
const
char
*
engine_name
=
my_name
;
/* the name of this engine */
...
...
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