I've just made some changes to my document classes that require some
additional support in my l2h conversion code.
The new stuff works kind of like a mini-Table of Contents for each
chapter (or a single additional table for a subclass of article).
Each chapter includes the line
\localmoduletable
before the various chunks of data that contribute to the table.
Throughout the chapter (or document), the data is collected from
additional markup:
\declaremodule{...}{...}
\modulesynopsis{...}
which can be repeated several times. I'd like to generate a table at
the point of \localmoduletable which includes the data collected from
the other markup. In latex, lines are written to chapter-specific
data files and is \input in \localtablemodule on subsequent passes.
I think what I need to do is place a markup of some sort at the
point of each \localtablemodule. My first question is: can I just get
the chapter number to use for this? I can generate my own identifier,
but I also need to have something run for \chapter to make sure I
generate new identifiers at the right time. Is there a "clean" way to
do this?
Thanks!
-Fred
--
Fred L. Drake, Jr.
[EMAIL PROTECTED]
Corporation for National Research Initiatives
1895 Preston White Drive Reston, VA 20191