tohtml(1) tohtml(1)

tohtml - Create HTML from LaTeX input

tohtml [-latex] [-info] [-mapref filename] [-basedir dirname] [-userpath path] [-iftex] [-split n] [-headeroffset n ] [-mapman filename ] [-cvtlatex] [-cvttables] [-cvtmath] [-simplemath] [-useimg] [-gaudy] [-iftex] [-default] [-nonavnames] [-notopnames] [-nobottomnav] [-basedef filename] [-endpage filename ] [-beginpage filename] [-citeprefix str] [-citesuffix str] [-o outname ] filename

- Include text in begin{iftex}...end{iftex} mode
- Convert LaTeX that can not be represented as text into bitmaps
- Convert tabular environments into bitmaps
- When used with -cvtlatex, use existing bitmaps from a previous run
- Use color images for itemize bullets
- Do not copy the pre-defined bitmaps
- Generate Windows/DOS-style newlines (newline return)
- Split the document down to sections at level n -split -1 prohibits splitting; 0 = chapter, 1 = section, etc.
- Offset the HTML headers generated by section. For example, to use H2 instead of H1 for top level sections, use -headeroffset 1
- Do not output the navigation buttons
- Do not output the names on the top of the page
- Do not output the names or buttons at the bottom of a section
- Do not generate the contents page
- Convert references in \\cite into hyperlinks by using the specified file
- Convert occurances of tokens into hyperlinks to files
- Pick relatively nice defaults
- Set the prefix for citations ([ by default)
- Set the suffix for citations (] by default)
- Use file name to define TeX commands
- Prepend the html in filename to the end of each page
- Append the html in filename to the end of each page
- Specify the name to be used as the output file name (instead of the basing the output file name on the input file name). This name should include the natural extension; e.g., for HTML output, use something like tohtml -latex -o myout.htm myfile.tex .

tohtml.c

6/21/2019