LaTeXbangla
LaTeXbangla copied to clipboard
Counternumber broken
Counternumbers are broken because of updated polyglossia package.
\documentclass[a4paper,12pt]{book}
\usepackage[banglamainfont=Kalpurush,
banglattfont=Siyam Rupali
]{latexbangla}
\begin{document}
\title{টেস্ট}
\maketitle
\end{document}
Here the date number is shown as box. Changing line 139
in latexbangla.sty
to \setmainlanguage[numerals=Bengali, changecounternumbering=true]{bengali}
fix the problem.
Thank you for the suggested solution! I'll publish an update soon.
I guess it's the same reason for showing the page and section numberings as boxes now. Kindly fix the issue and publish the update. Relevant TeX SE posts:
- https://tex.stackexchange.com/q/544315/114006
- https://tex.stackexchange.com/a/545968/114006