Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
   2. Increase the foot-note distance from
  the body text? (it is too close to the
  body area)
 
What class are you using?

 I've tried all classes :) I just think it all was so
 close (the space between the body text and the
 foot-notes)!

  You can play with the settings in Layout-Document-Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

 What class do you like best to fill beautifully the
 document?

  I use the cv class that comes with lyx. :-)

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
         2. Increase the foot-note distance from
            the body text? (it is too close to the
            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
   2. Increase the foot-note distance from
  the body text? (it is too close to the
  body area)
 
What class are you using?

 I've tried all classes :) I just think it all was so
 close (the space between the body text and the
 foot-notes)!

  You can play with the settings in Layout-Document-Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

 What class do you like best to fill beautifully the
 document?

  I use the cv class that comes with lyx. :-)

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
         2. Increase the foot-note distance from
            the body text? (it is too close to the
            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Re: Page numbers and foot-note distance

2005-10-06 Thread Jose' Matos
On Thursday 06 October 2005 04:27, [EMAIL PROTECTED] wrote:
> > > 2. Increase the foot-note distance from
> > >the body text? (it is too close to the
> > >body area)
> >
> >   What class are you using?
>
> I've tried all classes :) I just think it all was so
> close (the space between the body text and the
> foot-notes)!

  You can play with the settings in Layout->Document->Margins

  Usually I don't care with the text settings since most of the time they seem 
correct to me. :-)

> What class do you like best to fill beautifully the
> document?

  I use the cv class that comes with lyx. :-)

> --
>
>  Abraços!
>  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-06 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
>         2. Increase the foot-note distance from
>            the body text? (it is too close to the
>            body area)

You can try something like:

\renewcommand\footnoterule{%
% distance body -- footnoterule
  [EMAIL PROTECTED]@width1.5cm%
  [EMAIL PROTECTED]
% distance footnoterule -- footnotes
  \vspace{0.2em}
}%

or use the package footmisc, which is well documented.

Jürgen


Re: Page numbers and foot-note distance

2005-10-06 Thread Uwe Stöhr

mywebs2005 wrote:


How can I:
 
2. Increase the foot-note distance from

   the body text? (it is too close to the
   body area)


Change the length \footskip e.g.

\setlength{\footskip}{1cm}

see
http://wiki.lyx.org/Tips/PaperLayout
and especially
http://wiki.lyx.org/uploads/Tips/paperLayout/paperDistances.png

regards Uwe


Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
Hey friends! How are you doing? I hope fine!
 
Well, the subject already speaks for itself:
 
How can I:
 
1. Take off the page numbers? (I need to
   make a Curriculum Vitae); and 
 
2. Increase the foot-note distance from
   the body text? (it is too close to the
   body area)
 
Thanks a lot in advance!
 
--



 Abraços!
 Douglas



-
 Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora!

Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

  Layout-Document-Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

  What class are you using?

 Thanks a lot in advance!

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
  2. Increase the foot-note distance from
 the body text? (it is too close to the
 body area)
 
   What class are you using?


I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/


Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
Hey friends! How are you doing? I hope fine!
 
Well, the subject already speaks for itself:
 
How can I:
 
1. Take off the page numbers? (I need to
   make a Curriculum Vitae); and 
 
2. Increase the foot-note distance from
   the body text? (it is too close to the
   body area)
 
Thanks a lot in advance!
 
--



 Abraços!
 Douglas



-
 Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora!

Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
 Hey friends! How are you doing? I hope fine!

 Well, the subject already speaks for itself:

 How can I:

 1. Take off the page numbers? (I need to
make a Curriculum Vitae); and

  Layout-Document-Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

 2. Increase the foot-note distance from
the body text? (it is too close to the
body area)

  What class are you using?

 Thanks a lot in advance!

 --

  Abraços!
  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
  2. Increase the foot-note distance from
 the body text? (it is too close to the
 body area)
 
   What class are you using?


I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/


Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
Hey friends! How are you doing? I hope fine!
 
Well, the subject already speaks for itself:
 
How can I:
 
1. Take off the page numbers? (I need to
   make a Curriculum Vitae); and 
 
2. Increase the foot-note distance from
   the body text? (it is too close to the
   body area)
 
Thanks a lot in advance!
 
--



 Abraços!
 Douglas



-
 Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora!

Re: Page numbers and foot-note distance

2005-10-05 Thread Paul Smith
On 10/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hey friends! How are you doing? I hope fine!
>
> Well, the subject already speaks for itself:
>
> How can I:
>
> 1. Take off the page numbers? (I need to
>make a Curriculum Vitae); and
>
> 2. Increase the foot-note distance from
>the body text? (it is too close to the
>body area)

Answer to your first question: add

\pagestyle{empty}

to your preamble.

Since you are writing your CV, it may be useful to consult

http://wiki.lyx.org/Examples/CV

Paul


Re: Page numbers and foot-note distance

2005-10-05 Thread Jose' Matos
On Wednesday 05 October 2005 23:01, [EMAIL PROTECTED] wrote:
> Hey friends! How are you doing? I hope fine!
>
> Well, the subject already speaks for itself:
>
> How can I:
>
> 1. Take off the page numbers? (I need to
>make a Curriculum Vitae); and

  Layout->Document->Page style: empty
  As Paul has suggested look to the cv class that comes with lyx and it has an 
example in the wiki.

> 2. Increase the foot-note distance from
>the body text? (it is too close to the
>body area)

  What class are you using?

> Thanks a lot in advance!
>
> --
>
>  Abraços!
>  Douglas

-- 
José Abílio


Re: Page numbers and foot-note distance

2005-10-05 Thread mywebs2005-lyx
> > 2. Increase the foot-note distance from
> >the body text? (it is too close to the
> >body area)
> 
>   What class are you using?
>

I've tried all classes :) I just think it all was so
close (the space between the body text and the
foot-notes)!

What class do you like best to fill beautifully the
document?

--

 Abraços!
 Douglas










___ 
Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e 
muito mais. Instale agora! 
www.yahoo.com.br/messenger/