diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-23 23:57:13 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-24 00:01:10 +0100 |
commit | c3bf9af66a89a22281db67252f918c81929dee14 (patch) | |
tree | 6bfa1be7f797ba118579b1f81c474a88cb99de69 /doc | |
parent | 70eae49c13abe5f01222da49c1c3c93e493083e0 (diff) | |
download | luaotfload-c3bf9af66a89a22281db67252f918c81929dee14.tar.gz |
[doc] document setting the Context path
Diffstat (limited to 'doc')
-rw-r--r-- | doc/luaotfload-main.tex | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex index 5ea70d8..4a4ada6 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -1209,9 +1209,21 @@ Thus if you prefer running bleeding edge code from the \CONTEXT beta, all you have to do is to choose the \inlinecode {context} fontloader via the configuration file (see section \ref{sec:conf} below). % -This will make \identifier {Luaotfload} locate the \CONTEXT source via -\identifier{kpathsea} lookups and use those instead of the fontloader -%% TODO allow choosing the context path +This will make \identifier {Luaotfload} locate the \CONTEXT source by +means of \identifier{kpathsea} lookups and use those instead of the +merged package. +% +The parameter may be extended with a path to the \CONTEXT +\fileent{texmf}, separated with a colon: + +\beginlisting +[run] + fontloader = context:~/context/tex/texmf-context +\endlisting + +This setting allows accessing an installation -- e. g. the standalone +distribution or a source repository -- outside the current \TEX +distribution. Also, the merged file at some point loads the Adobe Glyph List from a \LUA table that is contained in \fileent{luaotfload-glyphlist.lua}, |