]> git.decadent.org.uk Git - ion3.git/blobdiff - doc/rapport3.perl
[svn-upgrade] Integrating new upstream version, ion3 (20071109)
[ion3.git] / doc / rapport3.perl
diff --git a/doc/rapport3.perl b/doc/rapport3.perl
deleted file mode 100644 (file)
index 77b2cbd..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# rapport3.perl by Tuomo Valkonen, <tuomov at iki.fi>, 2003-05-10
-#
-# Implementation of the documentclass for latex2html. Just make some
-# sectioning commands saner and load report.
-#
-
-package main;
-
-#
-# Sections should start at H2 instead of the insane default H1.
-#
-
-%standard_section_headings =
-  ('part' , 'H1' , 'chapter' , 'H1', 'section', 'H2', 'subsection', 'H3'
-      , 'subsubsection', 'H4', 'paragraph', 'H4', 'subparagraph', 'H5');
-
-&generate_sectioning_subs;
-
-%section_headings =
-  ('partstar' , 'H1' , 'chapterstar' , 'H1', 'sectionstar', 'H2'
-      , 'subsectionstar', 'H3', 'subsubsectionstar', 'H4', 'paragraphstar'
-      , 'H4', 'subparagraphstar', 'H5', %section_headings);
-
-#
-# These should be chapters in a report
-#
-
-%section_headings =
-  ('tableofcontents', 'H1', 'listoffigures', 'H1', 'listoftables', 'H1'
-      , 'bibliography', 'H1', 'textohtmlindex', 'H1'
-      , %standard_section_headings
-      , %section_headings);
-
-
-&do_require_package("report");
-
-1;
-