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

--- Comment #6 from Justin L <[email protected]> ---
(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.

Reply via email to