summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* additional workaround for inconsistent argument order in fontspec.luaPhilipp Gesang2013-05-031-1/+5
|
* restrict ``patch_font`` callback to otfPhilipp Gesang2013-05-031-15/+9
|
* merge changes to luaotfload.lua into dtxPhilipp Gesang2013-05-011-2/+8
|
* [doc] make examples for XeTeX notation uppercasePhilipp Gesang2013-05-011-7/+7
|
* remove old fond definition callbackPhilipp Gesang2013-04-301-57/+1
| | | | | | | | | | | everything it did is already been done by ``constructors.assignmathparameters()`` in ``font-con.lua``, so it is save to remove the old code without replacement. There is one subtle difference, however: Context scales the value of ``FractionDelimiterDisplayStyleSize`` by a factor of 2.40, whereas the old luaotfload used 2.39. I’d say whoever takes offense because of this difference please debate Hans for the correct value. kthxbye
* use precalculated scale-factorPhilipp Gesang2013-04-301-9/+15
| | | | | | | | first step towards a solution for this mystery: https://github.com/lualatex/luaotfload/issues/20 also: config option for the callback
* remove redundant dead codePhilipp Gesang2013-04-301-32/+0
|
* [doc] fix incorrect statementsPhilipp Gesang2013-04-301-2/+2
|
* [doc] fix typos/indentingPhilipp Gesang2013-04-291-1/+2
|
* update NEWSPhilipp Gesang2013-04-291-1/+1
|
* install uncached name: resolver as defaultPhilipp Gesang2013-04-291-1/+2
|
* use ``fullname`` in status entriesPhilipp Gesang2013-04-291-15/+15
| | | | | | | This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``.
* only cache ``name:`` lookupsPhilipp Gesang2013-04-291-16/+2
|
* [doc] describe the various font requestsPhilipp Gesang2013-04-291-39/+145
|
* [doc] add font request syntax descriptionPhilipp Gesang2013-04-291-2/+77
| | | | | | | | | For convenience it’s a notational bastard of BNF and ISO EBNF. I couldn’t find a package for typesetting the latter, and with my limited understanding of LaTeX I couldn’t have written one within an acceptable time. Anyways, I don’t think anybody will be confused by this.
* catch tfm/ofm before db update; remove ``kpse.lookup()`` as criterion for ↵Philipp Gesang2013-04-281-12/+39
| | | | resolved font
* add lookups ``file:``, ``path:``, ``name:``, and ``anon:``Philipp Gesang2013-04-281-29/+57
|
* add prelimiary anon: and path: resolversPhilipp Gesang2013-04-281-2/+28
|
* install the new file: lookup in luaotfload.luaPhilipp Gesang2013-04-261-2/+13
|
* make db reloading require a reason; decrease nesting depth of conditionalsPhilipp Gesang2013-04-241-4/+12
|
* catch irregular ``file:`` lookupsPhilipp Gesang2013-04-241-1/+3
| | | | | | | we now index base names and extensionless base names of font files as well so as to work around quirks of the Xetex compatibility layer. this will probably get removed after the syntax parser is redone.
* update basics-gen.luaPhilipp Gesang2013-04-231-0/+2
|
* set minimum luatex version to 0.76; reduce verbosity of fontdbutilPhilipp Gesang2013-04-231-8/+14
|
* add link to dev repoPhilipp Gesang2013-04-231-0/+4
|