Normally these variables have their value set within the latex2html.config file. In the following listing the defaults are shown, as the lines of code used to establish these values. If a different value is required, then these can be assigned from a local .latex2html-init initialisation file, without affecting the defaults for other users, or documents processed from other directories.
Within the color.perl package, the following variables are used to
identify the names of files containing specifications for named colors.
Files having these names are provided, in the $LATEX2HTMLSTYLES
directory, but they could be moved elsewhere,
or replaced by alternative files having different names.
In such a case the values of these variables should be altered accordingly.
$RGBCOLORFILE = 'rgb.txt'; |
$CRAYOLAFILE = 'crayola.txt'; |
The following variables may well be altered from the system defaults,
but this is best done using a local .latex2html-init initialisation file,
for overall consistency of style within documents located at the same site,
or sites in close proximity.
The following variables are used to access the utilities required during image-generation. File and program locations on the local system are established by the configure-pstoimg script and stored within $LATEX2HTMLDIR/local.pm as code, to be read by pstoimg when required.
After running the configure-pstoimg script it should not be necessary to alter the values obtained. Those shown below are what happens on the author's system; they are for illustration only and do not represent default values.
The following variables are no longer needed, having been replaced by the more specific information obtained using the script configure-pstoimg.
$USENETPBM = 1; |
$PBMPLUSDIR = '/usr/local/bin'; |