Available Adjustments to Translations

  • A generalized command line.

    command      filename  "html,options"

pagination (e.g.: 1, 2, 3, 4)

htlatex source "html,3"


pages with linear cross links

htlatex source "html,3,next"


index in multi columns

htlatex source "html,3,index=2"


frames

htlatex source "html,3,frames"


inline footnotes

htlatex source "html,fn-in"


pop ups

htlatex source "html,mouseover"


footnotes in frames

htlatex source "html,frames-fn"
% source.tex  
 
\documentclass{article}  
   \usepackage{makeidx}  \makeindex  
   \title{A Title}   \author{An Author}  
   \date{July 19, 2004}  
\begin{document}  
   \maketitle  
 
   \section{First Section}  
      Some text\footnote{Footnote (a)}.  
 
   \section{Second Section}  
      \subsection{A Subsection}  
         \index{this}This is also text  
         \cite{bib-1}\footnote{Footnote (b)}.  
      \subsection{Another Subsection}  
         Put \index{this}this and \index{that}that  
         and \index{one}one, \index{two}two,  
         \index{three}three.  
 
   \begin{thebibliography}{99}  
     \bibitem{bib-1} A bib entry.  
     \bibitem{bib-2} Another bib entry.  
   \end{thebibliography}  
   \printindex  
\end{document}  

5, next, prev, up, toc