Marcelo Reis <marceb...@...> writes:
> > Sorry....Here is the link to the image file (converted from a DOC file):
> >
> > http://img23.imageshack.us/img23/1791/bordern.png
> >
> >
> Hey Guys, No ideas?!?!
Put the following lines in the preamble and adjust as needed.
\usepackage{eso-pic}
\newlength{\boxwidth}
\newlength{\boxheight}
\setlength{\boxwidth}{\paperwidth}
\setlength{\boxheight}{\paperheight}
\addtolength{\boxwidth}{-2cm}
\addtolength{\boxheight}{-2cm}
\AddToShipoutPicture{%
\setlengt...@tempdimb}{1cm}%
\setlengt...@tempdimc}{1cm}%
\put(\st...@pt\@tempdimb,\st...@pt\@tempdimc){%
\hbox{\fboxrule=3pt\fbox{\vbox to \boxheight{%
\vss\hbox to \boxwidth{\hss}\vss}}}}%
}
--
Enrico