PhelypeOleinik / lipsum

150 paragraphs of Lorem ipsum dummy text for LaTeX
12 stars 7 forks source link

Language 'latin' undefined error with LuaTeX #6

Closed pablgonz closed 3 years ago

pablgonz commented 3 years ago

Hi, this fail on TeX Live 2021 (update) using lualatex

\documentclass{article}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\end{document}
! Package lipsum Error: Language 'latin' undefined.

Type <return> to continue.
 ...                                              

l.5 \end
Package: lipsum 2021-06-03 v2.4 150 paragraphs of Lorem Ipsum dummy text

Saludos

PhelypeOleinik commented 3 years ago

Hm... That's what I get for not testing all engines!

In pdfTeX I can change the language (without babel loaded) by doing \language \l@<name>, but it seems that's no good for LuaTeX.

pablgonz commented 3 years ago

@PhelypeOleinik More test engines ... more fun :D