Salim Bou

Results 24 comments of Salim Bou

Error `Undefined control sequence \InitializeGlossOptions` appears ```latex \documentclass{article} \usepackage{polyglossia} \setdefaultlanguage[locale=algeria]{arabic} \newfontfamily\arabicfont[Script=Arabic]{Amiri} \begin{document} test \end{document} ```

For this example alph counter in second list appears `ا`, isn't supposed to be `أ` ? ```latex \documentclass{article} \usepackage{polyglossia} \setdefaultlanguage[locale=algeria]{arabic} \newfontfamily\arabicfont[Script=Arabic]{Amiri} \begin{document} \begin{enumerate} \item \begin{enumerate} \item \end{enumerate} \end{enumerate} \end{document} ```

Sorry @jspitz it was my fault, the code work fine, thanks.