Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Inline markup
  • Loading branch information
Klaus Thoden committed Nov 29, 2018
1 parent 024688f commit d5336f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tei2eoatex.xsl
Expand Up @@ -156,6 +156,24 @@ contexts, a double replacement is performed.
<xsl:text>}</xsl:text>
</xsl:template>

<xsl:template match="//tei:hi[@rend='subscript]" >
<xsl:text>\EOAdown{</xsl:text>
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</xsl:template>

<xsl:template match="//tei:hi[@rend='superscript']" >
<xsl:text>\EOAup{</xsl:text>
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</xsl:template>

<xsl:template match="//tei:hi[@rend='bold']" >
<xsl:text>\EOAbold{</xsl:text>
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</xsl:template>

<xsl:template match="//tei:div[not(@type='chapter' or @type='part')]/tei:head">
<xsl:choose>
<xsl:when test="../@type='section'">
Expand Down

0 comments on commit d5336f3

Please sign in to comment.