commit ff97582e01d7ed1dfe024882459505689eb609b3
Author: Georg Baum <[email protected]>
Date:   Sat Feb 14 10:29:00 2015 +0100

    Fix lyxrc formatting error
    
    Thanks to Jürgen for noticing this. I rearranged the formatting after 
testing,
    so this slipped through.

diff --git a/lib/configure.py b/lib/configure.py
index 595180d..07d4146 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -866,7 +866,7 @@ def checkConverterEntries():
     # PDF produced using non-TeX fonts. This does not produce non-unique
     # conversion paths, since a given document either uses TeX fonts or not.
     checkProg('a PDF cropping tool', ['pdfcrop $$i $$o'],
-        rc_entry = [ r'''\converter pdf2   pdf7       "%%"     ""' ])
+        rc_entry = [ r'''\converter pdf2   pdf7       "%%"     ""
 \converter pdf4   pdf7       "%%"      ""''' ])
     # Create one converter for a PDF produced using TeX fonts and one for a
     # PDF produced using non-TeX fonts. This does not produce non-unique

Reply via email to