File: html2psrc

package info (click to toggle)
html2ps 1.0b1-6
  • links: PTS
  • area: main
  • in suites: slink
  • size: 476 kB
  • ctags: 37
  • sloc: tcl: 765; makefile: 41; sh: 6
file content (21 lines) | stat: -rw-r--r-- 350 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/lib/texmf/tex/generic/hyphen/ushyph1.tex";
    }
  }
}