
# Workaround for a bug in latex2html which does not seem to 
# manage the \tableofcontents command correctly
&ignore_commands( <<_IGNORED_CMDS_);
tableofcontents
_IGNORED_CMDS_

$ASCII_MODE = 1;

$BODYTEXT = "BGCOLOR=\"\#FFFFFF\" text=\"\#000000\" link=\"\#0000FF\" vlink=\"\#4444FF\" alink=\"\#3388FF\""; 

$SHOW_SECTION_NUMBERS = 1;

$MAX_SPLIT_DEPTH = 4;

$BOTTOM_NAVIGATION = 1;

$EXTERNAL_UP_LINK = "../index.html";
$EXTERNAL_UP_TITLE = "GNUstep Mini Tutorials";

sub top_navigation_panel {
    ($NEXT_TITLE ? "<B> Next: $NEXT_TITLE </B>\n" : undef) . 
    ($UP_TITLE ? "<B>Up: $UP_TITLE  </B>\n" : undef) . 
    ($PREVIOUS_TITLE ? "<B> Previous: $PREVIOUS_TITLE </B>\n" : undef) .
    "<BR> <P>\n"
}

sub bot_navigation_panel {
    "<HR>".			
    ($NEXT_TITLE ? "<B> Next: $NEXT_TITLE </B>\n" : undef) . 
    ($UP_TITLE ? "<B>Up: $UP_TITLE </B>\n" : undef) . 
    ($PREVIOUS_TITLE ? "<B> Previous: $PREVIOUS_TITLE </B>\n" : undef) 
}
