You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks you for this very useful library. However, I have a problem to generate references in ODT document using ReferenceRef (see attached file). I use the following code to produce it :
Dears Contributors,
First, thanks you for this very useful library. However, I have a problem to generate references in ODT document using ReferenceRef (see attached file). I use the following code to produce it :
And the result is:
<text:p>Add a reference to <text:reference-ref ns41:e="text" ns41:e="[MYREF]"/></text:p>
Where I expect to obtain:
<text:p>Add a reference to <text:reference-ref refefernce-format="text" refname="[MYREF]"/></text:p>
What's wrong ?
Thanks you
Davy
test_references.txt
The text was updated successfully, but these errors were encountered: