Dear Document Converters,
I'm having a problem with repeated sections in the html conversion
with both 97.1 and 98.1p1. The following is an example using three
latex files, a.tex, b.tex and c.tex.
----------------------------
------
a.tex:
------
\documentstyle{article}
\begin{document}
some gratuitious text
\input{b}
some more text
\input{c}
\end{document}
------
b.tex:
------
\section{first section}
This is the first section.
-----
c.tex
-----
\section{second section}
This is the second section.
---------------------------
The contents page of the html version looks like:
[next] [up] [previous]
Next: first section
some gratuitious text
------------------------------------------------------------------------
* first section
* second section
* second section
* About this document ...
------------------------------------------------------------------------
Mark M. Ito
7/22/1998
and indeed there are two section two's. This also happens if you replace
the \input's with \include's.
I am running RedHat Linux 5.1.
Any hints?
-- Mark
Mark M. Ito, Thomas Jefferson National Accelerator Facility
12000 Jefferson Ave., Mail Stop 12H, Newport News, VA 23606
Email: [EMAIL PROTECTED], Office: (757)269-5295, Pager: (757)849-7175
WWW: http://claspc2.cebaf.gov/~marki/