所以我想讓節標題成為1. Introduction
實例,但不是小節1.1 Subsection
我在這裡嘗試過這些命令:如何在節號後面加上點?但它們都在章節和小節標題上添加了點。
答案1
\renewcommand\thesection{\arabic{section}.}
\renewcommand\thesubsection{\thesection\arabic{subsection}}
所以我想讓節標題成為1. Introduction
實例,但不是小節1.1 Subsection
我在這裡嘗試過這些命令:如何在節號後面加上點?但它們都在章節和小節標題上添加了點。
\renewcommand\thesection{\arabic{section}.}
\renewcommand\thesubsection{\thesection\arabic{subsection}}