>        How do you draw borders for pages in Latex? Thanks in advance.
There are probably better ways, but the fancybox package provides a way
to do this. In the document preamble, go:

\usepackage{fancybox}

and then once you get into the document proper, go:

\fancypage{\fbox}{}

This needs to be one of the first things after the \begin{document}.

As I said, there are probably better ways, but that's the first one
which comes to mind.

Steven Smith,
[EMAIL PROTECTED]

Attachment: msg00944/pgp00000.pgp
Description: PGP signature

Reply via email to