You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tex-compiler/texmf-dist/tex/latex/polyglossia/bengalidigits.sty

13 lines
321 B

\ProvidesPackage{bengalidigits}
[2015/08/07 v.02%
Formatting of Bengali digits]
\def\bengalidigits#1{\expandafter\@bengali@digits #1@}
\def\@bengali@digits#1{%
\ifx @#1% terminate
\else
\ifcase#1০\or\or\or\or\or\or\or\or\or\fi
\expandafter\@bengali@digits
\fi
}
\endinput