Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Hello, > > I worked a bit more on this. Please find attached my latest version > together with a screenshot. What's missing: > 1) File format (+ lyx2lyx?) change to store the caption position and > the continued status > 2) LateX compilation won't work because \contcaption is not > recognized, I guess some package is needed > 3) construction of 'BufferParams::caption_positions' depending on > document class > > So, is there anybody up to the task? Considering my famous LateX > ignorance I won't be of much help at this point and my spare time > would be more useful at fixing other bugs; so I'd be grateful if > somebody takes ownership of it. Juergen or JMarc maybe? I won't dare > saying Enrico :-)
I still do not understand what is the advantage of hardcoding this, while it could probably be defined in the layout files (or as a module if people want arbitrary captions with their classes). When classes have several types of captions, it is because the editor requires them for display. I do not understand why we cannot just recover what we used to have in the caption-as-paragraph days. It is possible to show in menus stuff that is defined in layout files (see character styles). There is no need for hardcoding. JMarc