In book style (and no doubt many others), tex4ht generates an
<hr> before and after floats. While I don't pretend to
understand the mechanics, it looks like it is created by this
snippet from the html4.4ht file:\Configure{float} I tried adding the above code, minus the <hr ..> tags to my cfg, but then my latex file fails to run through tex4ht. I get a "Missing $ inserted" error when a \begin{center} is encountered after \begin{table}. Here's a simple example: \documentclass{book}I then tried just placing an unmodified copy of the \Configure{float} ... in my .cfg file and still get the error, so I guess I'm not supposed to put that chunk of code into my .cfg So, how do I achieve my goal? Thanks. |
- [tex4ht] How do I remove the <hr> tag surrounding flo... David Strip
- Re: [tex4ht] How do I remove the <hr> tag surrou... Michal Hoftich
- Re: [tex4ht] How do I remove the <hr> tag su... David Strip
