Skip to content

Commit

Permalink
create \uuline if @css:text-decoration-style is 'double' (works with …
Browse files Browse the repository at this point in the history
…used package ulem)
  • Loading branch information
polypunkt committed Nov 10, 2022
1 parent 231adf5 commit 2d01a05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,11 @@
[not(@role eq 'Hyperlink')]
[not(parent::dbk:link)]
[not(.//dbk:link)]">
<xsl:text>\uline{</xsl:text>
<xsl:value-of select="if (some $ a in (@css:text-decoration-style,
key('style', @role)/@css:text-decoration-style)
satisfies $a = 'double')
then '\uuline{'
else '\uline{'"/>
<xsl:next-match/>
<xsl:text>}</xsl:text>
</template>
Expand Down

0 comments on commit 2d01a05

Please sign in to comment.