Next Previous Up Top Contents Index

WebMaker User Guide

6.2.2 General conversion options

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 directory

Put 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 name

Prefix of all generated HTML files. The default is the base name of the document file.

-f b

Write footnotes at the bottom of the HTML page. This is the default treatment for footnotes.

-f o

Write footnotes on one separate HTML page.

-f i

Write footnotes on individual HTML pages.

-e h

Write equations in HTML 3 tags.

-e c

Convert equations to GIF graphics.

-limit #pages

Limit 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.

-nographics

Suppress the conversion of graphics.

-debug full

Generate full debugging information in HTML output.

-debug summary

Generate summary debugging information in HTML output.

-8 u

Use uppercase 8.3 filenames for HTML and image files.

-8 lower

Use lowercase 8.3 filenames for HTML and image files.

-8 long

Use long filenames for HTML and image files.