LaTeXbangla icon indicating copy to clipboard operation
LaTeXbangla copied to clipboard

Counternumber broken

Open SharifMinhazul opened this issue 4 years ago • 2 comments

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.

SharifMinhazul avatar May 16 '20 03:05 SharifMinhazul

Thank you for the suggested solution! I'll publish an update soon.

Neehan avatar May 17 '20 01:05 Neehan

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

rafisics avatar Dec 20 '20 17:12 rafisics