summaryrefslogtreecommitdiff
path: root/print/html2ps/files/html2psrc.in
blob: 4716fb2b8589bba96b1b5c3d90886d16fcc4a637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Global configuration file for html2ps */

@html2ps {
  package {
    ImageMagick: 1;
    PerlMagick: 1;
    djpeg: 1;
    TeX: 1;
    dvips: 1;
    Ghostscript: 1;
    check: weblint++;
    libwww-perl: 1;
    path: "%%LOCALBASE%%/bin";
  }
  paper {
    type: libpaper;
  }
  hyphenation {
    en {
      file: "%%DATADIR%%/hyphen.tex";
    }
  }
}