# Override LaTeX2HTML defaults

# Need a large papersize so that the example graphs fit on one page
$PAPERSIZE = "a3";

# Some browsers have trouble with transparent PNGs, and RedHat 9's
# combination of LaTeX2HTML/pnm/gs sometimes produces non-transparent
# images with a gray background if we don't specifically ask for
# non-transparent, white
$TRANSPARENT_FIGURES = 0;
$WHITE_BACKGROUND = 1;

$MAX_SPLIT_DEPTH = 3;	# Stop making separate files at this depth
$MAX_LINK_DEPTH = 5;    # Stop showing child nodes at this depth   

$default_title = "ASGL 1.3.2 manual";

# Make the navigation icons part of the manual directory
$LOCAL_ICONS = 1;
