Hello!
Recently I've noticed when looking at LaTeX log file, that Babel package
doesnt load hyphenation patterns for Croatian language, although it is
uncommented in language.dat file.
After some testing, I see that the problem because when I select Croatian
as default language within LyX, LyX puts the following statement in tex
document, e.g.: \documentclass[11pt,croatian]{book}.
Problem is with 'croatian' option since 'book' does not understand it and
therefore doesn't load patterns enabled in my language.dat, but uses some
other (I don't know from where').
When I manually put the statement \usepackage[croatian]{babel} and omit
'croatian' option from the 'book' statement, babel loads croatian
hyphenation patterns.
Is it somehow possible to tell LyX not to put language option (e.g.
croatian) within \documentclass statement and just put language option for
the babel package within LyX->Preferences?
Sincerely,
Sasa