[l2h] Multiple \tableofchildlinks* entries
William T. Martin
martin@orie.cornell.edu
Wed, 30 Oct 2002 22:27:20 -0500
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 --