/* Global configuration file for html2ps */

@html2ps {
  package {
    djpeg: 1;
    check: weblint;
    geturl: "lynx -source -mime_header";
    path: "/usr/local/bin";
  }
  paper {
    type: A4;
  }
  hyphenation {
    en {
      file: "/usr/local/lib/html2ps/hyphen.tex";
    }
  }
}
