On Mon, Dec 17, 2001 at 07:20:47PM +0100, Helgi �rn wrote:
> 1) There is a double page numbering on each page, upper left and upper right 
> corner. On the left side it's in italic!
> How can I turn off one of these (the left one)? 

The numbers in the left side are sections numbers.
You can disable this by choosing plain pagestyle in the document dialog.

> 
> 2) After the chapter input I have to put in a space (Ctrl + Space) to keep it 
> there, otherwise it vanishes, in the dvi output this makes a 12 line space 
> after each chapter input. But the space between the end of the chapter and 
> the next chapter number is almost 2 lines.
> How can I decrease this enormous space after the chapter number?

Chapter should have titles, so you shouldn't use chapter for what you are
doing.
But assuming you don't have "real" chapters, you can put the following in
the preamble (instead of the old code from my previous message)
\renewcommand{\chapter}[1]
  {\refstepcounter{chapter}
   \bigskip
   \centerline{\huge\bfseries\thechapter}
   \bigskip}

Reply via email to