Re: 目次にセクション名などとは別の任意の文字列を入れたい

名前: キット
日時: 2002-08-13 00:52:36
IPアドレス: 202.248.232.*

>>10166 jarticle などで part を使わないのであれば、 \addcontentsline{toc}{part}{...} を適所に入れればよいでしょう。見栄えは クラスファイルの中の \l@part や \l@section をプリアンブルにコピーして \renewcommand* にして変更します。以下では簡易的にページ番号の出力を抑止し てみました。 \documentclass[a4j]{jarticle} \makeatletter \renewcommand*{\l@part}[2]{% \ifnum \c@tocdepth >-2\relax \addpenalty{\@secpenalty}% \addvspace{2.25em \@plus\p@}% \begingroup \parindent\z@\rightskip\@pnumwidth \parfillskip-\@pnumwidth {\leavevmode\large\bfseries \setlength\@lnumwidth{4zw}% #1\hfil\nobreak % \hbox to\@pnumwidth{\hss#2}}\par \hbox to\@pnumwidth{\hss~}}\par \nobreak \if@compatibility \global\@nobreaktrue \everypar{\global\@nobreakfalse\everypar{}}% \fi \endgroup \fi} \makeatother \begin{document} \tableofcontents \addcontentsline{toc}{part}{特集} \section{セクション1} セクション1の内容\ldots。 \section{セクション2} セクション2の内容\ldots。 \section{セクション3} セクション3の内容\ldots。 \addcontentsline{toc}{part}{原著} \section{セクション4} セクション4の内容\ldots。 \addcontentsline{toc}{part}{寄稿} \section{セクション5} セクション5の内容\ldots。 \end{document}

この書き込みへの返事:

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