\
HCode{
html-code}
[example]
\
ifHtml
true-part \
else
false-part \
fi
\else
is optional when the false part is empty.
\
ConfigureListOf {
list-name} {
before-list} {
after-list} {
before-label} {
after-label}
\begin{list}...\end{list}
' and
`\begin{trivlist}...\end{trivlist}
', and for environments that directly or indirectly are built from such lists.
The \ConfigureListOf
command may be used to change this configuration.
[example]
The `description
', `itemize
', and `enumerate
' environments are the more obvious extensions of the `list
'
and `trivlist
' environments.+
The `verse
', `quotation
', `quote
', `center
', `flushleft
', and `flushright
' are examples of non obvious
extensions. The latter extensions are made up in LaTeX from a single-item lists, to get the appearance of displayed
paragraphs.
[example]
\
ConfigureEnv {
environment-name} {
before-environment} {
after-environment} {
before-list}
{
after-list}
[example]
If the parameter before-list or the parameter after-list is not empty, a call is made to \
ConfigureListOf
{
list-name} {
before-list} {
before-label} {} {}
for configuring the list that makes the environment.
[example]
\
Configure{sections} {
before-part}{
after-part} {
before-chapter}{
after-chapter} {
before-section}{
after-section}
{
before-subsection}{
after-subsection} {
before-subsubsection}{
after-subsubsection}
\part
, \chapter
, \section
,
subsection
, and \subsubsection
of LaTeX, and of the sectioning commands \Part
, \Chapter
, \LikeChapter
,
\Section
, \LikeSection
, \SubSection
, and \SubSubSection
that option `sty
' introduces to TeX. The
configuration is made only for cases in which a non-empty `before-
' or `after-
' code is provided.+
[example]
\
Configure{
crosslinks}
{
left-delimiter}
{
right-delimiter}
{
next}
{
prev}
{
prev-tail}
{
front}
{
tail}
{
up}
[example]
\
Contribute{
@HEAD} {...}
[example]
\
Contribute{
BODY} {...}
<BODY>
commands of future html files.
[example]