summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | choose less generic identifiers in font-ltxPhilipp Gesang2013-04-101-42/+44
| |
* | load font-otc; tlig seems to workPhilipp Gesang2013-04-101-2/+3
| |
* | update font-otcPhilipp Gesang2013-04-101-5/+4
| |
* | make font patching work again with font definition wrapperPhilipp Gesang2013-04-102-19/+48
| |
* | make font definition callback wrapper work with current tfm object structurePhilipp Gesang2013-04-102-63/+91
| |
* | description of loading procedurePhilipp Gesang2013-04-102-8/+57
| |
* | new font loader initialization code (thanks Hans)Philipp Gesang2013-04-092-96/+124
| |
* | fix function namesPhilipp Gesang2013-04-091-8/+9
| |
* | temporarily add luatotfload.styPhilipp Gesang2013-04-091-0/+37
| |
* | truly add deferredPhilipp Gesang2013-04-091-0/+116
| |
* | preliminarily add luaotfload.lua, luaotfload-deferred.lua (move to dtx later)Philipp Gesang2013-04-091-0/+105
| |
* | preliminarily import l-dir -> otfl-lib-dir.lua to please otfl-font-nmsPhilipp Gesang2013-04-091-0/+449
| |
* | otfl-fonts.lua: s/luatex-fonts-merged/otfl-fonts-merged/Philipp Gesang2013-04-091-1/+2
| |
* | import fresh luatex-fonts.lua and luatex-fonts-merged.lua from ContextPhilipp Gesang2013-04-092-0/+11411
| |
* | update fonts-extPhilipp Gesang2013-04-091-10/+6
| |
* | update fonts-defPhilipp Gesang2013-04-091-401/+58
| |
* | update basics-gen.luaPhilipp Gesang2013-04-091-27/+55
| |
* | rename otfl-font-def.lua -> otfl-fonts-def.luaPhilipp Gesang2013-04-091-0/+0
| |
* | remove merged filesPhilipp Gesang2013-04-0910-7870/+0
|/
* Fixing module loading in the scriptElie Roux2013-04-081-0/+8
| | | | | | | | Even though the script should not really be useful anymore, it might be useful for debugging purposes, so I think it's worth fixing it. It was crashing on require("lualibs"), unable to find the module; so I made it load luatexbase.loader.lua, in oder to fix it...
* Fixing character escaping errorsElie Roux2013-04-072-3/+3
| | | | | | Some syntax errors in Lua for character escaping were silently ignore by old versions of LuaTeX, but the new one raises errors. Maybe a side effect of Lua 5.2?
* fix redundancy in test alternate_subPhilipp Gesang2013-04-071-1/+0
|
* Merge pull request #1 from Ferada/masterElie Roux2013-04-061-4/+4
|\ | | | | Handle missing names properly.
| * Handle missing names properly.Olof-Joachim Frahm2012-10-231-4/+4
|/ | | | | For some (possibly broken) fonts, e.g. Gentoo's media-fonts/twmoefonts, the names field is nil, thus breaking lookup even for other fonts. Defaulting to nil if the field is missing fixes this problem.
* Simplify the whole thingKhaled Hosny2012-08-091-30/+24
|
* Patch from Hans to fix pagella mathKhaled Hosny2012-05-261-6/+9
|
* Run make check in a clean env as possibleKhaled Hosny2012-05-131-3/+4
|
* Get make check-all to work as advertisedKhaled Hosny2012-05-131-6/+8
|
* Allow make check to input files from test dirKhaled Hosny2012-05-131-3/+4
|
* Make anum work againKhaled Hosny2012-05-132-8/+75
|
* SimplifyKhaled Hosny2012-05-091-22/+20
|
* Sync with context beta 2012.05.08 23:00Khaled Hosny2012-05-092-49/+58
|
* Add test file for libertine fracKhaled Hosny2012-05-091-0/+4
|
* Remove leftover debugKhaled Hosny2012-05-091-1/+0
|
* Enable italic correction feature by defaultKhaled Hosny2012-03-272-6/+4
| | | | | | | Conflicts: otfl-font-xtx.lua tests/itlc.tex
* Find demibold fonts as wellKhaled Hosny2012-03-271-1/+1
|
* Test for italic correctionKhaled Hosny2012-03-112-0/+8
|
* CosmeticKhaled Hosny2012-02-261-6/+6
|
* Make tlig actually workKhaled Hosny2012-02-262-9/+25
| | | | | Works OK in node mode, in base mode `` and '' are not ligated, also consolidated tlig and trep into one feature.
* Restore the rest of legacy TeX ligatures.Khaled Hosny2012-02-262-5/+8
|
* Sync with context beta 2012.02.21 14:02Khaled Hosny2012-02-265-140/+182
|
* Update documentationKhaled Hosny2011-12-191-2/+2
|
* Re-enable tlig and trep featuresKhaled Hosny2011-12-191-0/+36
| | | | Single quotes are not ligated into double quotes though, no idea yet.
* Add single quotes to the testKhaled Hosny2011-12-191-2/+2
|
* Attempt to restore tlig and coKhaled Hosny2011-12-192-0/+336
|
* Revert "tlig, trep and anum are no longer supported"Khaled Hosny2011-12-193-0/+34
| | | | | | | | This reverts commit b0786c4d31736f4421c2e71d655a1e407cfabd76. Conflicts: luaotfload.dtx
* Sync with ConTeXt beta 2011.12.19 13:06Khaled Hosny2011-12-192-80/+103
|
* Add commentKhaled Hosny2011-11-141-1/+1
|
* Support DemiBold tooKhaled Hosny2011-11-141-1/+1
|
* Load font by nameKhaled Hosny2011-11-121-6/+6
|