Continuous section numbers

2007-09-21 Thread Laurent Duperval
Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: Continuous section numbers

2007-09-21 Thread Richard Heck

Laurent Duperval wrote:

Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?
  
Certainly, but you may need to edit the LaTeX class file to get it to 
work. That said, you might just be able to use the remreset package, 
which you can find (as usual) at ctan.org. Try in the preamble:

   \makeatletter
   [EMAIL PROTECTED]
   \makeatother
To get LyX to behave as you want, you'll have to edit the layout files.

Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Continuous section numbers

2007-09-21 Thread Laurent Duperval
On Fri, 21 Sep 2007 19:04:02 -0400, Richard Heck wrote:

 Laurent Duperval wrote:
 Hi,

 I want to create a document where I have multiple chapters, but I want
 \section numbers to continue. I.e. something that looks like this:

 Is this possible?
   
 Certainly, but you may need to edit the LaTeX class file to get it to 
 work. That said, you might just be able to use the remreset package, 
 which you can find (as usual) at ctan.org. Try in the preamble:
 \makeatletter
 [EMAIL PROTECTED]
 \makeatother
 To get LyX to behave as you want, you'll have to edit the layout files.
 

Hmmm... Ok, once I have all my stuff ready I'll look at that.

Thanks!

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Continuous section numbers

2007-09-21 Thread Laurent Duperval
Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: Continuous section numbers

2007-09-21 Thread Richard Heck

Laurent Duperval wrote:

Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?
  
Certainly, but you may need to edit the LaTeX class file to get it to 
work. That said, you might just be able to use the remreset package, 
which you can find (as usual) at ctan.org. Try in the preamble:

   \makeatletter
   [EMAIL PROTECTED]
   \makeatother
To get LyX to behave as you want, you'll have to edit the layout files.

Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Continuous section numbers

2007-09-21 Thread Laurent Duperval
On Fri, 21 Sep 2007 19:04:02 -0400, Richard Heck wrote:

 Laurent Duperval wrote:
 Hi,

 I want to create a document where I have multiple chapters, but I want
 \section numbers to continue. I.e. something that looks like this:

 Is this possible?
   
 Certainly, but you may need to edit the LaTeX class file to get it to 
 work. That said, you might just be able to use the remreset package, 
 which you can find (as usual) at ctan.org. Try in the preamble:
 \makeatletter
 [EMAIL PROTECTED]
 \makeatother
 To get LyX to behave as you want, you'll have to edit the layout files.
 

Hmmm... Ok, once I have all my stuff ready I'll look at that.

Thanks!

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Continuous section numbers

2007-09-21 Thread Laurent Duperval
Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: Continuous section numbers

2007-09-21 Thread Richard Heck

Laurent Duperval wrote:

Hi,

I want to create a document where I have multiple chapters, but I want
\section numbers to continue. I.e. something that looks like this:

Chapter 1
1 A Section
2 A Section
3 A Section

Chapter 2
4 A Section
5 A Section
6 A Section
7 A Section

Chapter 4
8 A Section
9 A Section

Is this possible?
  
Certainly, but you may need to edit the LaTeX class file to get it to 
work. That said, you might just be able to use the remreset package, 
which you can find (as usual) at ctan.org. Try in the preamble:

   \makeatletter
   [EMAIL PROTECTED]
   \makeatother
To get LyX to behave as you want, you'll have to edit the layout files.

Richard



--
==
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto



Re: Continuous section numbers

2007-09-21 Thread Laurent Duperval
On Fri, 21 Sep 2007 19:04:02 -0400, Richard Heck wrote:

> Laurent Duperval wrote:
>> Hi,
>>
>> I want to create a document where I have multiple chapters, but I want
>> \section numbers to continue. I.e. something that looks like this:

>> Is this possible?
>>   
> Certainly, but you may need to edit the LaTeX class file to get it to 
> work. That said, you might just be able to use the remreset package, 
> which you can find (as usual) at ctan.org. Try in the preamble:
> \makeatletter
> [EMAIL PROTECTED]
> \makeatother
> To get LyX to behave as you want, you'll have to edit the layout files.
> 

Hmmm... Ok, once I have all my stuff ready I'll look at that.

Thanks!

L

-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186