Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
System properties
  • Loading branch information
Klaus Thoden committed Aug 23, 2018
1 parent ef17b7e commit 6f4a301
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tei2eoatex.xsl
Expand Up @@ -78,9 +78,8 @@ contexts, a double replacement is performed.
</xsl:function>

<xsl:template match="/">
<xsl:value-of select="eoa:texcomment(concat('LaTeX output, generated by script tei2eoatex.xsl on: ', current-dateTime()))" />
<xsl:value-of select="eoa:texcomment(concat('Using ', system-property('xsl:vendor'), ' (', system-property('xsl:vendor-url'), ')'))" />

<xsl:value-of select="eoa:texcomment(concat('LaTeX output, generated by script tei2eoatex.xsl on ', current-dateTime()))" />
<xsl:value-of select="eoa:texcomment(concat('Using ', system-property('xsl:product-name'), system-property('xsl:product-version'), ' by ', system-property('xsl:vendor'), ' (', system-property('xsl:vendor-url'), ')'))" />
<xsl:text>&#x000a;</xsl:text>
<xsl:text>\input{preambel/pre_eoa}&#x000a;</xsl:text>
<xsl:text>\EOAbibliographytype{</xsl:text>
Expand Down

0 comments on commit 6f4a301

Please sign in to comment.