This directive asks the sectioning commands \at-unit to place their units in separate hypertext pages. The pages are to terminate upon encountering any of the commands in the list \at-unit, \until-unit-1, \until-unit-2,...
\CutAt{section,chapter} \tableofcontents \chapter{...} ...... \section{...} ...... \section{...} ...... \chapter{...} ...... \section{...} ......
Within the \CutAt
instruction, the starred commands of LaTeX should be referenced with the prefix `like
'
instead of the postfix of `*
', and appendices through the entry `appendix
'.
A plus character `+
', before the leading parameter, requests buttons that link to the hypertext pages; e.g.,
`\CutAt{+likesection}
'.
The end points of sections not specified within the \CutAt
commands can be made known with instructions of
the form `\Configure{endunit}{unit,unit,...}'.
This variant of the \tableofcontents
command specifies the kinds of entries that should be included in the
tables.
This directive asks for a local table of contents, at each division created by the \at-unit command. The tables should include entries of types \unit-1, \unit-2,..., and terminate upon reaching any of the \at-unit, \until-unit-1, \until-unit-2,... commands.
Within the \TocAt
instruction, the starred commands of LaTeX should be referenced with the prefix `like
'
instead of the postfix of `*
', and appendices through the entry `appendix
'.
\TocAt{section,subsection,/likechapter} \CutAt{subsection,section,likechapter} \section{...} ... \subsection{...} ... \section{...} ... \subsection{...} ... \subsection{...} ... \chapter*{...} \section*{...} ...
A postfix `*
' on \CutAt
asks the tables of contents to appear after the preambles of the logical
unit.
\TocAt*{section,subsection,/likechapter} \CutAt{subsection,section,likechapter} \section{...} ... \subsection{...} ... \section{...} ... \subsection{...} ... \subsection{...} ... \chapter*{...} \section*{...} ...
This command determines how entries of the specified unit will appear in the tables of contents. The entries
include only fields corresponding to nonempty fields in the \ConfigureToc
commands.
\ConfigureToc{section} {} {$\bullet$~} {} {~~ } \tableofcontents[section]
The end-of-toc is inserted at the end of the internal environment of the tables. The after-toc is included after leaving the internal environment.
This command determines the content to be inserted at the mentioned locations of the specified units.
\Configure{chapter} {\HCode{<DIV CLASS="chapter">}} {\HCode{</DIV>}} {\HCode{<H2 CLASS="chapterHead">}\chaptername ~\thechapter\HCode{<BR>}} {\HCode{</H2>}} \chapter{...} .... \chapter{...} ....
This directive introduces a sectioning command \unit, which submits mark-for-toc to the tables of contents.
\newcounter{c} \NewSection\X {\thec} \Configure{X} {\addtocounter{c}{1}\HCode{<H2>}[\thec] } {\HCode{</H2>}} {}{}
This command configures the appearance of the cross-links between hypertext pages obtained for sectioning commands.
\Configure{crosslinks} {}{}{$\scriptstyle\Rightarrow$} {$\scriptstyle\Leftarrow$} {}{}{}{$\scriptstyle\Uparrow$}