You may specify any of the following batch-options:
-single Tells RapidRules to suggest rules for single-page output. The default is multi-page output. The -single option is used with -r, -R, or -RR, but not with -c.
-t "title" Use title as the HTML TITLE of the first web page. Take care to quote special characters such as quotation marks and spaces to avoid confusion in the command shell. For example:
webmaker -t "My document" ...
webmaker -t 'This is "my" document' ...
-w directoryPut generated HTML files in directory. The default is the current directory.
-l filename(That's a lowercase L.) Specify a file filename for the log. The default directory is the output directory.
-n namePrefix of all generated HTML files. The default is the base name of the document file.
-f bWrite footnotes at the bottom of the HTML page. This is the default treatment for footnotes.
-f oWrite footnotes on one separate HTML page.
-f iWrite footnotes on individual HTML pages.
-e hWrite equations in HTML 3 tags.
-e cConvert equations to GIF graphics.
-limit #pagesLimit the conversion to the number of HTML pages specified by #pages. This option is useful for debugging; if you are interested in seeing something on the third HTML page, you do not need to convert the remaining pages.
-nographicsSuppress the conversion of graphics.
-debug fullGenerate full debugging information in HTML output.
-debug summaryGenerate summary debugging information in HTML output.
-8 uUse uppercase 8.3 filenames for HTML and image files.
-8 lowerUse lowercase 8.3 filenames for HTML and image files.
-8 longUse long filenames for HTML and image files.