Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed to year/authoryear type
  • Loading branch information
kthoden committed Mar 26, 2019
1 parent f5c3dbc commit a643694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2eoatex.xsl
Expand Up @@ -326,7 +326,7 @@ contexts, a double replacement is performed.

<xsl:template match="//tei:bibl">
<xsl:choose>
<xsl:when test="./tei:ref[@type='inline']">
<xsl:when test="./tei:ref[@type='year']">
<xsl:text>\EOAciteyear</xsl:text>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit a643694

Please sign in to comment.