Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using alternative figure placing option
This one is less destructive than H offered by `float` package
  • Loading branch information
Klaus Thoden committed Nov 21, 2018
1 parent 82b9718 commit 2b439ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2eoatex.xsl
Expand Up @@ -329,7 +329,7 @@ contexts, a double replacement is performed.
<!-- place needs to be adjusted --> <!-- place needs to be adjusted -->
<xsl:choose> <xsl:choose>
<xsl:when test="$strictfigures"> <xsl:when test="$strictfigures">
<xsl:text>{H}</xsl:text> <xsl:text>{!ht}</xsl:text>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:text>{ht}</xsl:text> <xsl:text>{ht}</xsl:text>
Expand Down

0 comments on commit 2b439ea

Please sign in to comment.