You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Numbers=Arabic key from fontspec used from babel produce an incorrect result
the minimal example show that with Amiri font numbers are displayed in maghrib form where it supposed to be in machriq form, that issue does not appear with other fonts.
Minimal example showing the bug
\RequirePackage{latexbug}
\documentclass[a4paper]{article}
\usepackage[bidi=basic-r,layout=counters]{babel}
\babelprovide[import=ar, main]{arabic}
\babelfont{rm}[Numbers=Arabic]{Amiri}% work as expected with other fonts\begin{document}
\section{first section}
\end{document}
The key Numbers=Arabic work fine with fontspec package
Brief outline of the bug
With the
Numbers=Arabic
key from fontspec used from babel produce an incorrect resultthe minimal example show that with Amiri font numbers are displayed in maghrib form where it supposed to be in machriq form, that issue does not appear with other fonts.
Minimal example showing the bug
The key
Numbers=Arabic
work fine with fontspec packageLog file (required) and possibly PDF file
test.log
test.pdf
The text was updated successfully, but these errors were encountered: