### -*- perl -*- ### x-symbol.init --- texi2html init file for X-Symbol ## Author: Christoph Wedler ## Keywords: fonts, WYSIWYG, LaTeX, HTML, wp, math ## X-URL: http://x-symbol.sourceforge.net/ # This file is not part of XEmacs. # This software is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # This software is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # You should have received a copy of the GNU General Public License # along with This software; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. $T2H_BODYTEXT = 'LANG="' . $T2H_LANG . '"'; $T2H_SPLIT_INDEX = 10000; # one file for index $T2H_WORDS_IN_PAGE = 0; # always use navigation at bottom $T2H_EXTRA_HEAD = ''; $T2H_SMALL_FONT_SIZE = 'smaller'; $T2H_AFTER_BODY_OPEN = '
X-Symbol Overview Related Details Manual News »Project »Download
'; $T2H_PRE_BODY_CLOSE = '
'; $T2H_print_navigation = \&T2H_XSYMB_print_navigation; $T2H_print_Top_footer = \&T2H_XSYMB_Top_footer; sub T2H_XSYMB_print_navigation { my $fh = shift; print $fh ""; } sub T2H_XSYMB_Top_footer { my $fh = shift; print $fh '

To print out the manual, you might want to download the PDF version (~730k) or the Postscript version (~720k), both in A4 format. Other formats can be produced from the TeXinfo source in the distribution of X-Symbol.'; T2H_DEFAULT_print_Top_footer($fh); } $to_skip{'detailmenu'} = 0; %user_sub = ( 'detailmenu', 'do_detailmenu' ); sub do_detailmenu { skip_until('detailmenu'); }