Hello.
I just downloaded the latest version of the TEI stylesheets and when
I was editing the file "/p5/latex/tei-param.xsl" I noticed two empty
glyphs in the following block:
<xsl:otherwise>
\usepackage{fontspec}
\usepackage{xunicode}
\catcode`⃥=\active \def⃥{\textbackslash} <-- here
\catcode`❴=\active \def❴{\{}
\catcode`❵=\active \def❵{\}}
</xsl:otherwise>
The first one is between \catcode` and =\active , the second one
between \def and {\textbackslash}. I tried several fonts and it was
the same. I am wondering if those are typing errors.
Best wishes,
Yves
|