Re: vartwosideとfancyhdrパッケージ(未解決)

名前: トノ
日時: 2005-01-26 10:59:22
IPアドレス: 150.35.254.*

>>33992 fancyhdr.sty って、結構バージョン・アップしているんですね。意外でした。 次のソースではいかがでしょうか? \documentclass[vartwoside]{jsbook} \usepackage{fancyhdr} %**** 追加部分 \makeatletter \@temptokena=\expandafter{\ps@fancy} \toks@={% \expandafter\def\expandafter\@evenhead\expandafter{% \expandafter\fancyhdrpatchL\@evenhead\fancyhdrpatchR }% \expandafter\def\expandafter\@evenfoot\expandafter{% \expandafter\fancyhdrpatchL\@evenfoot\fancyhdrpatchR }% } \edef\ps@fancy{% \the\@temptokena\the\toks@ } \def\fancyhdrpatchL{% \kern\marginparwidth\kern\marginparsep } \def\fancyhdrpatchR{% \kern-\marginparwidth\kern-\marginparsep } \makeatother \pagestyle{fancy} \addtolength{\headwidth}{\marginparsep} \addtolength{\headwidth}{\marginparwidth} \renewcommand{\footrulewidth}{0.4pt} \begin{document} 奇数ページの本文 \newpage 偶数ページの本文.ヘッダ領域もフッタ領域も左へはみ出します. \end{document}

この書き込みへの返事:

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