我正在尝试编译以下代码:
\documentclass{article}
\usepackage{tikz-cd}
\usetikzlibrary{quantikz}
\begin{document}
\begin{quantikz}
\qwbundle[alternate]{} & \ctrlbundle{1} & \gate{R}\qwbundle[alternate]{} \\
\qw & \targ{} & \qw
\end{quantikz}
\end{document}
当我在 Overleaf 上执行此操作时,一切正常,但是当我在本地 TeXstudio 上使用 xelatex 和 texlive 2020 执行此操作时,出现以下错误:
Undefined control sequence. ^^I\end{quantikz}
You have requested package `', but the package provides `quantikz'.
这可能是什么原因造成的?有任何已知的解决方案吗?