名前: ueda 日時: 2003-01-30 23:50:46 IPアドレス: 128.110.226.*
>>15959 どんなクラスファイルを使用されておられるのかわかりませんが, 以下はjsbookをベースにした場合の変更例です。 図表,数式をA.1というような形に直す場合です。適当に改造してください。 \setcounter{chapter}{0} \setcounter{section}{0} \renewcommand{\thesection}{\Alph{section}} \setcounter{subsection}{0} \renewcommand{\thesubsection}{\Alph{section}.\arabic{subsection}} \setcounter{subsubsection}{0} \renewcommand{\thesubsubsection}%継続 {\Alph{section}.\arabic{subsection}.\arabic{subsubsection}} \setcounter{equation}{0} \renewcommand{\theequation}{\Alph{section}.\arabic{equation}} %以下図表番号、これしないと付録のカウントがおかしくなるかも \setcounter{figure}{0} \setcounter{table}{0} \renewcommand{\thefigure}{\Alph{section}.\arabic{figure}} \renewcommand{\thetable}{\Alph{section}.\arabic{table}} もっと良い方法はいくらでもあると思いますので,参考程度にお使いください。
この書き込みへの返事: