xepersian icon indicating copy to clipboard operation
xepersian copied to clipboard

Package conflict: catchfilebetweentags

Open lrkrol opened this issue 5 years ago • 0 comments


Brief outline of the issue

As per the documentation, XePersian should be loaded last. However, loading the catchfilebetweentags package before XePersian causes a bunch of errors. Loading it after XePersian works, but with a warning.

Check/indicate

  • [x] Relevant to the bidi package
  • [x] The bidi package issue tracker has been searched for similar issues?
  • [x] 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}

\usepackage{catchfilebetweentags}
\usepackage{xepersian}

\settextfont[ExternalLocation]{XB Niloofar.ttf}

\begin{document} 

سلام

\end{document}

Expected behavior

Compilation without errors or warnings.

Log and PDF files

xepersian-catchfilebetweentags.log xepersian-catchfilebetweentags.pdf

lrkrol avatar Dec 29 '20 11:12 lrkrol