Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
/* 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"; |
|
} |
|
} |
|
}
|
|
|