summaryrefslogtreecommitdiff
path: root/doc/luaotfload-main.tex
Commit message (Collapse)AuthorAgeFilesLines
* [doc] add a short note about TTC subfontsPhilipp Gesang2016-09-291-0/+13
|
* [*] update datev2.7-fix-3Philipp Gesang2016-06-161-1/+1
|
* [fontloader] import font-oclPhilipp Gesang2016-06-121-0/+1
| | | | | Some of the more absurd aspects of fonts ;) This will fork inkscape for the actual SVG processing.
* [import,fontloader] pull new AFM/Type1 codePhilipp Gesang2016-05-091-1/+1
|
* [doc] document new “anon-sequence” optionPhilipp Gesang2016-04-281-4/+9
|
* [doc] fix typo in example snippetPhilipp Gesang2016-04-231-1/+1
| | | | Reported by @u-fisher on Github.
* [*] bump versionv2.7Philipp Gesang2016-04-211-1/+1
|
* [*] remove references to obsolete formats (PF{A,B}, DFONT, FEA)Philipp Gesang2016-04-201-2/+2
| | | | | | | Thanks to @dohyunkim for reminding me to be thorough! At least in our own files. A patch has been sent upstream to apply the same change to the generic loader.
* [doc] extend request syntax with combinationsPhilipp Gesang2016-04-201-6/+28
| | | | It’s sort of official now ;)
* [doc] rip our section about feature filesPhilipp Gesang2016-04-201-32/+0
| | | | | Unsupported as of now. They were only ever supported by accident and very incompletely, which was misleading.
* [doc] expand chapter on font combosPhilipp Gesang2016-04-201-1/+55
|
* [doc] start chapter on font combosPhilipp Gesang2016-04-191-0/+31
|
* [passim] update maintainer contactPhilipp Gesang2016-04-181-1/+1
|
* [doc] update file listPhilipp Gesang2016-04-181-16/+28
|
* [*] update dates, versionPhilipp Gesang2016-04-071-2/+2
|
* [mkstatus,doc] eliminate references to luaotfload-package.luav2.6-fix-1Philipp Gesang2015-12-121-15/+12
|
* [*] bump version and datePhilipp Gesang2015-12-091-1/+1
| | | | | We still had some 2014 values lingering around dark corners. In theory this is all meaningless wrt. the Git repo.
* [doc] explain usual packaging commandsPhilipp Gesang2015-11-281-5/+17
|
* [doc,init] clarify default/reference distinctionPhilipp Gesang2015-11-281-8/+19
| | | | | * default: our package (without lualibs) * reference: the package from upstream
* [doc] document mkimport usagePhilipp Gesang2015-11-241-21/+54
|
* [doc] fix several listingsPhilipp Gesang2015-11-241-5/+7
|
* [doc] document setting the Context pathPhilipp Gesang2015-11-241-3/+15
|
* [doc] add directions for loading Context libsPhilipp Gesang2015-11-101-13/+11
|
* [doc] introduce fontloader switchingPhilipp Gesang2015-11-071-5/+26
|
* [doc] briefly describe config file syntaxPhilipp Gesang2015-11-071-1/+7
|
* [doc] expand documentation of config filesPhilipp Gesang2015-11-071-7/+66
|
* [doc] remove redundant namespace prefixing for primitivesPhilipp Gesang2015-11-061-20/+20
|
* [doc] adapt to state of the art; stub section for configurationPhilipp Gesang2015-11-061-9/+19
|
* [doc] update manual wrt filesPhilipp Gesang2015-11-061-43/+61
|
* [doc] fix manual buildPhilipp Gesang2015-11-051-24/+24
| | | | | | ``\luafunction`` appears to now have some fragile semantics that we’d rather avoid. Also the Latex folks finally got rid of the ``\luatex…`` namespace for primitives.
* [*] bump version and datePhilipp Gesang2015-03-291-2/+2
|
* [doc] remove obsolete referencePhilipp Gesang2014-07-131-2/+1
| | | | | This got glossed over when the code of ``luaotfload.lua`` was ripped out of the DTX. No links into the implementation, for the time being.
* [*] fix package datePhilipp Gesang2014-07-131-1/+1
|
* doc: document user access to font indexPhilipp Gesang2014-06-041-8/+25
|
* [doc] remove obsolete paragraphPhilipp Gesang2014-05-151-3/+0
|
* [doc] move up footnote concerning the former “trep” setPhilipp Gesang2014-03-301-10/+8
|
* [doc] workaround for inline code in tablesPhilipp Gesang2014-03-301-6/+9
|
* [doc] make inline code work consistently with both formatsPhilipp Gesang2014-03-201-139/+190
|
* [doc] introduce fake environment for itemsPhilipp Gesang2014-03-091-64/+119
|
* [doc] add license note to pdf manualPhilipp Gesang2014-03-071-0/+21
|
* [doc] erase gpl from pdfPhilipp Gesang2014-03-071-429/+0
|
* [doc] move tables to more abstract syntaxPhilipp Gesang2014-03-051-19/+22
|
* [doc] move table floats and inline code snippets to new macrosPhilipp Gesang2014-03-041-56/+52
|
* [doc] conver GPL in manual to abstract macrosPhilipp Gesang2014-03-031-269/+265
|
* [doc] move description and figure environment to more abstract macrosPhilipp Gesang2014-02-261-202/+205
|
* [doc] move Latex inline verbatim commands to listingsPhilipp Gesang2014-02-251-54/+55
|
* [doc] wrap further code in more abstract macrosPhilipp Gesang2014-02-171-191/+173
|
* [doc] add note concerning state of feature file supportPhilipp Gesang2014-02-161-0/+7
| | | | | As suggested by @Crissov, https://github.com/lualatex/luaotfload/issues/200#issuecomment-35163810
* [doc] use abstract macrosPhilipp Gesang2014-02-161-369/+315
|
* [doc] kill dtxPhilipp Gesang2014-02-151-0/+1944
The file ``luaotfload.dtx`` which made the documentation a huge PITA to extend, has finally been converted to ordinary Latex format. In the course of this conversion the style directives have been moved to file (``luaotfload-latex.tex``) so as to separate them from the content (``luaotfload-main.tex``).