Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Insert label in footnotes
  • Loading branch information
Klaus Thoden committed Nov 20, 2018
1 parent f5ddb14 commit fc60b8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tei2eoatex.xsl
Expand Up @@ -233,6 +233,9 @@ contexts, a double replacement is performed.

<xsl:template match="//tei:note[@place='bottom']">
<xsl:text>\EOAfn{</xsl:text>
<xsl:text>\EOAlabel{</xsl:text>
<xsl:value-of select="./@xml:id"/>
<xsl:text>}</xsl:text>
<xsl:choose>
<xsl:when test="count(./tei:p)=1">
<xsl:apply-templates/>
Expand Down

0 comments on commit fc60b8a

Please sign in to comment.