Hi,

I have another problem and don't know how to do it.

I have a TeX/L2H-Doc splitted in several separate segments (each
\section is one segment). I don't use any split-option.

At top of each segment (HTML) there the navigation-panel with 'Next:'
and 'Up:'. Then there come something like:

Subsections
  * subsection1
  * subsection2
  * subsection3
  ...

Now I want to replace the word 'Subsections' ($child_name) at each
section/segment by it's current section-Title.
How can I do that? For example, the sources:

----------
main.tex:
\segment{intro}{section}{Introduction}
\segment{login}{section}{Start-page}

----------

intro.tex:
abcdef

----------

login.tex:
\subsection{Subsection1}
foo
\subsection{Subsection2}
bar
----------

should result in something like:

----------
intro.html:
Navi-panel

Introduction

abcdef

----------
login.html:
Navi-panel

Start-page
  * Subsection1
  * Subsection2

-----------

Best regards,

Jens Gaspar

________________________________________________________________________

Jens-Uwe Gaspar
Tellux Dr. Schaefer GmbH                      Tel.: +49-721-96461-40
Haid-und-Neu-Stra�e 7                         Fax.: +49-721-96461-21
D-76131 Karlsruhe                             mailto:[EMAIL PROTECTED]
Germany                                       http://www.tellux.de
________________________________________________________________________

Reply via email to