File: .latex2html-init

package info (click to toggle)
xmds-doc 0~svn.1884-3.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 8,336 kB
  • ctags: 192
  • sloc: makefile: 135; python: 55
file content (13 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: .latex2html-init 1262 2007-01-07 19:32:49Z paultcochrane $

$BOTTOM_NAVIGATION = 1;
$LOCAL_ICONS = 1;
$HTML_VERSION = "4.0";
$NO_SIMPLE_MATH = 1;
$MAX_SPLIT_DEPTH = 5;
$TMP = "/var/tmp";
$DESTDIR = "../../xmds.org/documentation/html";
$IMAGE_TYPE = "png";
$ADDRESS = "<I>The xmds-devel team</I>\n<BR><I>$address_data[1]</I>";
$alltt_rx = 'shellCode|xmdsCode|matlabCode|scilabCode';