Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Addition to previous commit
  • Loading branch information
kthoden committed Feb 27, 2020
1 parent e8c2f28 commit bc3b2a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stylesheets/tei2eoatex/eoatex_textparts.xsl
Expand Up @@ -68,6 +68,11 @@
<xsl:apply-templates select="tei:*[not(self::tei:head)] | processing-instruction()"/>
</xsl:template>

<xsl:template match="tei:milestone[@type='chapterdivider']">
<xsl:call-template name="begin_paragraph"/>
<xsl:text>\begin{center}&#x000a;\vspace{0em}&#x000a;\Large{*}&#x000a;\vspace{0em}&#x000a;\end{center}&#x000a;</xsl:text>
</xsl:template>

<xsl:template match="tei:body//tei:quote">
<xsl:call-template name="begin_paragraph"/>
<xsl:text>\begin{EOAquote}</xsl:text>
Expand Down Expand Up @@ -185,6 +190,7 @@
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]
or preceding-sibling::*[1][self::tei:milestone[@type = 'chapterdivider']]
">
<xsl:text>\noindent </xsl:text>
</xsl:if>
Expand Down

0 comments on commit bc3b2a5

Please sign in to comment.