我在 amsbook 文档类中使用 undertilde 包。
我想插入$\utilde{\times}$
章节标题。
但它不起作用。
答案1
\protect
在命令前使用:
\documentclass{amsbook}
\usepackage{undertilde}
\begin{document}
\chapter{I want to insert $\protect\utilde{\times}$ in chapter title}
foo
\end{document}
我在 amsbook 文档类中使用 undertilde 包。
我想插入$\utilde{\times}$
章节标题。
但它不起作用。
\protect
在命令前使用:
\documentclass{amsbook}
\usepackage{undertilde}
\begin{document}
\chapter{I want to insert $\protect\utilde{\times}$ in chapter title}
foo
\end{document}