kvafa / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://ctan.org/pkg/bidi
6 stars 1 forks source link

Conflict with `nomencl` package #9

Closed masoudyazdani closed 2 years ago

masoudyazdani commented 2 years ago

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

Minimal example showing the issue

% !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}

Expected behavior

It should work without any errors.

Log and PDF files

Test.log