Search found 3 matches

by dmader
Tue Nov 03, 2009 4:51 pm
Forum: Conversion Tools
Topic: TeX-Labels as HTML-anchors with htlatex
Replies: 0
Views: 2548

TeX-Labels as HTML-anchors with htlatex

Hi,

I'm converting my document to HTML with htlatex (TeX4ht). Everything works fine, but the automatic page anchors get quite cryptic names. As I use the HTML output as help-document in for a software, it would be great to use the labels of the tex file as anchors, so that I don't have to redesign ...
by dmader
Tue Nov 03, 2009 4:44 pm
Forum: General
Topic: What variable current section name?
Replies: 7
Views: 37685

Re: What variable current section name?

Thank you for the fast replies.

@frabjous: Documentclass is report and I can integrate all packages needed if it facilitates the solution.
by dmader
Tue Nov 03, 2009 12:44 pm
Forum: General
Topic: What variable current section name?
Replies: 7
Views: 37685

What variable current section name?

Hi,

I want to display the name of the section (also chapter, subsection) I'm currently in. (Section number doesn't do)

For instance:

\begin{document}
\section{asdf}
This is text in the section: ??? % and here I need something to display "asdf" without explicitly typing it)
\end{document}

Thanks ...