在 Texmaker 中,“todonotes” 会干扰“ctrl”+“左键单击”

在 Texmaker 中,“todonotes” 会干扰“ctrl”+“左键单击”

我正在使用Texmaker。我真的很喜欢这个功能,在 pdf 中按ctrl+ left click,然后编辑器会跳转到该位置。我发现包shadow中的选项todonotes会干扰此功能,当我在第一页ctrl按 +时,它总是跳转到该位置。left clickpgflibraryfadings.code.tex

最小示例

\documentclass[12pt,a4paper]{article}
\usepackage[colorinlistoftodos, obeyFinal, shadow]{todonotes} %todo notes

\begin{document}
clicking here jumps to pgflibraryfadings.code.tex
\newpage
clicking here jumps to the correct place
\end{document}

删除该shadow选项可修复ctrl+left click行为,但我希望能够同时使用两者。关于如何做到这一点,有什么建议吗?

相关内容