Re: Chapter with numbering but without word chapter - more questions...

2005-10-29 Thread Steve Litt
On Friday 21 October 2005 12:00 pm, Uwe Stöhr wrote:
 [EMAIL PROTECTED] schrieb:
  Do you by any chance also know, if it is now also possible to get the
  number of the chapter in front of my own chapter title instead of on top
  of it? And is there a possibility to get around the pagebreaks when a new
  chapter starts?

 Please have a look at the book The LaTeX Companion 2nd edition. All
 details are explained there in Chapter 2.2.

 regards Uwe

Where does one get The LaTeX Companion 2nd edition?

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com



Re: Chapter with numbering but without word chapter - more questions...

2005-10-29 Thread Rich Shepard

On Sat, 29 Oct 2005, Steve Litt wrote:


Where does one get The LaTeX Companion 2nd edition?


  http://www.amazon.com, http://www.powells.com, and others.

  It's a great resource, Steve. I ended up reading it cover to cover just
because it was so interesting and answered so many questions.

  I've also found Helmut Kopka and Patrick W. Daly's Guide to LaTeX, Fourth
Edition, and The LaTeX Graphics Companion to be worth having here at the
desk.

Happy reading!

Rich

--
Dr. Richard B. Shepard, President |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Chapter with numbering but without word chapter - more questions...

2005-10-29 Thread Steve Litt
On Friday 21 October 2005 12:00 pm, Uwe Stöhr wrote:
 [EMAIL PROTECTED] schrieb:
  Do you by any chance also know, if it is now also possible to get the
  number of the chapter in front of my own chapter title instead of on top
  of it? And is there a possibility to get around the pagebreaks when a new
  chapter starts?

 Please have a look at the book The LaTeX Companion 2nd edition. All
 details are explained there in Chapter 2.2.

 regards Uwe

Where does one get The LaTeX Companion 2nd edition?

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com



Re: Chapter with numbering but without word chapter - more questions...

2005-10-29 Thread Rich Shepard

On Sat, 29 Oct 2005, Steve Litt wrote:


Where does one get The LaTeX Companion 2nd edition?


  http://www.amazon.com, http://www.powells.com, and others.

  It's a great resource, Steve. I ended up reading it cover to cover just
because it was so interesting and answered so many questions.

  I've also found Helmut Kopka and Patrick W. Daly's Guide to LaTeX, Fourth
Edition, and The LaTeX Graphics Companion to be worth having here at the
desk.

Happy reading!

Rich

--
Dr. Richard B. Shepard, President |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-29 Thread Steve Litt
On Friday 21 October 2005 12:00 pm, Uwe Stöhr wrote:
> [EMAIL PROTECTED] schrieb:
> > Do you by any chance also know, if it is now also possible to get the
> > number of the chapter in front of my own chapter title instead of on top
> > of it? And is there a possibility to get around the pagebreaks when a new
> > chapter starts?
>
> Please have a look at the book "The LaTeX Companion 2nd edition". All
> details are explained there in Chapter 2.2.
>
> regards Uwe

Where does one get "The LaTeX Companion 2nd edition"?

Steve Litt
Author: 
   * Universal Troubleshooting Process courseware
   * Troubleshooting Techniques of the Successful Technologist
   * Rapid Learning: Secret Weapon of the Successful Technologist
Webmaster
   * Troubleshooters.Com
   * http://www.troubleshooters.com



Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-29 Thread Rich Shepard

On Sat, 29 Oct 2005, Steve Litt wrote:


Where does one get "The LaTeX Companion 2nd edition"?


  http://www.amazon.com, http://www.powells.com, and others.

  It's a great resource, Steve. I ended up reading it cover to cover just
because it was so interesting and answered so many questions.

  I've also found Helmut Kopka and Patrick W. Daly's "Guide to LaTeX, Fourth
Edition," and "The LaTeX Graphics Companion" to be worth having here at the
desk.

Happy reading!

Rich

--
Dr. Richard B. Shepard, President |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863


Re: AW: Re: Chapter with numbering but without word chapter - more questions...

2005-10-26 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

 Thank you very much! I did manage to get the numbering in front of my own
 chapter title and also got rid of the space above the chapter title.
 Great! However, I still have the space at the end of a chapter before a
 new chapter starts. Can I somehow let a new chapter start on the same page
 the last one ends?

chapters start by default on a new page.
However, write in preamble

\renewcommand\chapter{\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}


Herbert




Re: AW: Re: Chapter with numbering but without word chapter - more questions...

2005-10-26 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

 Thank you very much! I did manage to get the numbering in front of my own
 chapter title and also got rid of the space above the chapter title.
 Great! However, I still have the space at the end of a chapter before a
 new chapter starts. Can I somehow let a new chapter start on the same page
 the last one ends?

chapters start by default on a new page.
However, write in preamble

\renewcommand\chapter{\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}


Herbert




Re: AW: Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-26 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

> Thank you very much! I did manage to get the numbering in front of my own
> chapter title and also got rid of the space above the chapter title.
> Great! However, I still have the space at the end of a chapter before a
> new chapter starts. Can I somehow let a new chapter start on the same page
> the last one ends?

chapters start by default on a new page.
However, write in preamble

\renewcommand\chapter{\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}


Herbert




Re: Chapter with numbering but without word chapter - more questions...

2005-10-24 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

 Hi!
 
 Thanks for your advice! Eventhough I'm using the Report style, I still got
 rid of the word chapter by adding the command (eventhough I had to type it
 as Tex at the beginning of the document, it wouldn't work in the
 preamble).
 
 Do you by any chance also know, if it is now also possible to get the
 number of the chapter in front of my own chapter title instead of on top
 of it? And is there a possibility to get around the pagebreaks when a new
 chapter starts?

http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header

Herbert



AW: Re: Chapter with numbering but without word chapter - more questions...

2005-10-24 Thread liliann
Thank you very much! I did manage to get the numbering in front of my own 
chapter title and also got rid of the space above the chapter title. Great!
However, I still have the space at the end of a chapter before a new chapter 
starts. Can I somehow let a new chapter start on the same page the last one 
ends?

Liliann

[EMAIL PROTECTED] wrote:

 Hi!
 
 Thanks for your advice! Eventhough I'm using the Report style, I still got
 rid of the word chapter by adding the command (eventhough I had to type it
 as Tex at the beginning of the document, it wouldn't work in the
 preamble).
 
 Do you by any chance also know, if it is now also possible to get the
 number of the chapter in front of my own chapter title instead of on top
 of it? And is there a possibility to get around the pagebreaks when a new
 chapter starts?

http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header

Herbert



Re: Chapter with numbering but without word chapter - more questions...

2005-10-24 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

 Hi!
 
 Thanks for your advice! Eventhough I'm using the Report style, I still got
 rid of the word chapter by adding the command (eventhough I had to type it
 as Tex at the beginning of the document, it wouldn't work in the
 preamble).
 
 Do you by any chance also know, if it is now also possible to get the
 number of the chapter in front of my own chapter title instead of on top
 of it? And is there a possibility to get around the pagebreaks when a new
 chapter starts?

http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header

Herbert



AW: Re: Chapter with numbering but without word chapter - more questions...

2005-10-24 Thread liliann
Thank you very much! I did manage to get the numbering in front of my own 
chapter title and also got rid of the space above the chapter title. Great!
However, I still have the space at the end of a chapter before a new chapter 
starts. Can I somehow let a new chapter start on the same page the last one 
ends?

Liliann

[EMAIL PROTECTED] wrote:

 Hi!
 
 Thanks for your advice! Eventhough I'm using the Report style, I still got
 rid of the word chapter by adding the command (eventhough I had to type it
 as Tex at the beginning of the document, it wouldn't work in the
 preamble).
 
 Do you by any chance also know, if it is now also possible to get the
 number of the chapter in front of my own chapter title instead of on top
 of it? And is there a possibility to get around the pagebreaks when a new
 chapter starts?

http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header

Herbert



Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-24 Thread Herbert Voss
[EMAIL PROTECTED] wrote:

> Hi!
> 
> Thanks for your advice! Eventhough I'm using the Report style, I still got
> rid of the word chapter by adding the command (eventhough I had to type it
> as Tex at the beginning of the document, it wouldn't work in the
> preamble).
> 
> Do you by any chance also know, if it is now also possible to get the
> number of the chapter in front of my own chapter title instead of on top
> of it? And is there a possibility to get around the pagebreaks when a new
> chapter starts?

http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header

Herbert



AW: Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-24 Thread liliann
Thank you very much! I did manage to get the numbering in front of my own 
chapter title and also got rid of the space above the chapter title. Great!
However, I still have the space at the end of a chapter before a new chapter 
starts. Can I somehow let a new chapter start on the same page the last one 
ends?

Liliann

>[EMAIL PROTECTED] wrote:
>
>> Hi!
>> 
>> Thanks for your advice! Eventhough I'm using the Report style, I still got
>> rid of the word chapter by adding the command (eventhough I had to type it
>> as Tex at the beginning of the document, it wouldn't work in the
>> preamble).
>> 
>> Do you by any chance also know, if it is now also possible to get the
>> number of the chapter in front of my own chapter title instead of on top
>> of it? And is there a possibility to get around the pagebreaks when a new
>> chapter starts?
>
>http://tug.org/TeXnik/mainFAQ.cgi?file=layouts/examples#header
>
>Herbert
>


Chapter with numbering but without word chapter - more questions...

2005-10-21 Thread liliann
Hi! 

Thanks for your advice! Eventhough I'm using the Report style, I still got rid 
of the word chapter by adding the command (eventhough I had to type it as Tex 
at the beginning of the document, it wouldn't work in the preamble).

Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?

Thanks very much!

Liliann


Re: Chapter with numbering but without word chapter - more questions...

2005-10-21 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?


Please have a look at the book The LaTeX Companion 2nd edition. All 
details are explained there in Chapter 2.2.


regards Uwe


Chapter with numbering but without word chapter - more questions...

2005-10-21 Thread liliann
Hi! 

Thanks for your advice! Eventhough I'm using the Report style, I still got rid 
of the word chapter by adding the command (eventhough I had to type it as Tex 
at the beginning of the document, it wouldn't work in the preamble).

Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?

Thanks very much!

Liliann


Re: Chapter with numbering but without word chapter - more questions...

2005-10-21 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?


Please have a look at the book The LaTeX Companion 2nd edition. All 
details are explained there in Chapter 2.2.


regards Uwe


Chapter with numbering but without word "chapter" - more questions...

2005-10-21 Thread liliann
Hi! 

Thanks for your advice! Eventhough I'm using the Report style, I still got rid 
of the word chapter by adding the command (eventhough I had to type it as Tex 
at the beginning of the document, it wouldn't work in the preamble).

Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?

Thanks very much!

Liliann


Re: Chapter with numbering but without word "chapter" - more questions...

2005-10-21 Thread Uwe Stöhr

[EMAIL PROTECTED] schrieb:


Do you by any chance also know, if it is now also possible to get the number of 
the chapter in front of my own chapter title instead of on top of it?
And is there a possibility to get around the pagebreaks when a new chapter 
starts?


Please have a look at the book "The LaTeX Companion 2nd edition". All 
details are explained there in Chapter 2.2.


regards Uwe