aboutsummaryrefslogblamecommitdiff
path: root/print/html2ps/files/html2psrc.in
blob: 4716fb2b8589bba96b1b5c3d90886d16fcc4a637 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                           
                     



                              
                   






                                     
/* 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";
    }
  }
}