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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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