Linux Newbie help
 help / color / mirror / Atom feed
* Re: Page Borders in Latex
  2002-05-27  0:30 Page Borders in Latex Natarajan
@ 2002-05-26 17:07 ` Steven Smith
  2002-05-28  3:20   ` Suriya Narayanan M S
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Smith @ 2002-05-26 17:07 UTC (permalink / raw)
  To: Natarajan; +Cc: Linux Newbie

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Page Borders in Latex
@ 2002-05-27  0:30 Natarajan
  2002-05-26 17:07 ` Steven Smith
  0 siblings, 1 reply; 4+ messages in thread
From: Natarajan @ 2002-05-27  0:30 UTC (permalink / raw)
  To: Linux Newbie

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Page Borders in Latex
  2002-05-26 17:07 ` Steven Smith
@ 2002-05-28  3:20   ` Suriya Narayanan M S
  2002-06-01  8:30     ` Steven Smith
  0 siblings, 1 reply; 4+ messages in thread
From: Suriya Narayanan M S @ 2002-05-28  3:20 UTC (permalink / raw)
  To: Steven Smith; +Cc: Natarajan K, linux-newbie

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Page Borders in Latex
  2002-05-28  3:20   ` Suriya Narayanan M S
@ 2002-06-01  8:30     ` Steven Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Smith @ 2002-06-01  8:30 UTC (permalink / raw)
  To: linux-newbie

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-01  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-27  0:30 Page Borders in Latex Natarajan
2002-05-26 17:07 ` Steven Smith
2002-05-28  3:20   ` Suriya Narayanan M S
2002-06-01  8:30     ` Steven Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox