名前: 中村 日時: 2005-05-26 22:13:02 IPアドレス: 220.215.124.*
>>36021 何とかうまくいったのでご報告します。 基本的にはTakashimaさんから教えて頂いた方法で行ったのですが、 2段組(twocolumn)にすると、2段目の最初と最後の単語が出力さ れてしまい、???状態となっていました。 色々探したところ、fancyhdr.pdfに行き当たり、その中にまさに ぴったりのDictionary style headersという章があり、そこに、 Dictionaries are often done with two columns. Unfortunately there is a bug in LATEX’s twocolumn option which causes some marks to be lost. If you use David Carlisle's fix2col.sty this will be solved. とあったので、fix2col.styをダウンロードし使用して、思い通り のスタイルになりました。 どうもありがとうございました。 サンプルはこんな感じです。 \documentclass[a5paper,twocolumn]{jsbook} \usepackage{fix2col} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead[R]{\botmark} \fancyhead[L]{\firstmark} \def\paragraphmark#1{% \markright{#1}} \def\subparagraphmark#1{% \markright{#1}} \begin{document} \subparagraph{abc} \newpage \subparagraph{def} \subparagraph{efg} \newpage \subparagraph{hij} \subparagraph{klm} \subparagraph{opq} \newpage \subparagraph{rst} \subparagraph{uvw} \subparagraph{xyz} \end{document}
この書き込みへの返事: