Re: Page Borders in Latex

2002-06-01 Thread Steven Smith
> > \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 Smit

Re: Page Borders in Latex

2002-05-31 Thread 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}{} >

Re: Page Borders in Latex

2002-05-26 Thread Steven Smith
>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

Page Borders in Latex

2002-05-26 Thread 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at