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.
21 lines
219 B
21 lines
219 B
15 years ago
|
#!/usr/bin/perl
|
||
|
|
||
|
# tbraun 10/10/2007
|
||
|
|
||
|
print "# DELETE [Tools]DVItoPDF\n";
|
||
|
|
||
|
print <<EOT;
|
||
|
|
||
|
[Tool/DVItoPDF/Modern]
|
||
|
class=Convert
|
||
|
command=dvipdfmx
|
||
|
options='%S.dvi'
|
||
|
from=dvi
|
||
|
to=pdf
|
||
|
type=Process
|
||
|
|
||
|
[Tools]
|
||
|
DVItoPDF=Modern
|
||
|
|
||
|
EOT
|