Skip to content

Commit

Permalink
Remove indentfloats parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 30, 2020
1 parent dda3ebe commit d5b517b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion xxe/eoa/eoa.incl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<parameter name="contributorsmanual">false</parameter>
<parameter name="manualpreambel">true</parameter>
<parameter name="extranewpage">false</parameter>
<parameter name="indentfloats">false</parameter>
<parameter name="strictfloats">true</parameter>
<parameter name="hyphenation">false</parameter>
<parameter name="verbosity">0</parameter>
Expand Down
1 change: 0 additions & 1 deletion xxe/eoa/xsl/tei2eoatex.xsl
Original file line number Diff line number Diff line change
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 xxe/eoa/xsl/tei2eoatex/eoatex_textparts.xsl
Original file line number Diff line number Diff line change
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 d5b517b

Please sign in to comment.