/* Global configuration file for html2ps */

@html2ps {
  package {
    path: "/usr/X11R6/bin:/usr/bin";
  }
  paper {
    type: A4;
  }
  hyphenation {
    en {
      file: "/usr/share/texmf/tex/generic/hyphen/hyphen.tex";
    }
    pl {
      file: "/usr/share/texmf/tex/generic/hyphen/plhyph.tex";
    }
  }
}
