summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
Commit message (Collapse)AuthorAgeFilesLines
* bump version, update NEWSv2.3bPhilipp Gesang2013-07-241-6/+6
|
* adapt strings for 20th century OSPhilipp Gesang2013-07-161-10/+9
| | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment.
* make font name rewriting optionalPhilipp Gesang2013-07-141-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.3aPhilipp Gesang2013-07-101-1/+1
|
* bump version, update NEWSPhilipp Gesang2013-07-101-6/+6
|
* systemize path handling ; improve cache write errorsPhilipp Gesang2013-07-061-2/+2
|
* bump versionv2.3Philipp Gesang2013-07-031-4/+4
|
* adapt luaotfload.lua to new dir systemPhilipp Gesang2013-07-031-3/+5
|
* remove references to lib-dir from docsPhilipp Gesang2013-07-021-3/+0
|
* stop including luaotfload-lib-dir.luaPhilipp Gesang2013-07-021-1/+0
|
* [doc] add note concerning unreliability of font namesPhilipp Gesang2013-06-251-1/+20
|
* document kpse: and my: lookupsPhilipp Gesang2013-06-251-1/+17
|
* update NEWS; bump versionPhilipp Gesang2013-06-021-2/+2
|
* update dtx with current luaotfload.luaPhilipp Gesang2013-06-021-4/+4
|
* provide hook for custom font resolverPhilipp Gesang2013-05-271-1/+12
|
* implement kpse-only font resolverPhilipp Gesang2013-05-271-1/+28
|
* use kpse for texmf lookups (again...)Philipp Gesang2013-05-261-1/+1
|
* remove fragment of cache hackPhilipp Gesang2013-05-231-10/+0
|
* update version and datev2.2dPhilipp Gesang2013-05-231-4/+4
|
* remove ``lfs.mkdirs()`` hackPhilipp Gesang2013-05-231-57/+0
|
* [doc] fix verbatim etc. (again...)Philipp Gesang2013-05-211-3/+3
|
* new, less brutal workaround for updated-yet-not-completely-satisfying ↵Philipp Gesang2013-05-211-64/+42
| | | | ``lfs.mkdirs()``
* [doc] escape verbatimsPhilipp Gesang2013-05-201-2/+2
|
* add temporary workaround for cache directory creationPhilipp Gesang2013-05-201-8/+94
|
* update package version and datev2.2cPhilipp Gesang2013-05-201-4/+4
|
* add fallback for ``node.end_of_math()``Philipp Gesang2013-05-181-0/+10
|
* update datesv2.2bPhilipp Gesang2013-05-181-4/+4
|
* load extralibs in main filePhilipp Gesang2013-05-171-8/+9
|
* restore loading of ``l-dir.lua`` now that the fontloader creates ``TEXMFVAR``Philipp Gesang2013-05-161-34/+2
|
* load filesystem libs prior to handling the cache directoriesPhilipp Gesang2013-05-141-14/+30
|
* work around unsupported full paths in anon lookupsPhilipp Gesang2013-05-131-7/+33
| | | | windows only: http://tug.org/pipermail/lualatex-dev/2013-May/001519.html
* [doc] document auxlibPhilipp Gesang2013-05-131-3/+191
|
* Merge ../luaotfload-compatPhilipp Gesang2013-05-111-2/+8
|\
| * add version switch to dtxPhilipp Gesang2013-05-101-2/+8
| |
* | [doc] add thanks sectionPhilipp Gesang2013-05-111-9/+31
|/
* remove meaningless statementPhilipp Gesang2013-05-101-2/+0
|
* [doc] avoid problem with hologo and node modePhilipp Gesang2013-05-101-1/+1
| | | | don’t ask
* do without text figures in libertine for the time beingPhilipp Gesang2013-05-101-1/+1
|
* create $TEXMFVAR if missingPhilipp Gesang2013-05-101-0/+17
|
* tame fontspec compatibility hacksPhilipp Gesang2013-05-091-4/+5
|
* fix font type forcingPhilipp Gesang2013-05-091-16/+14
|
* [doc] mention manpage in manualPhilipp Gesang2013-05-091-0/+5
|
* replace glyph list loaderPhilipp Gesang2013-05-071-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 docElie Roux2013-05-061-3/+3
| | | | Do the fonts in TeXLive have no O in their name?
* GPL 2 everywherePhilipp Gesang2013-05-061-2/+2
|
* update luaotfload.lua as included in dtxPhilipp Gesang2013-05-061-5/+6
| | | | | * default to cached name resolver (testing) * install less verbose file resolver
* [doc] add auxlib to list of filesPhilipp Gesang2013-05-061-0/+3
|
* [doc] improve layoutPhilipp Gesang2013-05-061-6/+29
|
* issue warning for incompletely supported Indic scriptsPhilipp Gesang2013-05-051-10/+19
|
* move colorization to ``pre_linebreak_filter``Philipp Gesang2013-05-041-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.