summaryrefslogtreecommitdiff
path: root/doc/luaotfload-main.tex
Commit message (Collapse)AuthorAgeFilesLines
* [*] 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``).