diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload.conf.rst | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst new file mode 100644 index 0000000..932afad --- /dev/null +++ b/doc/luaotfload.conf.rst @@ -0,0 +1,68 @@ +======================================================================= + luaotfload.conf +======================================================================= + Luaotfload configuration +----------------------------------------------------------------------- + +:Date: 2014-06-09 +:Copyright: GPL v2.0 +:Version: 2.5 +:Manual section: 5 +:Manual group: text processing + +SYNOPSIS +======================================================================= + +**XDG_CONFIG_HOME/luaotfload/luaotfload.conf** +**XDG_CONFIG_HOME/luaotfload/luaotfloadrc** +**~/.luaotfloadrc** + +DESCRIPTION +======================================================================= + + +EXAMPLE +======================================================================= + +* TODO, small example snippet + + +SYNTAX +======================================================================= + +* TODO, short intro to ``.ini`` file syntax + +VARIABLES +======================================================================= + +* TODO, list variables + + +FILES +======================================================================= + +* file locations + + +SEE ALSO +======================================================================= + +**luaotfload-tool** (1), **luatex** (1), **lua** (1) + +* ``texdoc luaotfload`` to display the PDF manual for the *Luaotfload* + package +* Luaotfload development `<https://github.com/lualatex/luaotfload>`_ +* LuaLaTeX mailing list `<http://tug.org/pipermail/lualatex-dev/>`_ +* LuaTeX `<http://luatex.org/>`_ +* Luaotfload on CTAN `<http://ctan.org/pkg/luaotfload>`_ + + +AUTHORS +======================================================================= + +*Luaotfload* is maintained by the LuaLaTeX dev team +(`<https://github.com/lualatex/>`_). + +This manual page was written by Philipp Gesang +<philipp.gesang@alumni.uni-heidelberg.de>. + |