请问如何自定义一个没有证毕符号的命题环境? #243
Answered
by
sikouhjw
Juelianqvq
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
sikouhjw
Mar 1, 2022
Replies: 1 comment 5 replies
-
测试代码 \documentclass{fduthesis}
\newtheorem{test}{命题}
\begin{document}
\mainmatter
\chapter{test}
\begin{test}
test
\end{test}
\begin{test}
test
\end{test}
\end{document} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
stone-zeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


fduthesis默认情况下,使用\newtheorem并不会产生证毕符号测试代码