Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make font name rewriting optional | Philipp Gesang | 2013-07-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | ... but still activated by default the trouble with rewriting the font name is that it diverges from the behavior as stated in the Luatex reference. according to chapter 7, the field ``name`` of the font structure should contain the “metric (file) name”. by including the complete specification we cater to hacks that feed ``\fontname`` (which reads the ``name`` field) back into ``\font`` as Xetex does. this appears to work without complications, but formats other than Latex might not need it. so the best strategy would be to make it an option and have Fontspec activate this non-standard behavior. | ||||
* | fix version numberv2.3a | Philipp Gesang | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | bump version, update NEWS | Philipp Gesang | 2013-07-10 | 1 | -6/+6 |
| | |||||
* | systemize path handling ; improve cache write errors | Philipp Gesang | 2013-07-06 | 1 | -2/+2 |
| | |||||
* | bump versionv2.3 | Philipp Gesang | 2013-07-03 | 1 | -4/+4 |
| | |||||
* | adapt luaotfload.lua to new dir system | Philipp Gesang | 2013-07-03 | 1 | -3/+5 |
| | |||||
* | remove references to lib-dir from docs | Philipp Gesang | 2013-07-02 | 1 | -3/+0 |
| | |||||
* | stop including luaotfload-lib-dir.lua | Philipp Gesang | 2013-07-02 | 1 | -1/+0 |
| | |||||
* | [doc] add note concerning unreliability of font names | Philipp Gesang | 2013-06-25 | 1 | -1/+20 |
| | |||||
* | document kpse: and my: lookups | Philipp Gesang | 2013-06-25 | 1 | -1/+17 |
| | |||||
* | update NEWS; bump version | Philipp Gesang | 2013-06-02 | 1 | -2/+2 |
| | |||||
* | update dtx with current luaotfload.lua | Philipp Gesang | 2013-06-02 | 1 | -4/+4 |
| | |||||
* | provide hook for custom font resolver | Philipp Gesang | 2013-05-27 | 1 | -1/+12 |
| | |||||
* | implement kpse-only font resolver | Philipp Gesang | 2013-05-27 | 1 | -1/+28 |
| | |||||
* | use kpse for texmf lookups (again...) | Philipp Gesang | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | remove fragment of cache hack | Philipp Gesang | 2013-05-23 | 1 | -10/+0 |
| | |||||
* | update version and datev2.2d | Philipp Gesang | 2013-05-23 | 1 | -4/+4 |
| | |||||
* | remove ``lfs.mkdirs()`` hack | Philipp Gesang | 2013-05-23 | 1 | -57/+0 |
| | |||||
* | [doc] fix verbatim etc. (again...) | Philipp Gesang | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | new, less brutal workaround for updated-yet-not-completely-satisfying ↵ | Philipp Gesang | 2013-05-21 | 1 | -64/+42 |
| | | | | ``lfs.mkdirs()`` | ||||
* | [doc] escape verbatims | Philipp Gesang | 2013-05-20 | 1 | -2/+2 |
| | |||||
* | add temporary workaround for cache directory creation | Philipp Gesang | 2013-05-20 | 1 | -8/+94 |
| | |||||
* | update package version and datev2.2c | Philipp Gesang | 2013-05-20 | 1 | -4/+4 |
| | |||||
* | add fallback for ``node.end_of_math()`` | Philipp Gesang | 2013-05-18 | 1 | -0/+10 |
| | |||||
* | update datesv2.2b | Philipp Gesang | 2013-05-18 | 1 | -4/+4 |
| | |||||
* | load extralibs in main file | Philipp Gesang | 2013-05-17 | 1 | -8/+9 |
| | |||||
* | restore loading of ``l-dir.lua`` now that the fontloader creates ``TEXMFVAR`` | Philipp Gesang | 2013-05-16 | 1 | -34/+2 |
| | |||||
* | load filesystem libs prior to handling the cache directories | Philipp Gesang | 2013-05-14 | 1 | -14/+30 |
| | |||||
* | work around unsupported full paths in anon lookups | Philipp Gesang | 2013-05-13 | 1 | -7/+33 |
| | | | | windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html | ||||
* | [doc] document auxlib | Philipp Gesang | 2013-05-13 | 1 | -3/+191 |
| | |||||
* | Merge ../luaotfload-compat | Philipp Gesang | 2013-05-11 | 1 | -2/+8 |
|\ | |||||
| * | add version switch to dtx | Philipp Gesang | 2013-05-10 | 1 | -2/+8 |
| | | |||||
* | | [doc] add thanks section | Philipp Gesang | 2013-05-11 | 1 | -9/+31 |
|/ | |||||
* | remove meaningless statement | Philipp Gesang | 2013-05-10 | 1 | -2/+0 |
| | |||||
* | [doc] avoid problem with hologo and node mode | Philipp Gesang | 2013-05-10 | 1 | -1/+1 |
| | | | | don’t ask | ||||
* | do without text figures in libertine for the time being | Philipp Gesang | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | create $TEXMFVAR if missing | Philipp Gesang | 2013-05-10 | 1 | -0/+17 |
| | |||||
* | tame fontspec compatibility hacks | Philipp Gesang | 2013-05-09 | 1 | -4/+5 |
| | |||||
* | fix font type forcing | Philipp Gesang | 2013-05-09 | 1 | -16/+14 |
| | |||||
* | [doc] mention manpage in manual | Philipp Gesang | 2013-05-09 | 1 | -0/+5 |
| | |||||
* | replace glyph list loader | Philipp Gesang | 2013-05-07 | 1 | -4/+4 |
| | | | | | | | Karl Berry made us aware that our generated version of ``font-age.lua`` differs from the Context/Luatex-Fonts one and should be renamed. It’s trivial to do so but invasive still. This workaround may have to be adapted if Hans chooses to rewrite the Glyph List loader. | ||||
* | Updating font names for doc | Elie Roux | 2013-05-06 | 1 | -3/+3 |
| | | | | Do the fonts in TeXLive have no O in their name? | ||||
* | GPL 2 everywhere | Philipp Gesang | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | update luaotfload.lua as included in dtx | Philipp Gesang | 2013-05-06 | 1 | -5/+6 |
| | | | | | * default to cached name resolver (testing) * install less verbose file resolver | ||||
* | [doc] add auxlib to list of files | Philipp Gesang | 2013-05-06 | 1 | -0/+3 |
| | |||||
* | [doc] improve layout | Philipp Gesang | 2013-05-06 | 1 | -6/+29 |
| | |||||
* | issue warning for incompletely supported Indic scripts | Philipp Gesang | 2013-05-05 | 1 | -10/+19 |
| | |||||
* | move colorization to ``pre_linebreak_filter`` | Philipp Gesang | 2013-05-04 | 1 | -5/+6 |
| | | | | | | also introduces a config option: *color_callback* that controls which callback will be activated. set it to pre_output_filter to restore the previous behavior. | ||||
* | additional workaround for inconsistent argument order in fontspec.lua | Philipp Gesang | 2013-05-03 | 1 | -1/+5 |
| | |||||
* | restrict ``patch_font`` callback to otf | Philipp Gesang | 2013-05-03 | 1 | -15/+9 |
| |