[l2h]: Bug in amsmath.perl

Olaf Bachmann Olaf Bachmann <obachman@mathematik.uni-kl.de>
Wed, 30 Jun 1999 14:59:23 +0200 (MET DST)


v 99.1 (release) with input:

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\author{Hi}
\end{document}

goes into an infinite recursion (do_cmd_author -> translate_commands
-> process_command -> do_cmd_author) while "parsing
preamble". Everything is 
ok without  
\uspackage{amsmath}

Olaf