名前: トニイ@FTEX 日時: 2004-12-10 17:52:42 IPアドレス: 219.116.97.*
>>33045 >>33049 クラスファイルが不明ですが,一例を示します。 % pLaTeX2e \documentclass{jreport} \begin{document} \pagestyle{empty}%% まず,ヘッダー・フッターに何も出さない % \tableofcontents\thispagestyle{empty} \listoffigures\thispagestyle{empty} \listoftables\thispagestyle{empty} %% 後ろの \thispagestyle{empty} は \chapter* でページ番号が出てしまうことへの対策 % \setcounter{page}{0}%% page カウンタを 0 にセット \clearpage%% 改ページする % \pagestyle{bothstyle}%% ヘッダー・フッターを出すページスタイル \chapter{ほげ} \begin{figure} \caption{なんとか} \end{figure} \begin{table} \caption{かんとか} \end{table} \chapter{あれこれ} \section{なんやかんや} \begin{figure} \caption{おっと} \end{figure} \begin{figure} \caption{どっこいしょ} \end{figure} \begin{table} \caption{なになに} \end{table} \end{document}
この書き込みへの返事: