From 19dd54ce6e04efa6a7e95097998ea1a0e8b617a9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 16 Jan 2003 20:13:08 +0000 Subject: X-Symbol version 4.45 beta --- x-symbol/man/x-symbol.init | 79 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 x-symbol/man/x-symbol.init diff --git a/x-symbol/man/x-symbol.init b/x-symbol/man/x-symbol.init new file mode 100644 index 00000000..646d9378 --- /dev/null +++ b/x-symbol/man/x-symbol.init @@ -0,0 +1,79 @@ +### -*- 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 = 10; # 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 or +the Postscript version (both in A4 format, +zipped). Other formats can be produced from the TeXinfo source in +the distribution of X-Symbol.'; + T2H_DEFAULT_Top_footer; + } + +$to_skip{'detailmenu'} = 0; +%user_sub = ( + 'detailmenu', 'do_detailmenu' + ); + +sub do_detailmenu + { + skip_until('detailmenu'); + } -- cgit v1.2.3