Am 26.11.2012 23:56, schrieb Uwe Stöhr:
But there is a case I still cannot handle:
for sigplanconf I have this command
\category{CR-number}{subcategory}{third-level}[additional description]
...
It gets even worse.
Consecutive categories must also appear in LaTeX consecutively:
--------------
\category{B.2.4}{Arithmetic and Logic Structures}{High-Speed Arithmetic}
\category{B.7.1}{Integrated Circuits}{Types and Design Styles}[algorithms
implemented into hardware]
--------------
But LyX generates this code:
--------------
\category{B.2.4}{Arithmetic and Logic Structures}{High-Speed Arithmetic}{}
\category{B.7.1}{Integrated Circuits}{Types and Design Styles}[algorithms
implemented into hardware]{}
--------------
Is there a way to suppress the empty lines? This problem appears for several document classes so
that a solution would save a lot of ERT.
thanks and regards
Uwe