hbjaili
hbjaili
I have the same issue with Texlive and Miktex. Any solution?
> Hmm, actually, beamer itself seems to have implemented a workaround for that one: > > https://github.com/josephwright/beamer/blob/a9b7aefd30d6a46824de01a5220209045c2c7f7d/base/beamerbasecompatibility.sty#L254 > > Please note that this only triggeres if the `.sty` is called...
Well, a standard metropolis works ok. However, when using it with Polyglossia I get the error.
This line triggers the error: `\setdefaultlanguage[numerals=maghrib]{arabic}`
I solved my own problem by calling this: `\usetheme[progressbar=frametitle,sectionpage=none]{metropolis}` Before this: `\usepackage{polyglossia}` Thx