Description: After opening a .pptx file with LibreOffice, the styles of various elements such as fonts, paragraph spacing, chart layouts, and animation effects differ significantly from those displayed when the same file is opened with Microsoft PowerPoint or WPS Office. Some content even appears misaligned, missing, or formatted incorrectly, severely hindering the normal reading and editing of the document. Actual Results: Actual Result: Specific issues include [List the problems, e.g., "The title font is replaced with the default font," "The bar chart colors are displayed incorrectly," etc.]. Expected Results: Expected Outcome: When opening a .pptx file in LibreOffice, the styles should match those in WPS/Office. Reproducible: Always User Profile Reset: No Additional Info: Attachment: The test file [test.pptx] has been attached, which can reproduce the issue directly.
Created attachment 201422 [details] The attachment is a PowerPoint with incorrect style
Do you have the font installed? For me the name of the font looks in Italic, so not installed.
(In reply to m_a_riosv from comment #2) > Do you have the font installed? > For me the name of the font looks in Italic, so not installed. Every page in the PPT has a style issue, not a problem of missing fonts. The style opened using WPS or Office is correct, but the style opened using LibOffice is messy and offset.
Created attachment 201427 [details] Style comparison screenshot Style comparison screenshot attachment
May I ask how to solve this style issue?
(In reply to m_a_riosv from comment #2) > Do you have the font installed? > For me the name of the font looks in Italic, so not installed. The font family name is in Chinese, but the font is Microsoft YaHei which is shipped with Windows. We can reformat with Microsoft YaHei and the font looks the same. A report should only be about a single issue, so let's make this about the character spacing issue. It is most clearly seen in the first slide in the text box/shape with 优 在线. In office.com, if I enter text edit mode in the box, the text loses its spacing and is displayed like in LibreOffice. If we unzip the .pptx and open ppt/slides/slide1.xml, we can see the relevant markup for the problematic text box: <p:txBody> <a:bodyPr wrap="square" rtlCol="0"> <a:spAutoFit/> </a:bodyPr> <a:lstStyle/> <a:p> <a:pPr algn="dist"/> <a:r> <a:rPr lang="zh-CN" altLang="en-US" sz="6600" b="1" smtClean="0"> <a:solidFill> <a:srgbClr val="002EA6"/> </a:solidFill> <a:latin typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> <a:ea typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> </a:rPr> <a:t>优</a:t> </a:r> <a:r> <a:rPr lang="en-US" altLang="zh-CN" sz="6600" b="1"> <a:solidFill> <a:srgbClr val="002EA6"/> </a:solidFill> <a:latin typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> <a:ea typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> </a:rPr> <a:t></a:t> </a:r> <a:r> <a:rPr lang="zh-CN" altLang="en-US" sz="6600" b="1" smtClean="0"> <a:solidFill> <a:srgbClr val="002EA6"/> </a:solidFill> <a:latin typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> <a:ea typeface="微软雅黑" panose="020B0503020204020204" charset="-122"/> </a:rPr> <a:t>在线</a:t> </a:r> <a:endParaRPr lang="zh-CN" altLang="en-US" sz="6600"> <a:solidFill> <a:srgbClr val="002EA6"/> </a:solidFill> </a:endParaRPr> </a:p> </p:txBody>