Hello, currently I am converting a book project into html with l2h. The overall design of the default output from l2h is kind of poor (to be honest: it is very poor), the conversion from LaTeX to raw HTML is very good, though. So I played a bit with CSS. Unfortunately the output of l2h is not coverd by <div class='logical part'></div> in a consequent matter.
My request is to divide every logical part of the output in a proper <div></div> -pair, so the enduser can modify the design easily with CSS, like: <div class='navi-button-top'> </div> <div class='navi-top'> </div> <div class='content> </div> <div class='footnote'> </div> <div class='navi-bottom'> </div> <div class='navi-button-bottom'> </div> I am sure, that this kind of modification is possible, but my Perl-Skills are not that good enough to make these changes by myself. Additionally I would like to know, how I can disable the Navigation-Buttons (I am using 2K.1beta (1.48)). I tried the option -noauto_navigation for that. And how do I disable the footnotes? I tried the option -nofootnode for that. (I think the correct spelling is footnote and not footnode) Possibly a bug is the output from latex2html --help for -(no)buttom_navigation. This should be either bottom_navigation or button_navigation. regards Hakan -- Dipl.-Wirt.-Ing (FH) Hakan Kuecuekyilmaz University of Applied Sciences Esslingen, Germany _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html
