Re: 枠線について

名前: トニイ@FTEX
日時: 2001-09-18 20:18:40
IPアドレス: 210.160.231.*

>>2330 >各ページに枠線を引く(各ページを枠で囲む)ためには、どのような方法があるのでしょうか。 (1) fancybox.sty などのスタイルファイルを使う。 (2) ヘッダーかフッターに全体を囲む枠を仕込む。 (3) トンボを出力する部分に全体を囲む枠を仕込む。 以下は (2) の方法です。 % pLaTeX2e \documentclass[a4j]{jarticle} \makeatletter \newlength{\myboxheight}% 下げる高さを計算する \setlength{\myboxheight}{\textheight}% 文字領域の高さに \addtolength{\myboxheight}{\headsep}% ヘッダと本文の空きを加える \def\ps@mypagebox{\let\@mkboth\@gobbletwo \let\ps@jpl@in\ps@empty \def\@evenhead{\kern-1zw% \smash{\raisebox{-\myboxheight}{% \fboxsep=1zw\fbox{\rule{\textwidth}{0pt}\rule{0pt}{\textheight}}}}}% \let\@oddhead\@evenhead% \let\@oddfoot\@empty\let\@evenfoot\@empty} \makeatother \pagestyle{mypagebox} \begin{document} \noindent あああ\hfill あああ \vfill \noindent いいい\hfill いいい \end{document}

この書き込みへの返事:

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