Skip to content
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:在和 amsmath 同用时报错“\dot allowed only in math mode” #473

Closed
CasperVector opened this issue Jan 1, 2020 · 1 comment

Comments

@CasperVector
Copy link

(转发自未名 BBS)如题,示例代码改用 article 文档类编译可正常通过:

\documentclass{ctexart}
\usepackage{amsmath}
\begin{document}
	\begin{equation}\begin{split}
		a=\dot{b} \\ \dot{a}=b
	\end{split}\end{equation}
\end{document}
@RuixiZhang42
Copy link
Member

在第二行行首 \dot 前加 \relax,这个跟 #470 重复了,先 close。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants