我如何删除章节编号?我只想删除“首字母缩略词”章节的章节编号。请查看以下代码:
\chapter{Acronyms}
\begin{acronym}
\acro{ACK}{\textit{Acknowledgment command}}
\acro{AIS}{\textit{Automatic Identification Systems}}
...
\end{acronym}
当我使用时,\chapter*{Acronyms}
我删除了数字,但在标题名称中有上一章的名称。
我如何删除章节编号?我只想删除“首字母缩略词”章节的章节编号。请查看以下代码:
\chapter{Acronyms}
\begin{acronym}
\acro{ACK}{\textit{Acknowledgment command}}
\acro{AIS}{\textit{Automatic Identification Systems}}
...
\end{acronym}
当我使用时,\chapter*{Acronyms}
我删除了数字,但在标题名称中有上一章的名称。