Fonts & Character SetsNo "polish' option in babel

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Jan Borowiec
Posts: 5
Joined: Sun Aug 09, 2020 9:31 pm

No "polish' option in babel

Post by Jan Borowiec »

I recently changed from Xubuntu to Linux Mint 20. After the change, I'm facing difficulties with the "polish' option in the babel package. Here is the minimum sample:

Code: Select all

\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[polish]{babel}
\usepackage[T1]{fontenc}

\begin{document}
MINIMUM WORKING EXAMPLE.
\end{document}
Here is the latex translation result:

Code: Select all

! Package babel Error: Unknown option `polish'. Either you misspelled it
(babel)                or the language definition file polish.ldf was not found
.

See the babel package documentation for explanation.
Last edited by cgnieder on Sun Aug 23, 2020 7:55 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

No "polish' option in babel

Post by Stefan Kottwitz »

Hi Jan,

as it's a Debian/Ubuntu kind of Linux distribution, you could install the texlive-lang-polish package from the Linux (Mint) repositories.

Or install a current original TeX Live, version 2021 was just released this month.

Stefan
LaTeX.org admin
Post Reply