Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to maintain a separate file list | Khaled Hosny | 2011-10-10 | 1 | -38/+0 |
| | |||||
* | Make silly cosmetics + actually making it work. | Khaled Hosny | 2011-10-09 | 1 | -13/+12 |
| | |||||
* | We reset that callback anyway | Khaled Hosny | 2011-10-09 | 1 | -1/+1 |
| | |||||
* | Reorganisation | Khaled Hosny | 2011-10-09 | 1 | -49/+41 |
| | |||||
* | Enable default features even if no script is selected | Khaled Hosny | 2011-10-08 | 1 | -8/+7 |
| | |||||
* | Sync with ConTeXt beta 2011.10.08 11:42 | Khaled Hosny | 2011-10-08 | 3 | -194/+238 |
| | |||||
* | Footnotes look better | Khaled Hosny | 2011-10-07 | 1 | -4/+4 |
| | |||||
* | Add TODO | Khaled Hosny | 2011-10-07 | 1 | -0/+1 |
| | |||||
* | Update documentation | Khaled Hosny | 2011-10-07 | 1 | -2/+5 |
| | |||||
* | Simplify | Khaled Hosny | 2011-10-07 | 1 | -18/+6 |
| | |||||
* | We no longer need to fiddle with MathConstants table | Khaled Hosny | 2011-10-07 | 1 | -25/+1 |
| | |||||
* | Sync with ConTeXt beta 2011.10.07 00:40 | Khaled Hosny | 2011-10-07 | 4 | -20/+32 |
| | |||||
* | Unused code | Khaled Hosny | 2011-10-06 | 1 | -10/+0 |
| | |||||
* | Add font-age.lua | Khaled Hosny | 2011-10-06 | 2 | -1/+3745 |
| | | | | | Note it is not renamed because it is loaded directly from otfl-fonts-enc.lua. | ||||
* | Bump version date and number | Khaled Hosny | 2011-10-06 | 1 | -8/+8 |
| | |||||
* | Test for italic correction | Khaled Hosny | 2011-10-06 | 1 | -1/+5 |
| | |||||
* | More files to ignore | Khaled Hosny | 2011-10-06 | 1 | -0/+10 |
| | |||||
* | Use latexmk | Khaled Hosny | 2011-10-06 | 1 | -2/+1 |
| | |||||
* | We do not use any indexes | Khaled Hosny | 2011-10-06 | 2 | -5/+0 |
| | |||||
* | Simplify | Khaled Hosny | 2011-10-06 | 1 | -39/+23 |
| | | | | We are just fine using plain require(). | ||||
* | Default installation to TEXMFHOME | Khaled Hosny | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Of no much use now | Khaled Hosny | 2011-10-06 | 1 | -9/+0 |
| | |||||
* | OFM fonts no longer work | Khaled Hosny | 2011-10-06 | 1 | -6/+0 |
| | | | | | | | I've no idea why, but I doubt anyone is using them, so I'm removing the test for now, whoever is using them is free to come with a patch. Now make chec-all runs successfully. | ||||
* | tlig, trep and anum are no longer supported | Khaled Hosny | 2011-10-06 | 3 | -35/+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 work | Khaled Hosny | 2011-10-06 | 1 | -5/+5 |
| | |||||
* | Re-format the file | Khaled Hosny | 2011-10-06 | 1 | -90/+83 |
| | |||||
* | Typo | Khaled Hosny | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Fix parse_script() after recent changes in the file | Khaled Hosny | 2011-10-06 | 1 | -12/+7 |
| | |||||
* | Sync with ContTeXt beta 2011.10.05 23:32 | Khaled Hosny | 2011-10-06 | 2 | -9/+15 |
| | | | | Fixes loading TFM fonts. Now almost all tests pass. | ||||
* | Make color work | Khaled Hosny | 2011-10-04 | 1 | -9/+10 |
| | |||||
* | Male color module load again, no colors though | Khaled Hosny | 2011-10-04 | 2 | -13/+17 |
| | |||||
* | Cleanup | Khaled Hosny | 2011-10-04 | 1 | -43/+18 |
| | |||||
* | Reduce the diff between otfl-font-ltx.lua otfl-fonts-def.lua and use the former | Khaled Hosny | 2011-10-04 | 3 | -158/+50 |
| | |||||
* | otfl-fonts-syn.lua just complicates things, remove it | Khaled Hosny | 2011-10-04 | 3 | -84/+5 |
| | |||||
* | Another internal table renamed | Khaled Hosny | 2011-10-04 | 2 | -5/+6 |
| | | | | More tests pass. | ||||
* | Internal font table got renamed | Khaled Hosny | 2011-10-04 | 1 | -1/+1 |
| | | | | Now some tests pass. | ||||
* | One more step to get it working | Khaled Hosny | 2011-10-04 | 1 | -0/+8 |
| | |||||
* | Patch otfl-font-def.lua, not yet working | Khaled Hosny | 2011-10-04 | 2 | -5/+5 |
| | |||||
* | Add otfl-fonts-syn.lua for simplicity | Khaled Hosny | 2011-10-04 | 2 | -0/+84 |
| | | | | | It is almost useless for us, we override its main function in in otfl-font-nms.lua. | ||||
* | Rename files to follow new ConTeXt names | Khaled Hosny | 2011-10-04 | 3 | -2/+2 |
| | |||||
* | Sync with ContTeXt beta 2011.10.03 12:59 | Khaled Hosny | 2011-10-04 | 26 | -9194/+4801 |
| | | | | Does not run yet. | ||||
* | Merge branch 'master' into unstable | Khaled Hosny | 2011-10-03 | 2 | -3/+13 |
|\ | |||||
| * | Should not error() here | Khaled Hosny | 2011-10-01 | 1 | -1/+5 |
| | | |||||
| * | Try /usr/local/etc/fonts/fonts.conf before /etc/fonts/fonts.conf | Khaled Hosny | 2011-10-01 | 1 | -1/+5 |
| | | | | | | | | closes #34 | ||||
| * | Fix documentation about default prefix | Khaled Hosny | 2011-10-01 | 2 | -1/+3 |
| | | | | | | | | fixes #38 | ||||
* | | Merge branch 'master' into unstable | Khaled Hosny | 2011-10-01 | 5 | -48/+132 |
|\| | |||||
| * | Revert "Temporarly add this code back, I want to make a release" | Khaled Hosny | 2011-10-01 | 1 | -26/+0 |
| | | | | | | | | | | | | This reverts commit acca6bfc8c0efcbb4e877dd97fcf945194f8ba8b. Code moved to unicode-math | ||||
| * | Comment out mac ttc fonts | Khaled Hosny | 2011-10-01 | 1 | -18/+19 |
| | | | | | | | | | | LuaTeX does not crash anymore. fixes #37 | ||||
| * | Merge pull request #40 from pgundlach/whitelist | Khaled Hosny | 2011-09-29 | 2 | -2/+13 |
| |\ | | | | | | | Black-/whitelist documentation update | ||||
| | * | Black-/whitelist documentation update | Patrick Gundlach | 2011-09-30 | 2 | -2/+13 |
| | | |