I've got problems making TexMaker / MikTeX 2.9 use polish hyphenation rules. As from what I've read on this forum (e.g. here), babel package should automatically load polish hyphenation rules after setting:
\usepackage[polish]{babel}
but it doesn't seem to do so. Until now, I always end up creating a long list of
\hyphenation{ wordslist }
in the preamble to correct for mis-hyphenated words. Isn't there a way to configure babel / TexMaker / MikTeX to load a specific file, i.e. hyph_pl_PL.dic? I recall such a possibility in TeXnic Center (correct me if I'm wrong).
.logfile for a "No hyphenation patterns" message. – egreg Mar 20 '12 at 08:46polishis enabled. Then,babelshould work as you directed it. Texmaker has nothing to do with hyphenation in your document, and neither has TeXnicCenter. They only provide spell-checking for your source code. – doncherry Mar 20 '12 at 08:46.logstates hyphenation for polish is loaded – mmm Mar 20 '12 at 14:05