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.
kile/src/kile2.0-5_upd.pl

21 lines
219 B

#!/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