Skip to content

Commit

Permalink
brackets around supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Sep 24, 2024
1 parent 0d7e999 commit d9c1d59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xsl/projects/alea/latex/prose.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,14 @@ target/bin/xslt.sh -config:saxon.he.xml -xsl:xsl/projects/alea/latex/prose.xsl -
<xsl:text>\arabiccparen{}</xsl:text>
</xsl:template>

<xsl:template mode="text:hook-before" match="supplied">
<xsl:text>\arabicobracket{}</xsl:text>
</xsl:template>

<xsl:template mode="text:hook-after" match="supplied">
<xsl:text>\arabiccbracket{}</xsl:text>
</xsl:template>

</xsl:override>
</xsl:use-package>

Expand Down

0 comments on commit d9c1d59

Please sign in to comment.