Page Layout ⇒ framebox around entire page
-
- Posts: 2
- Joined: Thu Aug 20, 2009 10:29 pm
framebox around entire page
i'm trying to create a document class to reproduce a hideous word template. it has a large header with 10 or so fields of data with lines like a table, a large footer, and a frame around the whole page.
approach--
i started with article.cls, added quite a few user variables, and modified oddhead & oddfoot to get the header and footer defined.
problem--
i have no idea how to attack the frame around the page problem... i could do it by adding a large row to the table i have in the header and then giving a large negative value to \headsep, but that seems like a pretty ugly option. any other ideas?
Thanks in advance,
-john
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
framebox around entire page
If not, you can create the document without a frame, then insert the result into another document through pdfpages using the frame option:
\includepdf[frame,pages=-]{mypdf.pdf}
-
- Posts: 2
- Joined: Thu Aug 20, 2009 10:29 pm
Re: framebox around entire page
\put(a,b){\line(x,y){len}}