付録じゃないのにsectionのナンバリングをアルファベットにしたい.
\makeatletter
\renewcommand{\thesection}{\@Alph\c@section}
\makeatother
命令に@を含むため,\make〜で囲む必要がある.
付録じゃないのにsectionのナンバリングをアルファベットにしたい.
\makeatletter
\renewcommand{\thesection}{\@Alph\c@section}
\makeatother
命令に@を含むため,\make〜で囲む必要がある.
コメントを残す