Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Preserve all spaces for LaTeX formatting
  • Loading branch information
kthoden committed Mar 26, 2019
1 parent fd14265 commit f5c3dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tei2eoatex.xsl
Expand Up @@ -20,6 +20,8 @@
<xsl:key name="fr" match="translations/entry" use="@fr"/>
<xsl:key name="it" match="translations/entry" use="@it"/>

<xsl:preserve-space elements="tei:*"/>

<xsl:output method="text" encoding="UTF-8" use-character-maps="texreplacements"/>
<xsl:character-map name="texreplacements">
<!--
Expand Down

0 comments on commit f5c3dbc

Please sign in to comment.