Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTRthanks undefined error #12

Open
5 tasks
vafakhalighi opened this issue May 14, 2020 · 0 comments
Open
5 tasks

LTRthanks undefined error #12

vafakhalighi opened this issue May 14, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vafakhalighi
Copy link
Contributor


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

  • Relevant to the xepersian package
  • The xepersian package issue tracker has been searched for similar issues?
  • Issue tracker has been searched for similar issues?
  • Links to <tex.stackexchange.com> discussion if appropriate
  • Links to <qa.parsilatex.com> discussion if appropriate

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

@vafakhalighi vafakhalighi added the bug Something isn't working label May 14, 2020
@vafakhalighi vafakhalighi self-assigned this May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant