tags 363674 + moreinfo
thanks

Hello,

On Thu, 20 Apr 2006, Frank Küster wrote:
> When processing a document that uses bibtex with mk4ht, it does not run
> bibtex.  The bibliography is only included if bibtex has been run before
> to produce a LaTeX document.  I noticed this because I copied the tex
> file to a Debian unstable chroot with the latest tex4ht version.
> 
> When bibtex needs to be run, the TeX output and the log file contains
> warnings like:
> 
> Package natbib Warning: Citation `Brown-1980' undefined on input line 494.
> 
> (I'm not sure about the warning with other citation packages or plain \cite)

I believe that "htlatex" should be thought of as a version of "latex"
that produces HTML (or other hypertext). In that case the way to
solve this problem would be to run:
        htlatex document 
        bibtex document 
        makeidx document
        htlatex document
I suppose replacing the first "htlatex document" with "latex
document" would work just as well.

Please let me know whether you agree with this approach.

Thanks and regards,

Kapil.
--

Attachment: signature.asc
Description: Digital signature

Reply via email to