]> git.lyx.org Git - features.git/commitdiff
converter: change 'ps2pdf13' to 'ps2pdf'
authorScott Kostyshak <skostysh@lyx.org>
Thu, 11 Apr 2013 02:56:35 +0000 (22:56 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 25 Apr 2013 10:41:15 +0000 (06:41 -0400)
ps2pdf by default produces the PDF 1.4 format. The PDF 1.3 format was
released in 2000. PDF 1.4 was released in 2001.  LyX specified 1.3 as
the output version in 2002 (c1541c22), perhaps because at the time
PDF 1.4 was only a year old so some viewers did not support it.

lib/configure.py

index 2a6b80eecd306cc7d8aed01eb08c6ac5d1c4dde2..78983e38958e59f95ca9efc9fc41b56da1674a32 100644 (file)
@@ -759,7 +759,7 @@ def checkConverterEntries():
     checkProg('a RTF -> HTML converter', ['unrtf --html  $$i > $$o'],
         rc_entry = [ r'\converter rtf      html        "%%"    ""' ])
     # Do not define a converter to pdf6, ps is a pure export format 
-    checkProg('a PS to PDF converter', ['ps2pdf13 $$i $$o'],
+    checkProg('a PS to PDF converter', ['ps2pdf $$i $$o'],
         rc_entry = [ r'\converter ps         pdf        "%%"   ""' ])
     #
     checkProg('a PS to TXT converter', ['pstotext $$i > $$o'],