File: local.pm

package info (click to toggle)
latex2html 98.1-pre2-b6-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,880 kB
  • ctags: 2,808
  • sloc: perl: 34,603; makefile: 690; sh: 107
file content (28 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#################################################################
# local.pm
#
# Local Configuration for LaTeX2HTML
#
# This file is created automatically. Do not edit!
#
#################################################################

package main;

### start pstoimg configuration ###
$GS_LIB = '   . ; /usr/lib/ghostscript/common ; /usr/lib/ghostscript/5.10 ;   /usr/lib/ghostscript/fonts'; # Inserted by configure-pstoimg
$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
$GS = '/usr/bin/gs'; # Inserted by configure-pstoimg
$PNMCAT = '/usr/bin/pnmcat'; # Inserted by configure-pstoimg
$PNMFILE = '/usr/bin/pnmfile'; # Inserted by configure-pstoimg
$PNMTOPNG = '/usr/bin/pnmtopng'; # Inserted by configure-pstoimg
$PBMMAKE = '/usr/bin/pbmmake'; # Inserted by configure-pstoimg
$GSLANDSCAPE = '/usr/lib/ghostscript/5.10/landscap.ps'; # Inserted by configure-pstoimg
$PPMQUANT = '/usr/bin/ppmquant'; # Inserted by configure-pstoimg
$PNMFLIP = '/usr/bin/pnmflip'; # Inserted by configure-pstoimg
$bg_color = '\#bfbfbf'; # Inserted by configure-pstoimg
$white_color = '\#ffffff'; # Inserted by configure-pstoimg
$PNMCROP = '/usr/bin/pnmcrop'; # Inserted by configure-pstoimg
### end pstoimg configuration ###

1;