>>>>> "Joao" == Joao B Oliveira <[EMAIL PROTECTED]> writes:
Joao> Hi! I have a question that starts as a TeX question, but ends up
Joao> at LyX:
Joao> After producing quite acceptable .layout and .cls files for our
Joao> students, someone needed a List of Abbreviations. I managed to
Joao> produce all entries with a nice macro like this
Joao> \abbrev {SVD] {Singular Value Decomposition}
I do not know whether this is applicable here, but a Layout can have
NeedProtect 1
to indicate that \protect should be added at the relevant places.
On a relative point, we could probably decide to use $...$ for inline
formulas, while keeping \[...\] for displayed formulas. It seems that
it's what the latex docs suggest.
JMarc