[l2h] headings in reports
Shigeharu TAKENO
shige at iee.niit.ac.jp
Sun Jan 9 12:42:23 CET 2005
shige 01/09 2005
----------------
Martin Matusiak <alex at juventuz.net> write:
> included files, \chapter is translated to <h1> but so is \section, even
> though section is a lower level heading. I'd like \section to become <h2>
> instead, \subsection to become <h3> etc, is there some way to do that?
In latex2html, it is defined as following:
%standard_section_headings =
('part' , 'H1' , 'chapter' , 'H1', 'section', 'H1', 'subsection', 'H2'
, 'subsubsection', 'H3', 'paragraph', 'H4', 'subparagraph', 'H5'
, %standard_section_headings );
Please write
%standard_section_headings =
('part' , 'H1' , 'chapter' , 'H1', 'section', 'H2', 'subsection', 'H3'
, 'subsubsection', 'H4', 'paragraph', 'H5', 'subparagraph', 'H6' );
in your .latex2html-init file, or in some file and give it by
-init_file option.
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
shige at iee.niit.ac.jp TEL(&FAX): +81-257-22-8161
+========================================================+
More information about the latex2html
mailing list