Permalink
Browse files
Insert label in footnotes
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+3
−0
tei2eoatex.xsl
|
@@ -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/> |
|
|
0 comments on commit
fc60b8a