Parameter/Option
|
Description
|
Default value
|
-license <filename | license_key>
|
specifies the path and filename for the license file or a license key
|
required input
|
-inputdoc <filename>
|
specifies the path and file name for the document to be transformed
|
required input
|
-outputdoc <filename>
|
specifies the path and file name for the transformed document
|
<inputdoc directory>/inputdoc filename + "_out" + inputdoc suffix
|
-outputtype <mathml | images>
|
specifies whether to write out MathML or image tags
|
mathml
|
-imagefolder <dirpath>
|
specifies the path to a directory that will contain the image files
|
<inputdoc directory>/inputdoc filename + "_images">
|
-imagename <filename>
|
specifies the base file name for the resulting images (e.g. "abc" might result in "abc1.gif")
|
inputdoc filename + sequence number + "." + imagetype
|
-imagetype <gif | png>
|
specifies the format for the images
|
gif
|
-antialiasingoff <true | false>
|
Controls whether images will be created with antialiasing or without
|
false
|
-pointsize <int>
|
specifies the base font point size for the equations
|
12
|
-dpi <int>
|
specifies the resolution of the resulting images in dots per inch
|
96
|
-bg <CSS color name | transparent | #rrggbb>
|
specifies the background color for the equations
|
white
|
-fg <CSS color name | #rrggbb>
|
specifies the foreground color for the equations
|
black
|
-breakwidth <int>
|
specifies the width for line wrapping long equations
|
0
|
-padding <int>
|
specifies the padding around the border of the equation images
|
0
|
-fontmetrics <true | false>
|
specifies whether metrics data should be included in the transformed document (it is false when outputtype is set to "images")
|
true
|
-fontmapping <filename>
|
specifies the path and file name for the font mapping file -
If the file does not exist, "FontMapping.opt" will be used instead. If this also does not exist or if a file is invalid, the font associations will remain at their previous values. See Java Rendering Engine for more information.
|
none
|
-charmap <filename>
|
specifies the full path and file name for a character mapping file
|
none
|
-logfile <filename>
|
specifies the path and file name for a log file
|
none
|
-verbosity <mute | normal | debug>
|
specifies what processing messages should be displayed; mute - none; normal - any error messages and whether the image was generated successfully; debug - additional processing information
|
normal
|
-readoptions <filename>
|
specifies the path and file name of an XML file for reading in options values
|
none
|
-saveoptions <filename>
|
specifies the path and file name of an XML file for saving out options values
|
none
|
-opdict <filename>
|
specifies the path and file name of the configurable operator dictionary. See Configuring the Operator Dictionary for more information.
|
none
|