File: html2psrc

package info (click to toggle)
html2ps 1.0b7-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 2,192 kB
  • sloc: perl: 4,539; tcl: 1,799; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 344 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
/* Global configuration file for html2ps */

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