名前: TxT 日時: 2002-09-08 18:49:13 IPアドレス: 202.244.205.*
>>10752 Shippo-Aikouka様 ご返答有り難うございます。 早速次のように変更して試したところエラーが出てしまいました。 --- \documentclass[a4paper,12pt]{jarticle} \makeatletter \def\@@seccntformat#1{{\def\secarg{#1}% \def\seckind{section}\ifx\seckind\secarg \hbox to 0pt{第\csname the#1\endcsname 章\hss}% \else \csname the#1\endcsname\quad \fi }}\def\@seccntformat{\noexpand\@@seccntformat} <-書き換えた部分 \def\@newsection#1{\origsection{\\#1}} <-書き換えた部分 \makeatother %%%%%% TEXT START %%%%%% \begin{document} \tableofcontents \include{test} \clearpage \include{test} \clearpage \end{document} --- ---error message start Runaway argument? ! Paragraph ended before \@newsection was complete. <to be read again> ---error message end 続けてよいのか、改行するのが良いのか分からなかったのでどちら も試してみたのですがどちらも同じエラーとなりました。 書き換え方が間違っておりますでしょうか?
この書き込みへの返事: