Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
tohtml(1)							       tohtml(1)

NAME
     tohtml -  Create HTML from LaTeX input

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

INPUT PARAMETERS
     -iftex
	    - Include text in begin{iftex}...end{iftex} mode
     -cvtlatex
	    - Convert LaTeX that can not be represented as text into bitmaps
     -cvttables
	    - Convert tabular environments into bitmaps
     -useimg
	    - When used with -cvtlatex, use existing bitmaps from a previous run
     -gaudy
	    - Use color images for itemize bullets
     -nocopy
	    - Do not copy the pre-defined bitmaps
     -dosnl
	    - Generate Windows/DOS-style newlines (newline return)
     -split n
	    - Split the document down to sections at level n -split -1 prohibits
	    splitting; 0 = chapter, 1 = section, etc.
     -headeroffset n
	    - Offset the HTML headers generated by section.  For example, to use
	    H2 instead of H1 for top level sections, use -headeroffset 1
     -nonavnames
	    - Do not output the navigation buttons
     -notopnames
	    - Do not output the names on the top of the page
     -nobottomnav
	    - Do not output the names or buttons at the bottom of a section
     -nocontents
	    - Do not generate the contents page
     -mapref file
	    - Convert references in \\cite into hyperlinks by using  the  speci-
	    fied file
     -mapman file
	    - Convert occurances of tokens into hyperlinks to files
     -default
	    - Pick relatively nice defaults
     -citeprefix str
	    - Set the prefix for citations ([ by default)
     -citesuffix str
	    - Set the suffix for citations (] by default)
     -basedef name
	    - Use file name to define TeX commands
     -beginpage filename
	    - Prepend the html in filename to the end of each page
     -endpage filename
	    - Append the html in filename to the end of each page

LOCATION
     tohtml.c

				    2/1/2000			       tohtml(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tohtml&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help