Title has extra space at the beginning

Having trouble installing Oxygen PDF Chemistry? Got a bug to report? Post it all here.
chttins10
Posts: 1
Joined: Fri Mar 07, 2025 4:59 am

Title has extra space at the beginning

Post by chttins10 »

case 1 title sub ph no new line
<title><ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>

case 2 title sub ph new line
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>

case 3 : no index term
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
</keywords>
</metadata>
</prolog>

Case 1 and Case 3 are displayed correctly without any space before the title.
Ex > "Hazard lights switch"
2025-03-07 110152.png
Case 2 has extra space at the beginning.
Ex > " Hazard lights switch"
화면 캡처 2025-03-07 110252.png

If there is no paragraph (ph) under the title, it is displayed correctly without any space.

version 3.7.4
You do not have the required permissions to view the files attached to this post.