summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version date and numberKhaled Hosny2011-10-061-8/+8
|
* We do not use any indexesKhaled Hosny2011-10-061-2/+0
|
* SimplifyKhaled Hosny2011-10-061-39/+23
| | | | We are just fine using plain require().
* tlig, trep and anum are no longer supportedKhaled Hosny2011-10-061-16/+0
| | | | | | Hans don't seem to care too much about them, neither I and I keep patching the files to re-instate this support. Someone else has to convince Hans to support those feature in his "plain" font loader.
* Don't imply one can drop updated ConText files and expect things to workKhaled Hosny2011-10-061-5/+5
|
* Re-format the fileKhaled Hosny2011-10-061-90/+83
|
* TypoKhaled Hosny2011-10-061-1/+1
|
* Male color module load again, no colors thoughKhaled Hosny2011-10-041-1/+1
|
* CleanupKhaled Hosny2011-10-041-43/+18
|
* Reduce the diff between otfl-font-ltx.lua otfl-fonts-def.lua and use the formerKhaled Hosny2011-10-041-1/+1
|
* otfl-fonts-syn.lua just complicates things, remove itKhaled Hosny2011-10-041-1/+0
|
* Another internal table renamedKhaled Hosny2011-10-041-3/+4
| | | | More tests pass.
* Internal font table got renamedKhaled Hosny2011-10-041-1/+1
| | | | Now some tests pass.
* One more step to get it workingKhaled Hosny2011-10-041-0/+8
|
* Add otfl-fonts-syn.lua for simplicityKhaled Hosny2011-10-041-0/+1
| | | | | It is almost useless for us, we override its main function in in otfl-font-nms.lua.
* Rename files to follow new ConTeXt namesKhaled Hosny2011-10-041-2/+2
|
* Sync with ContTeXt beta 2011.10.03 12:59Khaled Hosny2011-10-041-19/+21
| | | | Does not run yet.
* Merge branch 'master' into unstableKhaled Hosny2011-10-031-1/+1
|\
| * Fix documentation about default prefixKhaled Hosny2011-10-011-1/+1
| | | | | | | | fixes #38
* | Merge branch 'master' into unstableKhaled Hosny2011-10-011-7/+18
|\|
| * Revert "Temporarly add this code back, I want to make a release"Khaled Hosny2011-10-011-26/+0
| | | | | | | | | | | | This reverts commit acca6bfc8c0efcbb4e877dd97fcf945194f8ba8b. Code moved to unicode-math
| * Black-/whitelist documentation updatePatrick Gundlach2011-09-301-1/+12
| |
| * Prepare for releasev1.25Khaled Hosny2011-04-211-6/+6
| |
| * Temporarly add this code back, I want to make a releaseKhaled Hosny2011-04-211-0/+26
| |
* | Will not be needed with next ConTeXt mergeKhaled Hosny2011-03-181-17/+0
| |
* | Another missed renameKhaled Hosny2011-03-021-1/+1
| |
* | Missed renameKhaled Hosny2011-03-021-1/+1
| |
* | Rename font-xtx.luaKhaled Hosny2011-03-021-3/+1
| | | | | | | | | | We heavily change the file locally and it is relatively static, so rename it to void being overridden with every sync.
* | Sync with ConTeXt 2011.02.25 22:03Khaled Hosny2011-03-021-14/+17
| | | | | | | | | | This commit overrides all our local modification to ConTeXt file and is not tested at all.
* | Merge remote branch 'origin/master' into unstableKhaled Hosny2011-03-021-206/+143
|\| | | | | | | | | Conflicts: luaotfload.dtx
| * Even more own dog food eatingKhaled Hosny2011-03-011-0/+2
| |
| * Remove outdated commentKhaled Hosny2011-03-011-3/+0
| |
| * Eat our own dog foodKhaled Hosny2011-03-011-2/+4
| |
| * Make it more clear what kind of features are supportedKhaled Hosny2011-03-011-10/+9
| |
| * Fix bugs resulted from previous code removalKhaled Hosny2011-02-251-3/+4
| |
| * Misc. documentation fixesKhaled Hosny2011-02-251-87/+84
| | | | | | | | And update the mode section to reflect current defaults.
| * Code for setting \fontdimen10|11 moved to unicode-mathKhaled Hosny2011-02-201-19/+0
| |
| * Code for setting \fontdimen8 moved to fontspecKhaled Hosny2011-02-201-28/+0
| |
| * 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
| |