Re: ページの右上にepsを入れたい

名前: トノ
日時: 2004-06-23 16:03:05
IPアドレス: 150.35.254.*

>>29840 myheadings を使うより、plain ページスタイルの改造版を作った方が 手っ取り早いでしょう。 以下のような感じでどうでしょう。 \documentclass[a4paper,twocolumn]{jsarticle} %% \usepackage[dvips]{graphicx} \usepackage{color}\relax %% \newcommand{\Caution}[1]{% %% \markright{\protect\includegraphics{caution.eps}}}% \newcommand{\naisho}{% 特に EPS にする必要はないんですよね? \textcolor{red}{\fbox{\LARGE\gtfamily 社外秘}}% } \makeatletter \newcommand{\ps@naisho}{% naisho ページスタイルの定義 \def\@oddhead{\hfill\smash{\naisho}}% \def\@evenhead{\smash{\naisho}\hfill}% \def\@oddfoot{\hfil\thepage\hfil}% \let\@evenfoot=\@oddfoot } \makeatother %% \pagestyle{naisho}% この行を生かせば、タイトルページや章開始ページ以外の % 全ページにマークが出力されます。 \title{タイトル} \author{名前} \date{2004年6月29日} \begin{document} \maketitle %% \thispagestyle{myheadings} %% \Caution{} \thispagestyle{naisho} % プレアンブルで \pagestyle{naisho} とした場合でも、 % タイトルページにはこの指定を入れないと、マークは % 出力されません。 \section{セクション} \subsection{サブセクション} ・・・ \end{document}

この書き込みへの返事:

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