> "Jan" == Jan Willemson <[EMAIL PROTECTED]> writes:
Jan> Hi again!
>> So I have the following questions. Is the display of Chapter style
>> really hard coded into LyX?
Jan> A little bit of search in the LyX source tree (thanks, OSS!)
Jan> revealed that this is indeed the case. The source fil
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 == "chap
Hi all,
I am writing a new layout for my document class and I need several
styles of parts that would display like this:
---
Part 1
Part title
Plain text ...
---
Since several LyX standard layouts support Chapter style that does
exactly this, I was optimistic when I started reading LyX documen