File: html2psrc

package info (click to toggle)
html2ps 1.0b3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 460 kB
  • ctags: 239
  • sloc: perl: 4,535; tcl: 1,799; makefile: 42
file content (21 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Global configuration file for html2ps */

@html2ps {
  package {
    ImageMagick: 1;
    PerlMagick: 1;
    TeX: 1;
    Ghostscript: 1;
    check: weblint;
    libwww-perl: 1;
    path: "/usr/X11R6/bin:/usr/bin";
  }
  paper {
    type: letter;
  }
  hyphenation {
    en {
      file: "/usr/share/texmf/tex/generic/hyphen/ushyph1.tex";
    }
  }
}