diff options
Diffstat (limited to 'Master/texmf-doc/source/english/tex-refs/tex-refs-plucker.xsl')
-rw-r--r-- | Master/texmf-doc/source/english/tex-refs/tex-refs-plucker.xsl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-doc/source/english/tex-refs/tex-refs-plucker.xsl b/Master/texmf-doc/source/english/tex-refs/tex-refs-plucker.xsl new file mode 100644 index 00000000000..76c85da75ae --- /dev/null +++ b/Master/texmf-doc/source/english/tex-refs/tex-refs-plucker.xsl @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0" + xmlns="http://www.w3.org/TR/xhtml1/transitional" + exclude-result-prefixes="#default"> + + <!-- $Id: tex-refs-plucker.xsl 125 2004-04-06 19:55:32Z mw $ --> + + <!-- we use an XML catalog to resolve this file --> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.64.1/html/docbook.xsl"/> + + <!-- import common customizations --> + <xsl:import href="tex-refs-common.xsl"/> + + <!-- insert customization here --> + <!-- up to now we don't need any special customizations for plucker --> + +</xsl:stylesheet> |