Witharrows 不尊重颜色

Witharrows 不尊重颜色

我正在使用witharrows包裹,但它似乎不尊重周围的颜色。

像这样的示例代码

\documentclass{article}
\usepackage{witharrows}

\begin{document}
    {\color{red}
 $\begin{WithArrows}
 A & = \bigl((a+b)+1\bigr)^2 \Arrow{}\Arrow{}[jump=2] \\
   & = (a+b)^2 + 2(a+b) +1 \\
   & = a^2 + 2ab + b^2 + 2a + 2b +1
\end{WithArrows}$
}
\end{document}

将产生以下 在此处输入图片描述

有什么方法可以强制环境WithArrows尊重周围的颜色?谢谢。

编辑:似乎编译pdflatex工作正常;但我不确定为什么xelatex会遇到这种情况(或者,任何关于如何调试这个问题的指针,因为在评论中有人可以使用生成所有红色环境xelatex

我使用 manjaro。我的 xelatex 是(输出xelatex --version

XeTeX 3.141592653-2.6-0.999994 (TeX Live 2022/Arch Linux)
kpathsea version 6.3.4
Copyright 2022 SIL International, Jonathan Kew and Khaled Hosny.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the XeTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the XeTeX source.
Primary author of XeTeX: Jonathan Kew.
Compiled with ICU version 71.1; using 71.1
Compiled with zlib version 1.2.12; using 1.2.12
Compiled with FreeType2 version 2.12.0; using 2.12.1
Compiled with Graphite2 version 1.3.14; using 1.3.14
Compiled with HarfBuzz version 4.2.0; using 5.2.0
Compiled with libpng version 1.6.37; using 1.6.38
Compiled with pplib version v2.05 less toxic i hope
Compiled with fontconfig version 2.14.0; using 2.14.0

我安装的软件包是频道中最新的

texlive-bin 2022.62885-1
texlive-core 2022.63035-1
texlive-fontsextra 2022.62977-1
texlive-langchinese 2022.62922-1
texlive-langjapanese 2022.63011-1
texlive-latexextra 2022.63034-1
texlive-local-collection-fontsextra 63936-1
texlive-pictures 2022.62992-1
texlive-science 2022.62977-1

答案1

潘蒂尼先生帮助我解决了这个问题。事实证明,即使软件包上写着“版本 2022.xxx”,manjaro 频道, 他们是不是最新的版本。我必须安装香草味 texlive然后,随着最新的2022版本,问题得到了解决。

相关内容