You are not logged in.

#1 2023-06-27 16:40:09

eyolf
Member
From: Copenhagen
Registered: 2005-11-29
Posts: 339
Website

LaTeX/XeLaTeX: No hyphenation patterns loaded

After the texlive reorganization, I get warnings:


Package polyglossia Warning: No hyphenation patterns were loaded for `norsk'
(polyglossia)                I will use \language=\l@nohyphenation instead on input line 19.

I have installed texlive-langeuropean, which is supposed to provide texlive-hyphen-norwegian, but no luck.

The problem is the same whether I run latex with babel or xelatex with polyglossia. Is there still some package that I'm missing?

Offline

#2 2023-06-27 16:52:11

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,484
Website

Re: LaTeX/XeLaTeX: No hyphenation patterns loaded

What about texlive-latexextra as it provides some of the language glossaries and related content.

EDIT: Or textlive-latex as that provides norsk.sty which is what seems to be missing.

Last edited by Trilby (2023-06-27 16:54:44)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2023-07-13 09:56:36

RegEchse
Member
Registered: 2012-02-12
Posts: 1

Re: LaTeX/XeLaTeX: No hyphenation patterns loaded

I had a similar problem as the OP (with LaTeX/babel and German hyphenation in my case) and was able to solve it by re-installing all installed texlive packages in one go:

pacman -S $(pacman -Qqs '^texlive-')

(I first tried specific packages and also re-generating the TeX formats manually with fmtutil-sys, but didn't succeed.)

Offline

Board footer

Powered by FluxBB