Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed indentfloats
  • Loading branch information
kthoden committed Feb 5, 2020
1 parent b74ec82 commit 9f61363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/stylesheets/tei2eoatex.xsl
Expand Up @@ -12,7 +12,6 @@
<xsl:param name="contributors" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="contributorsmanual" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="strictfloats" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="indentfloats" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="extranewpage" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="manualpreambel" as="xs:boolean" required="no" select="false()"/>
<xsl:param name="hyphenation" as="xs:boolean" required="no" select="false()"/>
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/tei2eoatex/eoatex_textparts.xsl
Expand Up @@ -182,7 +182,7 @@
<xsl:template match="tei:body//tei:p[not(ancestor::tei:note) and not(parent::tei:div[@type = 'letter']) and not(parent::tei:epigraph)]">
<xsl:call-template name="begin_paragraph"/>
<xsl:if test="
preceding-sibling::*[1][self::tei:figure[not(@type='hionly*')]] and $indentfloats
preceding-sibling::*[1][self::tei:figure[not(@type='hionly*')]]
or preceding-sibling::*[1][self::tei:ab[@type = 'chapterabstract']]
or preceding-sibling::*[1][self::tei:quote | self::tei:list]
">
Expand Down

0 comments on commit 9f61363

Please sign in to comment.