Georg Baum wrote:
> > I already commited the patch, but I can change that, if you like.
>
> That would be nice.
>
> > For all
> > other converters using $$i only, I guess individual tests have to be
> > made.
>
> Yes.

OK, I'm putting the attached in, as a start. There are still quite a lot of 
converters that might or might not be changed. I didn't touch them, because I 
don't have them installed currently. Namely

htlatex/oolatex, latex2html, sgml2lyx, sgml2latex, sgml2html, sgmltools, 
db2dvi, db2html

Jean-Marc, please tell me if you want that also in 1.4.

Jürgen
Index: lib/configure.py
===================================================================
--- lib/configure.py	(Revision 13934)
+++ lib/configure.py	(Arbeitskopie)
@@ -330,13 +330,13 @@ def checkConverterEntries():
   checkProg('an LaTeX -> OpenOffice.org LaTeX converter', ['oolatex $$i', 'oolatex.sh $$i'],
     rc_entry = [ r'\converter latex      sxw        "%%"	"latex"' ])
   #
-  checkProg('a PS to PDF converter', ['ps2pdf13 $$i'],
+  checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'],
     rc_entry = [ r'\converter ps         pdf        "%%"	""' ])
   #
   checkProg('a DVI to PS converter', ['dvips -o $$o $$i'],
     rc_entry = [ r'\converter dvi        ps         "%%"	""' ])
   #
-  checkProg('a DVI to PDF converter', ['dvipdfmx $$i', 'dvipdfm $$i'],
+  checkProg('a DVI to PDF converter', ['dvipdfmx -o $$o $$i', 'dvipdfm -o $$o $$i'],
     rc_entry = [ r'\converter dvi        pdf3       "%%"	""' ])
   #
   path, dvipng = checkProg('dvipng', ['dvipng'])

Reply via email to