shige 01/09 2005
----------------
Martin Matusiak <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED] TEL(&FAX): +81-257-22-8161
+========================================================+
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html