Re: \section* を柱に出力

名前: トノ
日時: 2005-02-04 20:10:46
IPアドレス: 150.35.254.*

>>34256 》  安全のキーワードを無理矢理埋め込むのは、強引で安直な方法ですが、 》 もっとエレガントに実現できれば、それに超したことはありません。 「安全」というキーワードはセクションが新しくなっても変わらないのですから、 それを \rightmark で出力させようという方が、かえって強引な気がします。 むしろ \@oddhead/\@evenhead に埋込む方が素直な気がしますし、 章によって出力する/しないを切替える必要があるのなら、別の切替え機構を 用意する方がいいでしょう。 以下のようなソース(ただし、「切替え機構」は非常に単純なものです)では いかがでしょうか。 \documentclass{jbook}\relax \textheight=.5\textheight \makeatletter %**** #34253 からコピー \def\ps@preheadings{% \let\@mkboth\markboth% \def\@oddfoot{\small\rm\hfill\thepage} \def\@evenfoot{\small\rm\thepage\hfill} \def\@evenhead{% \underline{\strut \hbox to \textwidth% % {\normalsize\bf\leftmark\hfil}}}% % deleted {\normalsize\bf\leftmark\hfil\groupofchapters}}}% % added % \def\@oddhead{ % deleted \def\@oddhead{% % added \underline{\strut \hbox to \textwidth% % {\hfil\normalsize\bf\leftmark}}}% % deleted {\groupofchapters\hfil\normalsize\bf\leftmark}}}% % added \def\chaptermark##1{% \markboth{##1}{}}% \def\sectionmark##1{% \markright {##1}{}}% } \ps@preheadings \makeatother \def\groupofchapters{} % added \begin{document} \chapter{冬の衛生} % ここではまだヘッダーのノド寄りには何も出力されない \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \chapter{春の衛生} \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \cleardoublepage \def\groupofchapters{安全} % これ以降、ノド側に「安全」と出力される \chapter{冬の安全} \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \chapter{春の安全} \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \section*{Asterisked Section} text \chapter{夏の安全} \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \section{Normal Section} text \end{document}

この書き込みへの返事:

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