Re: twoside margin shifting

2000-12-18 Thread Nick DeClario

Thanks so much for everyones help on this topic :)  I got everything
working wonderfully now.

-Nick

Christophe foucher wrote:
 
  I need to have my document set as a two sided document.  Though for
  printing I don't want it to shift my margins from left to right to
  accomodate for the binding.  Is there anyway with LyX to prevent it from
  shifting the margins in twoside mode?  Thanks.
 
 i guess you want the headers always in two-sided mode.
 you can choose one side and modify the headers with fancyhdr
 for even and odd pages.
 
 You can also use the two-side mode and set the margins to the same lenght
 with the latex commands
 \setlength{\evensidemargin}{...}
 \setlength{\oddsidemargin}{...}
 in lyx mode of course.
 
 Christophe Foucher

-- 
Nicholas DeClario   Guardian Digital, Inc.
(201) 934-9230Pioneering.  Open Source.  Security.
[EMAIL PROTECTED]http://www.guardiandigital.com



Re: twoside margin shifting

2000-12-18 Thread Nick DeClario

Thanks so much for everyones help on this topic :)  I got everything
working wonderfully now.

-Nick

Christophe foucher wrote:
 
  I need to have my document set as a two sided document.  Though for
  printing I don't want it to shift my margins from left to right to
  accomodate for the binding.  Is there anyway with LyX to prevent it from
  shifting the margins in twoside mode?  Thanks.
 
 i guess you want the headers always in two-sided mode.
 you can choose one side and modify the headers with fancyhdr
 for even and odd pages.
 
 You can also use the two-side mode and set the margins to the same lenght
 with the latex commands
 \setlength{\evensidemargin}{...}
 \setlength{\oddsidemargin}{...}
 in lyx mode of course.
 
 Christophe Foucher

-- 
Nicholas DeClario   Guardian Digital, Inc.
(201) 934-9230Pioneering.  Open Source.  Security.
[EMAIL PROTECTED]http://www.guardiandigital.com



Re: twoside margin shifting

2000-12-18 Thread Nick DeClario

Thanks so much for everyones help on this topic :)  I got everything
working wonderfully now.

-Nick

Christophe foucher wrote:
> 
> >> I need to have my document set as a two sided document.  Though for
> >> printing I don't want it to shift my margins from left to right to
> >> accomodate for the binding.  Is there anyway with LyX to prevent it from
> >> shifting the margins in twoside mode?  Thanks.
> 
> >i guess you want the headers always in two-sided mode.
> >you can choose one side and modify the headers with fancyhdr
> >for even and odd pages.
> 
> You can also use the two-side mode and set the margins to the same lenght
> with the latex commands
> \setlength{\evensidemargin}{...}
> \setlength{\oddsidemargin}{...}
> in lyx mode of course.
> 
> Christophe Foucher

-- 
Nicholas DeClario   Guardian Digital, Inc.
(201) 934-9230Pioneering.  Open Source.  Security.
[EMAIL PROTECTED]http://www.guardiandigital.com



Re: twoside margin shifting

2000-12-15 Thread Matej Cepl

Dne Èt, 14 pro 2000 Nick DeClario ve zprave Re: twoside margin shifting napsal(a):
 
 Thanks for your help :)  I got the section information into my
 headers:)  Is there any really good resources, besides this
 mailing list, I can find LyX/LaTeX information?  I spent a
 couple hours trying to find this information yesterday to no
 avail :(

Well, there are two main sources:

-- books - some of them are _really_ good (LaTeX Companion, one
 Czech book :-) and if you want to use LaTeX all day, they
 may be really helpfull;

-- LaTeX navigator -- take a look at
 $TEXMF/doc/latex/latex2e-html/index.html

-- many other sources in $TEXMF/doc -- I have never so many
 documentation for any program as LaTeX (and, unfortunately,
 not a program so in need of one :-(.

Have a nice day

Matej




Re: twoside margin shifting

2000-12-15 Thread Lars Gullik Bjønnes

"Christophe foucher" [EMAIL PROTECTED] writes:

|  I need to have my document set as a two sided document.  Though for
|  printing I don't want it to shift my margins from left to right to
|  accomodate for the binding.  Is there anyway with LyX to prevent it from
|  shifting the margins in twoside mode?  Thanks.
| 
| i guess you want the headers always in two-sided mode.
| you can choose one side and modify the headers with fancyhdr
| for even and odd pages.
| 
| You can also use the two-side mode and set the margins to the same lenght
| with the latex commands
| \setlength{\evensidemargin}{...}
| \setlength{\oddsidemargin}{...}
| in lyx mode of course.

Geometry is directly supported in LyX, ert is not needed for this.

Lgb




Re: twoside margin shifting

2000-12-15 Thread Matej Cepl

Dne Èt, 14 pro 2000 Nick DeClario ve zprave Re: twoside margin shifting napsal(a):
 
 Thanks for your help :)  I got the section information into my
 headers:)  Is there any really good resources, besides this
 mailing list, I can find LyX/LaTeX information?  I spent a
 couple hours trying to find this information yesterday to no
 avail :(

Well, there are two main sources:

-- books - some of them are _really_ good (LaTeX Companion, one
 Czech book :-) and if you want to use LaTeX all day, they
 may be really helpfull;

-- LaTeX navigator -- take a look at
 $TEXMF/doc/latex/latex2e-html/index.html

-- many other sources in $TEXMF/doc -- I have never so many
 documentation for any program as LaTeX (and, unfortunately,
 not a program so in need of one :-(.

Have a nice day

Matej




Re: twoside margin shifting

2000-12-15 Thread Lars Gullik Bjønnes

"Christophe foucher" [EMAIL PROTECTED] writes:

|  I need to have my document set as a two sided document.  Though for
|  printing I don't want it to shift my margins from left to right to
|  accomodate for the binding.  Is there anyway with LyX to prevent it from
|  shifting the margins in twoside mode?  Thanks.
| 
| i guess you want the headers always in two-sided mode.
| you can choose one side and modify the headers with fancyhdr
| for even and odd pages.
| 
| You can also use the two-side mode and set the margins to the same lenght
| with the latex commands
| \setlength{\evensidemargin}{...}
| \setlength{\oddsidemargin}{...}
| in lyx mode of course.

Geometry is directly supported in LyX, ert is not needed for this.

Lgb




Re: twoside margin shifting

2000-12-15 Thread Matej Cepl

Dne Èt, 14 pro 2000 Nick DeClario ve zprave Re: twoside margin shifting napsal(a):
 
> Thanks for your help :)  I got the section information into my
> headers:)  Is there any really good resources, besides this
> mailing list, I can find LyX/LaTeX information?  I spent a
> couple hours trying to find this information yesterday to no
> avail :(

Well, there are two main sources:

-- books - some of them are _really_ good (LaTeX Companion, one
 Czech book :-) and if you want to use LaTeX all day, they
 may be really helpfull;

-- LaTeX navigator -- take a look at
 $TEXMF/doc/latex/latex2e-html/index.html

-- many other sources in $TEXMF/doc -- I have never so many
 documentation for any program as LaTeX (and, unfortunately,
 not a program so in need of one :-(.

Have a nice day

Matej




Re: twoside margin shifting

2000-12-15 Thread Lars Gullik Bjønnes

"Christophe foucher" <[EMAIL PROTECTED]> writes:

| >> I need to have my document set as a two sided document.  Though for
| >> printing I don't want it to shift my margins from left to right to
| >> accomodate for the binding.  Is there anyway with LyX to prevent it from
| >> shifting the margins in twoside mode?  Thanks.
| 
| >i guess you want the headers always in two-sided mode.
| >you can choose one side and modify the headers with fancyhdr
| >for even and odd pages.
| 
| You can also use the two-side mode and set the margins to the same lenght
| with the latex commands
| \setlength{\evensidemargin}{...}
| \setlength{\oddsidemargin}{...}
| in lyx mode of course.

Geometry is directly supported in LyX, ert is not needed for this.

Lgb




Re: twoside margin shifting

2000-12-14 Thread Herbert Voss

Nick DeClario wrote:
 
 I need to have my document set as a two sided document.  Though for
 printing I don't want it to shift my margins from left to right to
 accomodate for the binding.  Is there anyway with LyX to prevent it from
 shifting the margins in twoside mode?  Thanks.

i guess you want the headers always in two-sided mode.
you can choose one side and modify the headers with fancyhdr
for even and odd pages.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: twoside margin shifting

2000-12-14 Thread Nick DeClario

Thanks for your help :)  I got the section information into my headers
:)  Is there any really good resources, besides this mailing list, I can
find LyX/LaTeX information?  I spent a couple hours trying to find this
information yesterday to no avail :(

Also, how would I go about modifying the headers for single-side mode so
they still alternate?  When I set it to single mode it takes the first
fancyhead and fancyfoot setting and applies that.  How can I modify it
to work the same as two-side?  Again, thanks for your help :)

-Nick

Herbert Voss wrote:
 
 Nick DeClario wrote:
 
  I need to have my document set as a two sided document.  Though for
  printing I don't want it to shift my margins from left to right to
  accomodate for the binding.  Is there anyway with LyX to prevent it from
  shifting the margins in twoside mode?  Thanks.
 
 i guess you want the headers always in two-sided mode.
 you can choose one side and modify the headers with fancyhdr
 for even and odd pages.
 
 Herbert
 
 --
 [EMAIL PROTECTED]
 http://perce.de/lyx/



RE: twoside margin shifting

2000-12-14 Thread Christophe foucher

 I need to have my document set as a two sided document.  Though for
 printing I don't want it to shift my margins from left to right to
 accomodate for the binding.  Is there anyway with LyX to prevent it from
 shifting the margins in twoside mode?  Thanks.

i guess you want the headers always in two-sided mode.
you can choose one side and modify the headers with fancyhdr
for even and odd pages.

You can also use the two-side mode and set the margins to the same lenght
with the latex commands
\setlength{\evensidemargin}{...}
\setlength{\oddsidemargin}{...}
in lyx mode of course.

Christophe Foucher




Re: twoside margin shifting

2000-12-14 Thread Herbert Voss

Nick DeClario wrote:
 
 I need to have my document set as a two sided document.  Though for
 printing I don't want it to shift my margins from left to right to
 accomodate for the binding.  Is there anyway with LyX to prevent it from
 shifting the margins in twoside mode?  Thanks.

i guess you want the headers always in two-sided mode.
you can choose one side and modify the headers with fancyhdr
for even and odd pages.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: twoside margin shifting

2000-12-14 Thread Nick DeClario

Thanks for your help :)  I got the section information into my headers
:)  Is there any really good resources, besides this mailing list, I can
find LyX/LaTeX information?  I spent a couple hours trying to find this
information yesterday to no avail :(

Also, how would I go about modifying the headers for single-side mode so
they still alternate?  When I set it to single mode it takes the first
fancyhead and fancyfoot setting and applies that.  How can I modify it
to work the same as two-side?  Again, thanks for your help :)

-Nick

Herbert Voss wrote:
 
 Nick DeClario wrote:
 
  I need to have my document set as a two sided document.  Though for
  printing I don't want it to shift my margins from left to right to
  accomodate for the binding.  Is there anyway with LyX to prevent it from
  shifting the margins in twoside mode?  Thanks.
 
 i guess you want the headers always in two-sided mode.
 you can choose one side and modify the headers with fancyhdr
 for even and odd pages.
 
 Herbert
 
 --
 [EMAIL PROTECTED]
 http://perce.de/lyx/



RE: twoside margin shifting

2000-12-14 Thread Christophe foucher

 I need to have my document set as a two sided document.  Though for
 printing I don't want it to shift my margins from left to right to
 accomodate for the binding.  Is there anyway with LyX to prevent it from
 shifting the margins in twoside mode?  Thanks.

i guess you want the headers always in two-sided mode.
you can choose one side and modify the headers with fancyhdr
for even and odd pages.

You can also use the two-side mode and set the margins to the same lenght
with the latex commands
\setlength{\evensidemargin}{...}
\setlength{\oddsidemargin}{...}
in lyx mode of course.

Christophe Foucher




Re: twoside margin shifting

2000-12-14 Thread Herbert Voss

Nick DeClario wrote:
> 
> I need to have my document set as a two sided document.  Though for
> printing I don't want it to shift my margins from left to right to
> accomodate for the binding.  Is there anyway with LyX to prevent it from
> shifting the margins in twoside mode?  Thanks.

i guess you want the headers always in two-sided mode.
you can choose one side and modify the headers with fancyhdr
for even and odd pages.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/





Re: twoside margin shifting

2000-12-14 Thread Nick DeClario

Thanks for your help :)  I got the section information into my headers
:)  Is there any really good resources, besides this mailing list, I can
find LyX/LaTeX information?  I spent a couple hours trying to find this
information yesterday to no avail :(

Also, how would I go about modifying the headers for single-side mode so
they still alternate?  When I set it to single mode it takes the first
fancyhead and fancyfoot setting and applies that.  How can I modify it
to work the same as two-side?  Again, thanks for your help :)

-Nick

Herbert Voss wrote:
> 
> Nick DeClario wrote:
> >
> > I need to have my document set as a two sided document.  Though for
> > printing I don't want it to shift my margins from left to right to
> > accomodate for the binding.  Is there anyway with LyX to prevent it from
> > shifting the margins in twoside mode?  Thanks.
> 
> i guess you want the headers always in two-sided mode.
> you can choose one side and modify the headers with fancyhdr
> for even and odd pages.
> 
> Herbert
> 
> --
> [EMAIL PROTECTED]
> http://perce.de/lyx/



RE: twoside margin shifting

2000-12-14 Thread Christophe foucher

>> I need to have my document set as a two sided document.  Though for
>> printing I don't want it to shift my margins from left to right to
>> accomodate for the binding.  Is there anyway with LyX to prevent it from
>> shifting the margins in twoside mode?  Thanks.

>i guess you want the headers always in two-sided mode.
>you can choose one side and modify the headers with fancyhdr
>for even and odd pages.

You can also use the two-side mode and set the margins to the same lenght
with the latex commands
\setlength{\evensidemargin}{...}
\setlength{\oddsidemargin}{...}
in lyx mode of course.

Christophe Foucher