[l2h] Natbib citations problem: more info

V Lakshman lakshman@doplight.nssl.noaa.gov (V Lakshman)
Mon, 7 Jun 1999 08:41:21 -0500 (CDT)


I tried to convert this file (after having run latex on it).
The citations do not show up in the html document.  Help!  latex2html
doesn't issue any warnings/errors.  

Any ideas?
lakshman

***************************************************************************
test.tex:
***************************************************************************
\documentclass{article}
\usepackage{natbib}

\begin{document}

This is just to test whether~\citep{rainfall} works the way it should.

How about~\citet{rainfall}?

\bibliographystyle{plainnat}
\bibliography{testbib}

\end{document}

***************************************************************************
testbib.bib:
***************************************************************************
@Article{rainfall,
  author =       "Bellon, A. and Zawadzki, I.",
  title =        "Forecasting of Hourly Accumulations of Precipitation
                  by Optimal Extrapolation of Radar Maps",
  journal =      "Journal of Hydrology",
  year =         "1994",
  volume =       "157",
  pages =        "211-233",
}