Re: Page numbering

2002-08-16 Thread Rem
I found the solution... Partly :-) fancyhdr doesn't like titlesec package... Now I have to find another way to arrange the spaces before and after my chap. sec. subsec etc titles... Any tips are welcome! Remzi - Original Message - From: "Remzi Seker" <[EMAIL PROTECTED]> To: <[EMAIL PROT

Re: Re: problem with pstricks and PDF

2002-08-16 Thread Guenter Milde
On Thu, 15 Aug 2002 19:57:13 +1000 wrote Ben Stanley <[EMAIL PROTECTED]>: > > Is there a graphics program which allows for easy inclusion of text, > graphics and math stuff like symbols and subscripts etc.? > The > ideal is to use TeX to layout the maths (since it's so good at that!),

Re: Page numbering

2002-08-16 Thread Remzi Seker
It looks like I can get the numbering done in fancyhdr with some modifications... However, when I set the page style to fancy I get the floowing errors: command \footrule already defined, and command \headrule already defined... Any idea? On Friday 16 August 2002 10:45, Remzi Seker wrote: >

Page numbering

2002-08-16 Thread Remzi Seker
Hi, How can I get the pages numbered in the following manner: (this is not for the preliminary page i.e. TOC, TOF etc but for the main document, where the numbering is arabic) The first page of every chapter should be numbered at the bottom (0.5 inch above the bottom of the page) However, rest o

Re: landscape style problem in Lyx1.2

2002-08-16 Thread Juergen Spitzmueller
Sergei Chekanov wrote: > For Lyx1.2, I do not see > "Use Geometry Package", probably it exists for older versions Geometry is now automatically loaded when needed. Basically, it is now "Custom Margins". Jürgen.

landscape style problem in Lyx1.2

2002-08-16 Thread Sergei Chekanov
Dear Tuukka, I think it's problem of Lyx1.2, you have to tell dvips that the output should be in landscape style, it seems LyX does not do it (at this moment, I do not see what I have to do to in LyX preferences to fix this). For Lyx1.2, I do not see "Use Geometry Package", probably it e

Re: figure numeration

2002-08-16 Thread Axel Heinrici
Hi On Thursday 15 August 2002 18:22, Andre Poenitz wrote: > On Thu, Aug 15, 2002 at 05:57:44PM +0200, Axel Heinrici wrote: > > Everyting works fine with this. > > The caption starts with: "Abbildung 4.2: Funktion..." > > This is used in Subsection 4.1.5 but the number of the picture > > is 4.2. >

Re: cvs time outs

2002-08-16 Thread Jean-Marc Lasgouttes
> "Paolo" == Paolo Pumilia <[EMAIL PROTECTED]> writes: Paolo> From Andre Poenitz, Thu Aug 15, at 13:37: .> Are you suggesting to get and compile the latest cvs version? Paolo> .If that is an option for you, why not. (1.2.1cvs, not Paolo> 1.3.0cvs) .Andre' . Paolo> I cannot access to to cvs.

Re: cvs time outs

2002-08-16 Thread Andre Poenitz
On Fri, Aug 16, 2002 at 12:12:25PM +0200, Paolo Pumilia wrote: > After te envronment variable has been set through the command > export CVSROOT=":pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot" > and the password 'lyx' has been entered, when prompted, the > server exits due to time out. > > W

cvs time outs

2002-08-16 Thread Paolo Pumilia
>From Andre Poenitz, Thu Aug 15, at 13:37: .> Are you suggesting to get and compile the latest cvs version? .If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs) .Andre' . I cannot access to to cvs. After te envronment variable has been set through the command export CVSROOT=":pse

Re: Linespread

2002-08-16 Thread Juergen Spitzmueller
Anke Degenkolb wrote: > Dekel Tsur wrote: > > \let\oldquote=\quote > > \let\oldendquote=\endquote > > \renewenvironment{quote} > > {\begin{singlespace}\oldquote} > > {\oldendquote\end{singlespace}} > > thanks a lot. This works nearly perfect ;-) > The line spacing is now perfect but the new qu