when bidi is loaded with nomencl package, the following errors are appeared in the console:
Command \scr@tso@table@pagenumberformat undefined.
Command \scr@tso@figure@pagenumberformat undefined.
% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass{article} % or some other class
% Any packages other than the bidi package must be loaded here
\usepackage{nomencl}
% The bidi package must be loaded as the last package
\usepackage[%
% Any bidi package option goes here
]{bidi}
% Any preamble code goes here
\begin{document}
Test
% Demonstration of issue here
\end{document}
Brief outline of the issue
when bidi is loaded with
nomencl
package, the following errors are appeared in the console: Command \scr@tso@table@pagenumberformat undefined. Command \scr@tso@figure@pagenumberformat undefined.Check/indicate
xepersian
packagebidi
package issue tracker has been searched for similar issues?xepersian
package issue tracker has been searched for similar issues?Minimal example showing the issue
Expected behavior
It should work without any errors.
Log and PDF files
Test.log