summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for releasev1.24Khaled Hosny2011-02-161-6/+6
|
* Prepare for releasev1.23Khaled Hosny2011-02-041-6/+6
|
* Prepare for releasev1.22Khaled Hosny2011-01-251-6/+6
|
* Remove `luaotfload.add_patch_callback()`Khaled Hosny2010-11-261-8/+0
| | | | | Per Philip's suggestion, `luatexbase.add_to_callback()` is to be used directly instead.
* MinorKhaled Hosny2010-11-261-4/+4
|
* Some documentationKhaled Hosny2010-11-261-9/+26
|
* Apply Philipp's patch from #20Khaled Hosny2010-11-261-1/+9
|
* Not needed anymoreKhaled Hosny2010-11-171-13/+2
| | | | Pretending I knew what it does.
* Simplify callback registeringKhaled Hosny2010-11-171-41/+17
| | | | | | We never turn off the package as it makes no sense to load it then (and it does not really turn everything off since we already register another callback in the color module.
* MinorKhaled Hosny2010-11-171-1/+2
|
* Remove misleading statementKhaled Hosny2010-11-171-5/+3
| | | | | Mer copying of files over from ConTeXt is no longer possible and should not be suggested.
* Some cosmetic changesKhaled Hosny2010-11-171-46/+52
|
* Remove --database-dir and --sys optionsKhaled Hosny2010-11-121-2/+1
| | | | | | | | | | | * --database-dir is useless anyway since we don't support loading names database from arbitrary path. * --sys (and mkluatexfontdb-sys) are dangerous since we will load user specific fonts (in ~/.fonts for example) which can not be loaded by other users (can be security concern as well). If there is real need, we should then implement it properly. + some clean up and less code duplication in mkluatexfontdb.
* Prepare for releasev1.21Khaled Hosny2010-11-111-6/+6
|
* Adapt to luatexbase v3.0Manuel Pégourié-Gonnard2010-11-111-25/+3
|
* Stop using luatextra, use luatexbase + lualibs.Manuel Pégourié-Gonnard2010-11-061-2/+7
| | | | Tested with luatexbase v0.2.
* Remove extra empty linesKhaled Hosny2010-10-251-32/+0
| | | | Makes the typeset code look better
* Set \fontdimen10|11 for math fontsKhaled Hosny2010-10-251-0/+17
| | | | | This gives macro packages access to (Script)ScriptPercentScaleDown math constants, see wspr/unicode-math#112.
* Prepare for releasev1.20Khaled Hosny2010-10-161-6/+6
|
* Prepare for releasev1.19Khaled Hosny2010-09-121-6/+6
|
* fixing a bug with detection of LaTeX (made Tikz not working)Elie Roux2010-07-291-0/+1
|
* Prepare for releasev1.18Khaled Hosny2010-07-151-6/+6
|
* CosmeticsKhaled Hosny2010-07-151-4/+7
|
* Fix for \overwithdelims and brothersKhaled Hosny2010-07-151-0/+3
| | | | | | | | We now fill in two extra math constants, FractionDelimiterSize and FractionDelimiterDisplayStyleSize. See: http://tug.org/pipermail/luatex/2010-July/001741.html
* Prepare for releasev1.17Khaled Hosny2010-07-141-7/+7
|
* Charter looks good on screenKhaled Hosny2010-07-141-2/+15
|
* Allow stylistic sets features in base modeKhaled Hosny2010-07-131-0/+19
|
* Handle all percent constantsKhaled Hosny2010-07-131-2/+2
| | | | | There is also ScriptPercentScaleDown and ScriptScriptPercentScaleDown besides RadicalDegreeBottomRaisePercent, so be more generalised.
* Prepare for releasev1.16Khaled Hosny2010-07-121-5/+5
|
* Move code aroundKhaled Hosny2010-07-111-0/+25
| | | | | | Move code that does not belong to otfl-font-nms.lua to luaotfload.dtx. Please test.
* Add a note about the lack of Indic supportKhaled Hosny2010-07-111-1/+3
|
* Prepare for releasev1.15Khaled Hosny2010-06-281-6/+6
|
* Prepare for releasev1.14Khaled Hosny2010-06-251-6/+6
|
* Document blacklisting featureKhaled Hosny2010-06-251-0/+13
|
* Update font names database documentationKhaled Hosny2010-06-241-13/+26
|
* Prepare for releasev1.13Khaled Hosny2010-06-241-6/+6
|
* Pump version and dateKhaled Hosny2010-06-141-6/+6
|
* Misc. bug fixesKhaled Hosny2010-06-141-1/+1
| | | | No features were processed in node mode.
* Move to before the check happensKhaled Hosny2010-06-141-9/+9
| | | | The targeted check moved to node-dum after last commit.
* Sync with ConTeXt beta (beta 2010.06.14)Khaled Hosny2010-06-141-13/+13
| | | | Fixes several bugs, including math bugs.
* Populate MathConstants tableKhaled Hosny2010-06-141-7/+30
| | | | A temporary fix.
* Prepare for releasev1.11Khaled Hosny2010-06-091-6/+6
|
* Prepare for releasev1.10Khaled Hosny2010-06-071-5/+5
|
* Legacy, TFM fonts, don't have a |shared| tableKhaled Hosny2010-06-051-1/+1
| | | | This means no |\fontdimen8| for such fonts, is this OK?
* Make sure |fontdata| is a tableKhaled Hosny2010-06-051-1/+1
| | | | | If the font were already loaded in TeX, fontdata will be the internal font number of the already loaded font.
* Improve capheight guessing a bitKhaled Hosny2010-06-051-8/+10
| | | | | | | We first check if the font have a non-zero os2_capheight and use it, else we use the height of "X" glyph, else we set capheight to the font's ascender. The later can be improved by checking certain glyphs in other scripts (Greek, Cyrillic etc.)
* Suffle the code around to actually workKhaled Hosny2010-06-051-37/+33
|
* add \fontdimen8 support from KhaledWill Robertson2010-06-051-0/+37
| | | closes #7
* add section headingsWill Robertson2010-06-051-0/+4
|
* Pump version numberKhaled Hosny2010-05-311-6/+6
|