Search found 2 matches

by john.m.roach
Fri Aug 21, 2009 7:39 pm
Forum: Page Layout
Topic: framebox around entire page
Replies: 2
Views: 2737

Re: framebox around entire page

got it! thanks for the help frabjous. i ended up putting something like the following into the header def in the documentclass definition.

\put(a,b){\line(x,y){len}}
by john.m.roach
Thu Aug 20, 2009 10:38 pm
Forum: Page Layout
Topic: framebox around entire page
Replies: 2
Views: 2737

framebox around entire page

background--
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 ...