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