diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index b5f044402b0..d3b870c490d 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -791,8 +791,15 @@ the font cache for luatex. activates the hyphenation pattern with name I<texlang> and load the file I<file> for that language. The additional variables I<var> are: -C<lefthyphenmin>, C<righthyphenmin> (both integers), and C<synonyms> (a -comma-separated list of alias names for that hyphenation). +C<lefthyphenmin>, C<righthyphenmin> (both integers), C<synonyms> (a +comma-separated list of alias names for that hyphenation), C<databases> +(a comma-separated list of databases the entry should go in; currently +recognized are: C<dat> (C<language.dat>), C<def> (C<language.def>) and +C<lua> (C<language.dat.lua>)), C<txtpatt> and C<txthyph> (files with the +patterns (resp. exceptions) in plain txt), and C<luaspecial> (string). + +The variable C<databases> defaults to C<dat,def>, or C<dat,def,lua> if +one of the keys C<txtpatt>, C<txthyph> or C<luaspecial> is used. =item C<execute AddFormat name=I<fmt> engine=I<eng> [I<var>...]> |