>>>>> "Pedro" == Pedro Sanchez <[EMAIL PROTECTED]> writes:
Pedro> Thank you for your answer. I'd like to make two comments:
Pedro> 1. This is more a suggestion than a problem. In talking about
Pedro> document defaults in LyX it would be good to have some way to
Pedro> figure out what those defaults are for each document type
Pedro> without having to actually print the document or look into the
Pedro> layout and class files. As an example, the defaults could be
Pedro> presented in parenthesis in the pull down menus.
It is always possible to add that in the description of the textclass.
However, it would be more difficult for LyX to discover that.
Pedro> 2. I fixed the typo in my layout file and now the relevant
Pedro> section looks like this:
Pedro> ClassOptions Other 12pt,openright,twoside End
Pedro> However, LyX only takes the first option before the comma (12pt
Pedro> above). The others are ignored. Is this a bug? or is my syntax
Pedro> wrong?
Try to enclose the options in quotes, like
ClassOptions
Other "12pt,openright,twoside"
End
However, if you create your own latex class, there is no need to
specify this at LyX level. These options should only be set in the
.cls file.
JMarc