You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Global configuration file for html2ps */ |
|
|
|
@html2ps { |
|
package { |
|
netpbm: 1; |
|
libwww-perl: 1; |
|
path: "@l_prefix@/bin"; |
|
} |
|
paper { |
|
type: A4; |
|
} |
|
hyphenation { |
|
en { |
|
file: "@l_prefix@/lib/html2ps/hyphen.tex"; |
|
} |
|
} |
|
}
|
|
|