I would like to have multiple \tableofchildlinks* entries in a document,
preferably in a macro that I can call for each section:
\documentclass[10pt,oneside]{article}
\usepackage{html,htmllist,color,makeidx,epsfig}
\newenvironment{test}[1]
{
\section{#1}
} {\tableofchildlinks*}
\begin{document}
\begin{test}{Section A}
\end{test}
\begin{test}{Section B}
\end{test}
\begin{test}{Section C}
\end{test}
\end{document}
This code gives me no Child link tables. Is there a way of doing this?
-- Bill Martin --
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html