Skip to content

Commit

Permalink
JIS xslt updated for ToC alignment issue, metanorma/metanorma-jis#262
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Dec 17, 2024
1 parent b85d32c commit fb5345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21321,7 +21321,7 @@
<xsl:otherwise>
<fo:inline-container text-align="center"
alignment-baseline="central" width="1em" margin="0" padding="0"
text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm" role="SKIP">
text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm" role="SKIP" text-align-last="center">
<xsl:if test="normalize-space($writing-mode) != ''">
<xsl:attribute name="writing-mode"><xsl:value-of select="$writing-mode"/></xsl:attribute>
<xsl:attribute name="reference-orientation">90</xsl:attribute>
Expand Down

0 comments on commit fb5345d

Please sign in to comment.