persiantex / bidi

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

LTRthanks undefined error #12

Open vafakhalighi opened 4 years ago

vafakhalighi commented 4 years ago

Brief outline of the issue

I am attempted to compile a document with the biditufte-book document class and receive the following error.

`("C:\Program Files\MiKTeX 2.9\tex\xelatex\bidi\bidituftetitle.sty"))

! LaTeX Error: \LTRthanks undefined.`

A smaller MWE of the same class does not produce this error. The command \LTRthanks is not present within the document.

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

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

  % Demonstration of issue here

\end{document}

Expected behavior

Log and PDF files