reutenauer / polyglossia

An alternative to Babel for XeLaTeX and LuaLaTeX
http://www.ctan.org/pkg/polyglossia
MIT License
185 stars 52 forks source link

error when loading several latin glosses #642

Closed Udi-Fogiel closed 1 month ago

Udi-Fogiel commented 1 month ago

The latinclassic, latinmedieval, latinecclesiastic glosses fails with the following short code (replace lang with the gloss name)

\documentclass{article}

\usepackage{polyglossia}
\setdefaultlanguage{lang}

\stop

I get the same errors as I got with the acadian gloss recently.

Udi-Fogiel commented 1 month ago

Should the glosses be renamed according to the following lines or vice versa? https://github.com/reutenauer/polyglossia/blob/752da6be7f2ff6d9994a436ac4b2947159a536d3/tex/gloss-latin.ldf#L24-L27

jspitz commented 1 month ago

Should the glosses be renamed according to the following lines or vice versa?

Yes, looks like it. The way defined by \setlanguagealias is the correct babel name (and the one that is documented in the manual), so we should go with this.

Udi-Fogiel commented 1 month ago

Fixed at 6926d56