-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctex: hyperref 设置 driverfallback=driverfallback 在 beamer 中被忽略 #715
Comments
是用 pdflatex 时产生这个警告。 latexmk 是一个 latex 自动编译工具,可被设置为使用任一引擎,默认使用 pdflatex。
更像是因为多次设置了 |
hyperref 的 \documentclass{article}
\usepackage{hyperref}
\hypersetup{driverfallback=dvipdfmx}
\begin{document}
content
\end{document} 因为 |
感谢您的回复,已了解该警告 |
ctex 里的相关逻辑需要调整。如调整为:
Lines 6801 to 6809 in de93018
Line 6825 in de93018
|
检查清单
操作系统
Windows 11 家庭中文版 版本号23H2操作系统版本22631.3737
TeX 发行版
TeX 3.141592653 (TeX Live 2023)
描述问题
使用latexmk编译tex文件时发生的问题,以下是引用的包
警告信息
使用xelatex,并没有出现警告
猜测是CTex多次加载hyperref
最小工作示例(MWE)
链接
No response
其他信息
No response
附件
No response
The text was updated successfully, but these errors were encountered: