File 'support/latex2html.tcl' (part of 'Makedist_Support')


Home | Packages | Files | Procedures | Keywords | External packages


Written by
Andreas Kupries
Description
Uses the Latex2Html translator to generate hyperized documentation from latex sources.
Depends on
Tcl, Pool_Base
Keywords
prepare support, latex2html, documentation

::makedist::support::SetupNavigationImages (navset htmldir)

Utility to copy the chosen navigational button images to a local place.
Argument: navset name of the subdirectory the images are found in.
Argument: htmldir directory containing the subdirectories with the hyperized texts. The images will be placed into a sibling directory of these, of name 'img'.

mLatex2html (args)

Generates documentation with Latex2Html. Configuration is done via hardwired defaults and the options given in args. Every file specified causes the creation of a subdirectory below -htmldir, or the current directory.
Notes: Requires latex2html, must be found in the path.
Argument: args A list of option/value pairs, followed by the list of files to convert. Recognized options are:&p -htmldir, -title, -nav, -up, -up-title.&p -htmldir specifies the base directory of the generated documentation directories (one per file).&p -nav specifies the images to use in the navigation bar of the generated pages.&p -title specifies the title to use for file XX (array set notation).&p -up specifies the url to use as upward link for file XX (array set notation).&p -up-title specifies the title to use at the upward link for file XX (array set notation).


Generated by AutoDoc 2.1 at 06/05/1999, invoked by Andreas Kupries