[l2h] custom_titles affects counters in image file

2008-01-14 Thread nlct
Hi, When I used -custom_titles, the sectioning counters in the image file are out by a factor of 2. Minimal example: \documentclass{report} \author{Nicola Talbot} \title{Test Document} \begin{document} \maketitle \chapter{Introduction} This is chapter~\thechapter. % This is fine \fbox{This

[l2h] include .sty files

2005-07-13 Thread nlct
atex returns no errors. But LaTeX2HTML > says that \ie and \eg are undefined and the cooresponding html output > looks like: > > (, we never see things... > > How do get LaTeX2HTML to recognize my sty file? You need to convert your .sty file to a perl script. I've got som