Index
Go backward to Setting the Html level
Go up to Controlling Hyperlatex
Go forward to Setting Html attributes

Changing the formatting of footnotes

The appearance of footnotes in the HTML output can be customized by redefining several macros:

The macro \htmlfootnotemark{n} typesets the mark that is placed in the text as a hyperlink to the footnote text. The default definition is

  \newcommand{\htmlfootnotemark}[1]{\link{(#1)}{footnote-#1}}
The environment thefootnotes generates the HTML node with the footnote text. Every footnote is formatted with the macro \htmlfootnoteitem{n}{text}. The default definitions are
   \newenvironment{thefootnotes}%
      {\chapter{Footnotes}
       \begin{description}}%
      {\end{description}}
   \newcommand{\htmlfootnoteitem}[2]%
      {\label{footnote-#1}\item[(#1)]#2}

otfried@postech.vision.ac.kr

Prev Up Next