Hi again! > So I have the following questions. Is the display of Chapter > style really hard coded into LyX?
A little bit of search in the LyX source tree (thanks, OSS!) revealed that this is indeed the case. The source files text.C and rowpainter.C contain checks if (layout->counter == "chapter" ... and then achieve the display of the Chapter title beneath the label. IMHO this is somewhat too hacky. It would be much more natural to allow the layout style to define whether the label is displayed on the same line or on the above line (together with the respective alignment, of course) and not just allow such a display for one specific counter name. Then the current Chapter style could just be a special case of such a layout style. Are there any plans to develop such a feature? Best regards, Jan
