Re: fancyhdr

名前: トニイ
日時: 2005-02-08 11:46:32
IPアドレス: 211.2.28.*

>>34312 適宜,改行を入れてください。 >ヘッダとフッタに様々な情報(日時、目的、名前、所属、場所等)を沢山記入できて >とても便利なので fancyhdr.sty を使わないサンプルですが,いかがでしょうか。 % pLaTeX2e \documentclass[b5j,12pt,landscape]{jsarticle} % \newcommand{\lhead}{左上}% 左上文字列 \newcommand{\chead}{中央上}% 中央上文字列 \newcommand{\rhead}{右上}% 右上文字列 \newcommand{\lfoot}{左下}% 左下文字列 \newcommand{\cfoot}{中央下}% 中央下文字列 \newcommand{\rfoot}{右下}% 右下文字列 % \makeatletter %% ヘッダ・フッタに↑の文字列を表示する \pagestyle \def\ps@myfancy{% \def\@evenhead{\if@mparswitch \hss \fi \underline{\hbox to \fullwidth{\lhead\hfill\chead\hfill\rhead}}% \if@mparswitch\else \hss \fi}% \let\@oddhead\@evenhead% \def\@evenfoot{\if@mparswitch \hss \fi \hbox to \fullwidth{\lfoot\hfill\cfoot\hfill\rfoot}% \if@mparswitch\else \hss \fi}% \let\@oddfoot\@evenfoot% \let\@mkboth\markboth } \makeatother \pagestyle{myfancy} \begin{document} \noindent{}◆左上\hfill{}右上◆ \vfill \noindent{}◆左下\hfill{}右下◆ \end{document}

この書き込みへの返事:

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