Hello,

using following packages in a document causes an error:

   \usepackage{umlaut}
   \usepackage[german]{babel}
   \usepackage{natbib}

The error occurs in the file latex2html/styles/babelbst.perl in line 89.
The original one was

   $bblmthesis = 'Master's thesis' unless ($bblmthesis);

with three '-signs. I changed it in

   $bblmthesis = 'Master\'s thesis' unless ($bblmthesis);

and now there isn't an error-message. But when translating to html, it
calculates when doing the section-links and didn't stop. If I didn't use
the natbib-package, the creation of the section-links is done within 2-4
seconds.

I know other programming-languages, but not fperl. So is the correction
(explaint at top) right? 

bye
-- 
Andreas Gaumann
---------------
[EMAIL PROTECTED]     student at the University of Siegen
http://www.stud.uni-siegen.de/andreas.gaumann/

Reply via email to