Re: Page Borders in Latex

Re: Page Borders in Latex

am 26.05.2002 19:07:44 von Steven Smith

--WIyZ46R2i8wDzkSu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

> 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,
sos22@cam.ac.uk.

--WIyZ46R2i8wDzkSu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE88RZfO4S8/gLNrjcRAiAfAKDM26qsutYNcAt11KSbRDA58+WQZgCd GRlO
2rPGdG5MuwtrSPamfs0ap3A=
=nK5I
-----END PGP SIGNATURE-----

--WIyZ46R2i8wDzkSu--
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Page Borders in Latex

am 27.05.2002 02:30:33 von Natarajan

Hi,
How do you draw borders for pages in Latex? Thanks in advance.
Natarajan


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: Page Borders in Latex

am 28.05.2002 05:20:21 von Suriya Narayanan M S

On Sunday 26 May 2002 10:37 pm, Steven Smith wrote:
> 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.
The above method works, but there is a problem.
The box is too close to the text. Is there some way to
have a gap between the box and the text.
I think you would have an answer.
Thank you.

Bye,
Suriya Narayanan M S
--
Guru Brahma Gurur Vishnu
Gurur Dhevo Maheshwaraha
Gurur Saakshaath Parabramha
Thasmai Shree Gurave Namaha

Public key at www.keyserver.net

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: Page Borders in Latex

am 01.06.2002 10:30:33 von Steven Smith

--zhXaljGHf11kAtnf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

> > \usepackage{fancybox}

> > \fancypage{\fbox}{}
> The above method works, but there is a problem.
> The box is too close to the text. Is there some way to
> have a gap between the box and the text.
Try

\fancypage{\setlength{\fboxsep}{32pt}\fbox}{}

Change the ``32pt'' to suit.

Steven Smith,
sos22@cam.ac.uk.

--zhXaljGHf11kAtnf
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8+IYpO4S8/gLNrjcRAh2IAKCeGKZX/+UVo2m94kv0YNohsSL1uACe J4VZ
kaJOMVsciZLO8jdXcH+Ddzo=
=EeLY
-----END PGP SIGNATURE-----

--zhXaljGHf11kAtnf--
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs