Jean-Marc Lasgouttes wrote:
> Does the patch I just sent fix the problem as you'd expect?
Yes, perfectly.
One difference I see wrt 1.3 in general is that labels are now also in the
TOC. I.e., if I have a caption with a label
Figure #: Foo [fig:foo]
it's shown in the TOC as
1. foo
Don't know if
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> The same as for caption. I.e., if I use captionabove instead
Juergen> of caption in a tabular float, its argument should be passed
Juergen> to the toc (list of tables). Currently, all those floats are
Juergen> not listed.
The following patch (which could easily be broken in parts) does the
following:
- fix numbering of sections on display. In particular, secnumdepth is
respected.
- add proper numbering for Paragraph and SubParagraph.
- fix the problem with extra spacing above unnumbered Chapter.
- makes sure
While working on a table, I noticed that I could not set
or reset table borders using the table dialog. Making
sure I clicked on the cell containing the cursor did not helt.
The "set" and "clear" buttons were grayed out.
The document was not read-only, I wrote some text
in the table cells before at
Sometimes one want to merge two paragraphs of text by deleting
the separation (i.e. "deleting" what "enter" originally caused.)
This works fine with backspace: Position cursor at the start of the
second paragraph, press backspace once, and the paragraphs
are merged into one. At least if both are "
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> The following patch fixes the display of Caption label when
Jean-Marc> inserting a new float.
I applied the patch.
JMarc
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> I think I prefer this for now. The above sounds very
Juergen> sensible, but I do not understand the toclevel thing
Juergen> completely. Please feel free to adjust it to your plans.
OK, go ahead.
JMarc
Jean-Marc Lasgouttes wrote:
> Juergen> What do you think?
>
> I think that it is possible to iterate over the QListView entries with
> first/nextSibling, and that it is easy to iterate over a lyxtextclass
> (using the built-in operator) and extract the list of layouts that
> have TocLevel >= 0.
>
>