我正在使用Texmaker
。我真的很喜欢这个功能,在 pdf 中按ctrl
+ left click
,然后编辑器会跳转到该位置。我发现包shadow
中的选项todonotes
会干扰此功能,当我在第一页ctrl
按 +时,它总是跳转到该位置。left click
pgflibraryfadings.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
行为,但我希望能够同时使用两者。关于如何做到这一点,有什么建议吗?