Text FormattingNo Hyphenation Patterns for Polish

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
AdeptofVoltron
Posts: 4
Joined: Fri May 10, 2013 1:20 pm

No Hyphenation Patterns for Polish

Post by AdeptofVoltron »

So I got such warning.

Code: Select all

Package babel Warning: No hyphenation patterns were loaded for (babel) the language `Polish'
What shall I do?

Here's a part of my preamble.

Code: Select all

\usepackage[polish]{babel}
\usepackage[cp1250]{inputenc}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

dicker2
Posts: 4
Joined: Wed May 29, 2013 11:29 am

No Hyphenation Patterns for Polish

Post by dicker2 »

Have you checked that Polish for your TeX system is installed?

Someone had a similar problem with Spanish.
AdeptofVoltron
Posts: 4
Joined: Fri May 10, 2013 1:20 pm

No Hyphenation Patterns for Polish

Post by AdeptofVoltron »

Wow, thanks. I was sure that these patterns ought to be in babel package.

Thanks
Post Reply