LoginSignup
3
2

More than 5 years have passed since last update.

TeX で章立ての表記を変える方法

Posted at

論文をまとめる時期になりまして,5年ぶりくらいにTeXを触っている @isseium です.

第n章と表示したいのですが,スタイルによっては,n (数字だけ)ということもあるでしょう.
そんなときは,プリアンブルにこんな感じで記入します.

\renewcommand{\thesection}{第\arabic{section}章}
3
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2