# LaTeX2HTML Version 96.1 : latex2html.config # # >>>>>>>>>>>>>>>>> YOU *MUST* CHANGE THESE VARIABLES >>>>>>>>>>>>>>>>>>>>>>>> # Give the path to the DIRECTORY in which the latex2html files can be found #$LATEX2HTMLDIR = "/usr/local/bin"; $LATEX2HTMLDIR = "/vol/pub/latex2html-0.96.1/bin"; # Give the path to the DIRECTORY in which the pbmplus programs can be found $PBMPLUSDIR = "/usr/bin"; #$PBMPLUSDIR = "/vol/graphics_export/pbmplus/binsolaris"; # This should be set to 1 if you are using the NETPBM image filter library # or to 0 if you are using the older PBMPLUS library # Both NETPBM and PBMPLUS can be obtained by ftp from ftp.x.org $USENETPBM = 0; # # Give the paths to latex, dvips, and GhostScript on your system: # #$LATEX = "latex"; # LaTeX #$DVIPS = "dvips"; # dvips #$LATEX = "/vol/pub/TeX/bin/latex"; # LaTeX #$DVIPS = "/vol/pub/TeX/bin/dvips"; # dvips $LATEX = "/usr/bin/latex"; # LaTeX $DVIPS = "/usr/bin/dvips"; # dvips #$ENV{'GS'} = "gs"; # Ghostscript # Some dvips programs generate postscript images in the reverse order by # default. If your inlined images are all screwed up try uncommenting # the following line: # $DVIPS = "dvips -r0"; # >>>>>>> YOU *MAY* WANT/NEED TO CHANGE SOME OF THESE VARIABLES >>>>>>>>>>>>>> # You can run install_test to find out if anything needs changing. # The following variable sets the default search list of directories for # latex style files that latex2html should process. It also defines a # a list of directories (: separated) which possibly contain TeX and dvips # inputs. This variable is overriden by the environment variable # TEXINPUTS, if it is specified. Internally, the current working directory, # "." and ".." are appended to this list of directories. # # IMPORTANT: In some installations, latex and dvips are really # shell scripts which set environment TEXINPUTS (and other variables) # to predefined values, then call the real latex and dvips. If this # is true for your installation, then the $TEXINPUTS that latex2html # sees will only affect the processing of \input and \include's # by latex2html, not the operation of latex and dvips when called # by latex2html. In this case, make sure that the predefined # values of TEXINPUTS within the latex and dvips scripts at least # contains "." and "..". Otherwise, latex and dvips will not find # inputs from the original source directory when called from a # subdirectory contained therein. # $TEXINPUTS = ""; # Giftrans is not necessary but will make inlined images prettier. # More on this at http://melmac.harris-atd.com/transparent_images.html # and ftp://ftp.rz.uni-karlsruhe.de/pub/net/www/tools/giftrans.c # # Give the complete pathname to the giftrans executable if using PBMPLUS # (if you use NETPBM you can ignore this) #$GIFTRANS = "giftrans"; #$GIFTRANS = "/vol/pub/latex2html-0.96.1/bin/giftrans"; $GIFTRANS = "/usr/bin/giftrans"; # Change this if you do not want the navigation icons # to be served from Leeds. # To use your local icons change the value of the $ICONSERVER variable # to point to the place where the icons are installed #$ICONSERVER = 'http://cbl.leeds.ac.uk/nikos/figs'; $ICONSERVER = 'http://www.lbl.gov/latex2html/figs'; # If you have equations in your text, you'll get the best results with # PK_GENERATION=1. With this option switched on, DVIPS will be # told to generate all of the images for a specific screen resoltion, # eliminating "blurring" of small letters and subscripts. # 'install-test' does *not* check whether PK_GENERATION will work. # If any of it causes you grief, simply set PK_GENERATION=0, # and your default printer's resolution will be used. # # Sidik Isani, added this. # $PK_GENERATION = 0; # # Set the following variable ONLY if your version of dvips # understands the "-mode" command line switch. It is a more reliable # way of setting the METAfont mode than the .dvips file on versions that # support this switch. If you do this, you do not need to modify .dvipsrc # as described below. Herb Swan added this. # # $DVIPS_MODE = "toshiba"; # # Only if you have PK_GENERATION set to 1: # A file 'modes.mf' is probably installed somewhere in your tex # tree. e.g /usr/local/tex/texmf/mf/modes.mf or something similar. # If it has and entry for 'toshiba', then you can ignore the rest. # Otherwise, you'll need to try *one* of the following things: # # o Set PK_GENERATION=0 and generate images for your default printer # o Download the latest modes.mf from the TeX archive and re-run inimf. # o Choose another LOW RESOLUTION screen or printer entry from modes.mf, # (preferably with "|blacker|" set to 0.0 and a 1:1 aspect ratio-- # If you don't have "toshiba", try "epsonlq", "lqlores", "nec", or "NEC") # If you try some other mode, remember to update two other things as well: # # 1) Change the 'toshiba' in the .dvipsrc file that came with latex2html. # 2) Put whatever the |pixels_per_inch| value is into $METAFONT_DPI # and the .dvipsrc file # # Note: The maximum usable SCALE_FACTOR is determined by this resolution. # A higher resolution will take more memory during processing (regardless # of SCALE_FACTOR) but will allow higher SCALE_FACTORs. Do NOT just # change this value though. It *must* match the |pixels_per_inch| of # the metafont mode (e.g. `toshiba'). # $METAFONT_DPI = 180 ; # >>>>>>>>>>> YOU ARE UNLIKELY TO NEED TO CHANGE ANY OF THESE >>>>>>>>>>>>>> $TEXEXPAND = "$LATEX2HTMLDIR/texexpand"; # supplied with the translator $PSTOGIF = "$LATEX2HTMLDIR/pstogif"; # supplied with the translator $BLANKPBM = "$LATEX2HTMLDIR/icons/blank.pbm"; # supplied with the translator #this is no longer used - we now use the ppmraw driver #$ENV{'PSTOPPM'} = "$LATEX2HTMLDIR/pstoppm.ps"; # supplied with the translator $ENV{'PNMCROP'} = "$PBMPLUSDIR/pnmcrop"; $ENV{'PPMTOGIF'} = "$PBMPLUSDIR/ppmtogif"; $ENV{'PNMFLIP'} = "$PBMPLUSDIR/pnmflip"; # Gif files are 1 or 8 bit (ie 256 colors max) and ppmquant makes sure of that $ENV{'PPMQUANT'} = "$PBMPLUSDIR/ppmquant 256"; $ENV{'TEXINPUTS'} = $TEXINPUTS unless defined $ENV{'TEXINPUTS'}; # These are used to right justify equations $PNMFILE = "$PBMPLUSDIR/pnmfile"; $PNMTILE = "$PBMPLUSDIR/pnmtile"; $PNMCAT = "$PBMPLUSDIR/pnmcat"; $PPMTOGIF = "$PBMPLUSDIR/ppmtogif"; $PNMFLIP = "$PBMPLUSDIR/pnmflip"; if ($USENETPBM) { $GIFTOPPM = "$PBMPLUSDIR/giftopnm"} else { $GIFTOPPM = "$PBMPLUSDIR/giftoppm"}; # This is used to "autoload" perl code to deal with specific style files #$LATEX2HTMLSTYLES = "$LATEX2HTMLDIR/styles"; # This is used to support upcoming versions of html - directory where perl # files to handle those are #$LATEX2HTMLVERSIONS = "$LATEX2HTMLDIR/versions";