diff options
| -rw-r--r-- | doc/luaotfload-main.tex | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex index 4b5e2e8..112572f 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -1303,8 +1303,14 @@ locations:  \endnarrower  % syntax +The syntax is fairly close to the format used by +\fileent{git-config(1)} which in turn was derived from the popular +\identifier{.INI} format: Lines of key-value pairs are grouped under +different configuration “sections”.\footnote{% +  The configuration parser in \fileent {luoatfload-parsers.lua} might +  be employed by other packages for similar purposes. +}  % example settings -  An example for customization via \fileent {luaotfload.conf} might look  as below: | 
