https://bugs.documentfoundation.org/show_bug.cgi?id=163068
Bug ID: 163068
Summary: Formulas in Writer save as Word2007-365 not converted
correctly
Product: LibreOffice
Version: 24.8.1.2 release
Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Formula Editor
Assignee: [email protected]
Reporter: [email protected]
Description:
I created formulas in Writer, saved as file.odt.
Then I saved as Word 2007-365.docx.
When open the docx file the formulas were converted with an error:
- all bold formatting before a letter were deleted
- 'divides' (shown as vertical line) is converted to '|' and displayed as 'V'
e.g. formula content in odt:
bold G_{i in setN} : = left lbrace {bold T} rsub {i} in setR divides {S} rsub
{i} = f(x) right rbrace
is converted to this formula content in docx:
{G} rsub {i ∈ ℕ} : = left lbrace {T} rsub {i} ∈ ℝ | {S} rsub {i} = f left (x
right ) right rbrace
Steps to Reproduce:
1. create formula with content: bold G_{i in setN} : = left lbrace {bold T}
rsub {i} in setR divides {S} rsub {i} = f(x) right rbrace
2. save as Word 2007-365.docx
3. close all files
4. open saved docx file in writer
5.
Actual Results:
formula content is changed, 'divides' is replaced by '|' and displayed as 'V':
{G} rsub {i ∈ ℕ} : = left lbrace {T} rsub {i} ∈ ℝ | {S} rsub {i} = f left (x
right ) right rbrace
Expected Results:
keep all bold formatting, keep 'divides' as a symbol displayed as '|'
Reproducible: Always
User Profile Reset: No
Additional Info:
-
--
You are receiving this mail because:
You are the assignee for the bug.