[Libreoffice-bugs] [Bug 133145] FILEOPEN DOC: Endnotes not at end of document

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 21 09:24:02 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=133145

--- Comment #5 from Telesto <telesto at surfxs.nl> ---
Bisected to:
tdf#124601 sw: add ContinuousEndnotes layout compat option
Writer has two cases for laying out endnotes: either they are at the end
of the section or are on a separate endnote page at the end of the
document.

Word always puts endnotes as continuous content at the end of the
document, not on a separate page.

Given that this continuous / separate page behavior difference seems to
be not part of the ODF or OOXML file format and neither UI allows to
configure this, the best way to resolve this looks like a new layout
compat option.

At a layout level, the "endnotes at the end of the section" code is
close to what we need, we just need to make sure that:

1) Endnotes are never moved backwards, even if their reference moves
back.

2) When appending an endnote, they should go to the footnote container
on the last page, not close to their reference.

With this, the page number in Word and Writer now match for the bugdoc.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=4814e8caa5f06c4fe438dfd7d7315e4a2410ea18

~/win64-6.4
$ git bisect good
f0d625e87e083783f9495e007ea69704ac5f3464 is the first bad commit
commit f0d625e87e083783f9495e007ea69704ac5f3464
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Sep 30 13:51:06 2019 -0700

    source sha:4814e8caa5f06c4fe438dfd7d7315e4a2410ea18

    source sha:4814e8caa5f06c4fe438dfd7d7315e4a2410ea18

:040000 040000 5f81ebdc97dc109fef6a70cf719a9b5f46002047
b39bbf45e3d61deb81000b436cb120233c01030e M      instdir

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200521/2b7d247e/attachment.htm>


More information about the Libreoffice-bugs mailing list