diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl index a907797c32b..9054f0b8ceb 100644 --- a/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl +++ b/Master/texmf-dist/doc/latex/latex-web-companion/apb/minilatex.xsl @@ -1,12 +1,9 @@ <?xml version='1.0'?> <!-- minilatex.xsl --> -<xsl:stylesheet version="1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns="http://www.tug.org/latex"> - -<xsl:output method="text" indent="no" encoding="ISO-8859-1"/> - -<xsl:strip-space elements="*"/> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0" + xmlns="http://www.tug.org/latex" + default-space="strip" + result-ns=""> <xsl:template name="label"> <xsl:apply-templates/> |