Re: 目次の文字サイズ

名前: トニイ
日時: 2006-01-07 18:47:27
IPアドレス: 61.198.88.*

>>40444 >jbook 環境で,\chapter{}を用いて目次を出力しています. >\chapter{}によって,各章の題名として表示される文字のサイズは変えずに, >目次に表示される文字だけサイズ変更(smallに変更)したいのです. 以下のようにするのでは不足ですか? % pLaTeX2e \documentclass{jbook} \begin{document} \begin{small}% 追加 \tableofcontents \end{small}% 追加 \chapter{ほげ} \section{あれこれ} \section{どれそれ} \chapter{なんとかかんとか} \chapter{ほにゃらら} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)