### Command Line Argument Defaults #######################################
$MAX_SPLIT_DEPTH = 8; # Stop making separate files at this depth
$MAX_LINK_DEPTH = 4; # Stop showing child nodes at this depth
$NOLATEX = 0; # 1 = do not pass unknown environments to Latex
$EXTERNAL_IMAGES = 0; # 1 = leave the images outside the document
$ACCENT_IMAGES = 'large'; # Add large accents to images
$ASCII_MODE = 0; # 1 = do not use any icons or internal images
# 1 = use links to external postscript images rather than inlined GIF's.
$TITLE = $default_title; # The default is "No Title"
$DESTDIR = ''; # Put the result in this directory
# When this is set, the generated HTML files will be placed in the
# current directory. If set to 0 the default behaviour is to create (or reuse)
# another file directory.
if(length $ENV{DOCSROOT} > 0){
$DOCSROOT = $ENV{DOCSROOT};
$TEXINPUTS = $ENV{TEXINPUTS};
@VERS = split /\./, $AVERS;
$VERSHTML = "Version $AIPSVERS Build $VERS[1]";
$ADDRESS = "<I>Please send questions or comments about AIPS++ to <A HREF=\"mailto:aips2-request\@nrao.edu\">aips2-request\@nrao.edu</A>.<BR>Copyright © 1995-2000 <A HREF=\"http://www.aui.edu\">Associated Universities Inc.</A>,
Washington, D.C.</I><BR><B> Return to </B><A HREF=\"$DOCSROOT/aips++.html\">AIPS++ Home Page</A>\n<BR><STRONG>\n$address_data[1]</STRONG><BR>";
$NO_NAVIGATION = 0; # 1 = do not put a navigation panel at the top of each page
# Put navigation links at the top of each page. If the page exceeds
# $WORDS_IN_PAGE number of words then put one at the bottom of the page.
# Put a link to the index page in the navigation panel
$INDEX_IN_NAVIGATION = 1;
# Put a link to the table of contents in the navigation panel
$CONTENTS_IN_NAVIGATION = 1;
# Put a link to the next logical page in the navigation panel
$NEXT_PAGE_IN_NAVIGATION = 1;
# Put a link to the previous logical page in the navigation panel
$PREVIOUS_PAGE_IN_NAVIGATION = 1;
$INFO = 0; # 0 = do not make a "About this document..." section
# Reuse images generated during previous runs
$WHITE_BACKGROUND = 1; #Try for a white backgroup by default
$SHOW_SECTION_NUMBERS = 0;
### Other global variables ###############################################
$CHILDLINE = "<BR> <HR>\n";
$default_language = 'english';
$WORDS_IN_NAVIGATION_PANEL_TITLES = 8;
$MATH_SCALE_FACTOR = 1.5;
$FIGURE_SCALE_FACTOR = 1.5;