
私は修士論文を仕上げています。付録セクションを追加する必要があります。現在、私は を使用しており\usepackage[title]{appendix}
、付録は「付録 A LURB の導出」と表示されています。しかし、私は「付録 A. LURB の導出」としたいのです。付録 A の後の終止符に注意してください。
メイン ファイルに次のコードがあります。
\documentclass{article}
\usepackage[title, titletoc]{appendix}
\begin{document}
\begin{appendices}
\input{LUBR}
\end{appendices}
\end{document}
LURB ファイルには次の内容が含まれています:\section{Derivation of LURB}
答え1
このように\begin{appendices}
追加した後\renewcommand{\thesection}{\Alph{section}.}
\begin{appendices}
\renewcommand{\thesection}{\Alph{section}.}
...
ピリオド(終止符)に注意してください。