roman numbering enumeration in Lyx

2010-03-20 Thread Lolom

Hi,

I write a dissertation with the class of document Report of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
   b)...
Do you have an idea how to do that ?

Thanks a lot for your help,
Regards,
Laura
-- 
View this message in context: 
http://n2.nabble.com/roman-numbering-enumeration-in-Lyx-tp4768473p4768473.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: roman numbering enumeration in Lyx

2010-03-20 Thread rgheck

On 03/20/2010 09:57 AM, Lolom wrote:

Hi,

I write a dissertation with the class of document Report of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

   
The number is printed using the \thechapter macro. If you look in 
report.cls, you will find this line:

\renewcommand \thechapter {...@arabic\c@chapter}
So we just need to do:
\renewcommand\thechapter{\roma...@chapter}
in the preamble.


And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
b)...
Do you have an idea how to do that ?

   
I think the paralist package supports this. LyX does not have native 
support for it, though, so this will be ERT.


rh



roman numbering enumeration in Lyx

2010-03-20 Thread Lolom

Hi,

I write a dissertation with the class of document Report of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
   b)...
Do you have an idea how to do that ?

Thanks a lot for your help,
Regards,
Laura
-- 
View this message in context: 
http://n2.nabble.com/roman-numbering-enumeration-in-Lyx-tp4768473p4768473.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: roman numbering enumeration in Lyx

2010-03-20 Thread rgheck

On 03/20/2010 09:57 AM, Lolom wrote:

Hi,

I write a dissertation with the class of document Report of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

   
The number is printed using the \thechapter macro. If you look in 
report.cls, you will find this line:

\renewcommand \thechapter {...@arabic\c@chapter}
So we just need to do:
\renewcommand\thechapter{\roma...@chapter}
in the preamble.


And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
b)...
Do you have an idea how to do that ?

   
I think the paralist package supports this. LyX does not have native 
support for it, though, so this will be ERT.


rh



roman numbering & enumeration in Lyx

2010-03-20 Thread Lolom

Hi,

I write a dissertation with the class of document "Report" of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
   b)...
Do you have an idea how to do that ?

Thanks a lot for your help,
Regards,
Laura
-- 
View this message in context: 
http://n2.nabble.com/roman-numbering-enumeration-in-Lyx-tp4768473p4768473.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: roman numbering & enumeration in Lyx

2010-03-20 Thread rgheck

On 03/20/2010 09:57 AM, Lolom wrote:

Hi,

I write a dissertation with the class of document "Report" of Lyx and I
encounter some issue :

First, I would like to change the numbering of chapter in roman type (I,
II,...). Do you know if it's possible ?

   
The number is printed using the "\thechapter" macro. If you look in 
report.cls, you will find this line:

\renewcommand \thechapter {...@arabic\c@chapter}
So we just need to do:
\renewcommand\thechapter{\roma...@chapter}
in the preamble.


And I also would like to enumerate some things in the same line.
Like a)...   b)...
And not a)...
b)...
Do you have an idea how to do that ?

   
I think the paralist package supports this. LyX does not have native 
support for it, though, so this will be ERT.


rh