persiantex/xepersian

Error when using blur shadow with setdigitfont command

mojtabaahmadi2020tl opened this issue · 3 comments


\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shadows.blur}
\usepackage{xepersian}
\settextfont{Yas}
%استفاده از 2 دستور زیر با گزینه مثال shadows.blur خطا دارد!
\setdigitfont{Yas}
%\settextdigitfont{Yas}
% استفاده از دستور زیر مشکلی ندارد.
%\setmathdigitfont{Yas}

\begin{document}
تست
\begin{tikzpicture}
\filldraw[fill=white, draw=black,blur shadow](0,0) rectangle (1,1);
\end{tikzpicture}

\end{document}

output:
shadows-blur-TL2020.log

shadows-blur-TL2020.pdf

Thanks for your report. This seems to be caused by the \settextdigitfont control sequence. You can in the meanwhile, use the control sequence \setmathdigitfont instead the control sequence \setdigitfont to set the digit font in math mode.

Thanks, I controlled with \TextDigitFontOff and \TextDigitFontOn

درود جناب وفا
جهت اطلاع: در تک لایو 2021 این مشکل حل شده