-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master-v3.0008-201910290'
- Loading branch information
Showing
196 changed files
with
42,451 additions
and
2,292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,8 @@ doc/*.tmp | |
doc/*.toc | ||
doc/*.tuc | ||
doc/*.vimout | ||
doc/*.1 | ||
doc/*.5 | ||
|
||
*.synctex | ||
*.synctex.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
\input{regression-test} | ||
\documentclass{article} | ||
\START | ||
\begin{document} | ||
\font\test={name:CMU Serif:mode=node;script=latn;language=DFLT;+tlig;+onum;} | ||
\test | ||
abc123 | ||
\end{document} | ||
|
||
%% should give better to unicode values | ||
currently | ||
|
||
6 beginbfchar | ||
<0042> <0061> | ||
<0043> <0062> | ||
<0044> <0063> | ||
<0874> <FFFD> | ||
<0875> <FFFD> | ||
<0876> <FFFD> | ||
endbfchar | ||
|
||
Wanted | ||
|
||
6 beginbfchar | ||
<0042> <0061> | ||
<0043> <0062> | ||
<0044> <0063> | ||
<0874> <0031> | ||
<0875> <0032> | ||
<0876> <0033> | ||
endbfchar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
stdengine = "luahbtex" | ||
checkengines = {"luahbtex"} | ||
testfiledir = "testfiles-harf" | ||
supportdir = "support-harf" | ||
checksuppfiles = {"texmf.cnf", "init.lua"} | ||
checkopts = "--lua=init.lua" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
- invisible option to avoid that some glyph are shown (issue #63) | ||
- correct a small bug in xheight calculation | ||
- NEW: harf mode: added code to use the harfbuzz library of luahbtex | ||
- fonts in ttc-collections can be indexed by name | ||
- removed a number of lua tables from the global enviroment (_G) to reduce the polution. | ||
Kept there are only the tables luaotfload, fonts and nodes. | ||
- sync with context files from 2019-10-29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# The Luaotfload Package | ||
|
||
VERSION: 3.00 | ||
VERSION: 3.1 | ||
|
||
DATE: 2019-09-13 | ||
DATE: 2019-11-04 | ||
|
||
|
||
## Description | ||
|
Oops, something went wrong.