File: .latex2html-init

package info (click to toggle)
form 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,312 kB
  • sloc: ansic: 110,546; cpp: 20,395; sh: 5,874; makefile: 545
file content (15 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ADDRESS = '<small>'
    . 'This document was generated using the '
    . "<a href=\"$TEX2HTMLADDRESS\">LaTeX2HTML</a>"
    . " translator Version $TEX2HTMLVERSION."
    . '</small>';
$DO_INCLUDE = 'float'; # https://github.com/vermaseren/form/issues/442
$DVIPSOPT = ' -E';
$INFO = 0;
$MAX_SPLIT_DEPTH = 0;
$NO_FOOTNODE = 1;
$NO_NAVIGATION = 1;
$SHORT_INDEX = 1;
$SHOW_SECTION_NUMBERS = 1;

1;