Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

LTRthanks undefined error #3

Open
freddawes opened this issue Jan 7, 2019 · 1 comment
Open

LTRthanks undefined error #3

freddawes opened this issue Jan 7, 2019 · 1 comment

Comments

@freddawes
Copy link

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.

@davidcarlisle
Copy link
Member

davidcarlisle commented Jan 7, 2019

Did you load bidi explicitly? I get the error you state (as the second error) from

\documentclass{article}

\author{me}
\title{zzz}

\usepackage{xifthen}

%\usepackage{bidi}
\usepackage{bidituftetitle}


\begin{document}

\end{document}

The error goes if I uncomment bidi. that of course is not a very representative test though....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants