mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
xep.xsl: lowercase bibtex-citekey-postfix
This commit is contained in:
parent
ce06b93397
commit
6e9ccbeaad
2
xep.xsl
2
xep.xsl
@ -498,7 +498,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
|
|||||||
xep<xsl:value-of select='/xep/header/number'/>
|
xep<xsl:value-of select='/xep/header/number'/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select='/xep/header/shortname'/>
|
<xsl:value-of select='translate(/xep/header/shortname, $uppercase, $lowercase)'/>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
Loading…
Reference in New Issue
Block a user