[luatex] loading hyphenation list by luatex-hyphen

Herbert Voss Herbert.Voss at FU-Berlin.DE
Tue Jan 8 21:07:24 CET 2013


Hi all,

I have

\documentclass{minimal}
\usepackage[french,english,ngerman]{babel}
\begin{document}
foo
\foreignlanguage{french}{bar}
\foreignlanguage{english}{baz}
\end{document}

with a log of (important is the last line)

-----------------start --------------------
[...]
* Local config file frenchb.cfg used
*
(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/frenchb.cfg)
luatex-hyphen: using data file: 
/usr/local/texlive/2012/texmf-var/tex/generic/config/language.dat.lua
luatex-hyphen: loading patterns and exceptions for: french (\language26)
luatex-hyphen: info: no hyphenation exceptions for this language) 
(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/english.ldf
Language: english 2005/03/30 v3.3o English support from the babel system
\l at canadian = a dialect from \language\l at american
\l at australian = a dialect from \language\l at british
\l at newzealand = a dialect from \language\l at british
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/babel/ngermanb.ldf
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system
\l at naustrian = a dialect from \language\l at ngerman
Package babel Info: Making " an active character on input line 92.
luatex-hyphen: loading patterns and exceptions for: ngerman (\language30)
luatex-hyphen: info: no hyphenation exceptions for this language))
[...]
------------------end --------------------

I created a file with the hyphenations exception
hyph-de-1996.hyp.txt in
/texlive/2012/texmf-dist/tex/generic/hyph-utf8/patterns/txt
which was before already there but empty.

Why is that file not taken into account by luatex-hyphen?
In the language.dat.lua I have

	['ngerman-x-2012-05-30'] = {
		loader = 'dehyphn-x-2012-05-30.tex',
		lefthyphenmin = 2,
		righthyphenmin = 2,
		synonyms = { 'ngerman-x-latest' },
		patterns = 'hyph-de-1996.pat.txt',
		hyphenation = 'hyph-de-1996.hyp.txt',
	},


luatex 0.72 with xurrent texlive

Herbert


More information about the luatex mailing list