w2x: Better treatment of missing heading levels in EPUB table of contents

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@128 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2012-02-22 09:08:28 +00:00
parent c1d0cd4bf7
commit 715f9b97e7
2 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,9 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2
---------- version 1.1.9 ----------
[w2x] EPUB change: Missing heading levels are now treated more consistent in the toc. E.g. the sequence of heading levels
2-2-1-3-3-2 is now exported as toc levels 1-1-1-2-2-2 (before it was 1-2-1-2-3-2)
[w2l] Bugfix: Ignore headings inside footnotes (export as normal paragraph). Footnotes should not contain headings, and this
change avoids an infinite loop if such a footnote is within a table.