# -*-perl-*- # texi2html homepage: # http://www.mathematik.uni-kl.de/~obachman/Texi2html # texi2html -init_file texi2html.init -split sections yorick.tex #$T2H_print_page_foot = \&T2H_no_print_page_foot; $T2H_print_page_foot = \&T2H_llnl_print_page_foot; $T2H_ICONS = 1; $T2H_SPLIT = 'section'; $T2H_AFTER_BODY_OPEN = <<'EOF';

yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

EOF $T2H_PRE_BODY_CLOSE = '
'; # insert here name of icon images for buttons # Icons are used, if $T2H_ICONS and resp. value are set %T2H_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', '', 'Last', '', ' ', '' ); sub T2H_llnl_print_page_foot { my $fh = shift; print $fh < LLNL Disclaimers

$T2H_PRE_BODY_CLOSE EOT } sub T2H_no_print_page_foot { my $fh = shift; print $fh < EOT } 1; # This must be the last non-comment line