You are not logged in.
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
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
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