# -*-perl-*-
# texi2html homepage:
# http://www.mathematik.uni-kl.de/~obachman/Texi2html
# texi2html -init_file texi2html.init yorick.tex
$print_page_foot = \&no_print_page_foot;
$ICONS = 1;
$SPLIT = 'node';
$EXTRA_HEAD = <<'EOF';
%extra_head%
EOF
$AFTER_BODY_OPEN = <<'EOF';
%after_body_open%
EOF
$PRE_BODY_CLOSE = <<'EOF';
%pre_body_close%
EOF
# specify in this array which "buttons" should appear in which order
# in the navigation panel for sections; use ' ' for empty buttons (space)
@SECTION_BUTTONS =
(
'Back', 'Forward', ' ', 'FastBack', 'Up', 'FastForward',
' ', ' ', ' ', ' ',
'Top', 'Contents', 'About',
);
# buttons for misc stuff
@MISC_BUTTONS = ('Top', 'Contents', 'About');
@NODE_FOOTER_BUTTONS =
(
'Back', 'Forward', ' ', 'FastBack', 'Up', 'FastForward',
' ', ' ', ' ', ' ',
'Top', 'Contents', 'About',
# 'Back', 'Forward', ' ', 'FastBack', 'Up', 'FastForward'
);
# insert here name of icon images for buttons
# Icons are used, if $ICONS and resp. value are set
%ACTIVE_ICONS =
(
'Top', '../images/a_top.gif',
'Contents', '../images/a_tableofcon.gif',
'Overview', '',
'Index', '../images/a_index.gif',
'Back', '../images/a_left.gif',
'FastBack', '../images/a_leftdouble.gif',
'Prev', '../images/a_left.gif',
'Up', '../images/a_up.gif',
'Next', '../images/a_right.gif',
'Forward', '../images/a_right.gif',
'FastForward', '../images/a_rightdouble.gif',
'About' , '../images/a_help.gif',
'First', '../images/a_begin.gif',
'Last', '../images/a_end.gif',
' ', ''
);
%PASSIVE_ICONS =
(
'Top', '../images/a_top_na.gif',
'Contents', '../images/a_tableofcon_na.gif',
'Overview', '',
'Index', '../images/a_index_na.gif',
'Back', '../images/a_left_na.gif',
'FastBack', '../images/a_leftdouble_na.gif',
'Prev', '../images/a_left_na.gif',
'Up', '../images/a_up_na.gif',
'Next', '../images/a_right_na.gif',
'Forward', '../images/a_right_na.gif',
'FastForward', '../images/a_rightdouble_na.gif',
'About' , '../images/a_help_na.gif',
'First', '../images/a_begin_na.gif',
'Last', '../images/a_end_na.gif',
' ', ''
);
sub no_print_page_foot
{
my $fh = shift;
print $fh <