[Libreoffice-bugs] [Bug 127146] Footnotes "After" space disappears while saving as DOC

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 23 05:45:43 UTC 2021


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

--- Comment #6 from Justin L <jluth at mail.com> ---
(In reply to Julien Nabet from comment #5)
> Perhaps we lose "Before" and "After" info because doc and docx format don't
> have these notions?

It should be possible to emulate this. I managed to add a bunch of junk using
Word's "Custom mark". It ends up just being a normal run of text using the
FootnoteReference character style.

<w:r>
  <w:rPr>
    <w:rStyle w:val="FootnoteReference"/>
  </w:rPr>
  <w:t>before</w:t>
</w:r>
<w:bookmarkEnd w:id="0"/>
<w:r>
  <w:rPr>
    <w:rStyle w:val="FootnoteReference"/>
  </w:rPr>
  <w:footnoteRef/>
</w:r>
<w:r>
  <w:t xml:space="preserve"> Here is my footnote.</w:t>
</w:r>

-- 
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/20210823/c23087fc/attachment.htm>


More information about the Libreoffice-bugs mailing list