From ebd12db1a16fb5a579f9ca2bab90ff7aa0544a27 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Thu, 17 Jul 2003 19:48:07 +0000 Subject: Initial revision --- xsl/html-common.xsl | 29 +++++++++++++++++++++++++++ xsl/main-html.xsl | 46 ++++++++++++++++++++++++++++++++++++++++++ xsl/main-pdf.xsl | 22 +++++++++++++++++++++ xsl/redhat.xsl | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 xsl/html-common.xsl create mode 100644 xsl/main-html.xsl create mode 100644 xsl/main-pdf.xsl create mode 100644 xsl/redhat.xsl (limited to 'xsl') diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl new file mode 100644 index 0000000..9d553ae --- /dev/null +++ b/xsl/html-common.xsl @@ -0,0 +1,29 @@ + + + + + + + + + +/stylesheet-images/ + + + + +figure after +example after +equation after +table after +procedure after + + + + + + + diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl new file mode 100644 index 0000000..588ade2 --- /dev/null +++ b/xsl/main-html.xsl @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + +3 + + + + +book toc +article toc +chapter nop +sect1 nop +sect2 nop +sect3 nop +sect4 nop +sect5 nop +section nop + + + + + + + + + diff --git a/xsl/main-pdf.xsl b/xsl/main-pdf.xsl new file mode 100644 index 0000000..d72f16d --- /dev/null +++ b/xsl/main-pdf.xsl @@ -0,0 +1,22 @@ + + + + + + + + + + + + + +article toc + +3 + + + diff --git a/xsl/redhat.xsl b/xsl/redhat.xsl new file mode 100644 index 0000000..d3a7f7c --- /dev/null +++ b/xsl/redhat.xsl @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit