More than 5 years have passed since last update.
修論をLaTeXで書いていたところ、Appendixの"付録"表記が気に入らなかったので"Appendix"表記に変更しました。
プリアンブルに次のように書くだけです。
\renewcommand{\appendixname}{Appendix }
今まで"付録A"となっていたのが、"Appendix A"と表記されるようになりました。
ところが\tableofcontentsで目次をつけると、Appendixと書いてある部分とチャプター名が重なってしまうことに気が付きました。
そこでdocumentclassをjbookからjsbookにしたところ、チャプター名と被ることはなくなりました。
少しレイアウトが崩れる以外は問題なしです。
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
