]> git.lyx.org Git - features.git/commitdiff
Fix lyxrc formatting error
authorGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 09:29:00 +0000 (10:29 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 09:30:29 +0000 (10:30 +0100)
Thanks to Jürgen for noticing this. I rearranged the formatting after testing,
so this slipped through.

lib/configure.py

index 595180da65d1d8ec947dca479b3824daf1f7ecad..07d4146a198e5f847325a3b40941b76c86506157 100644 (file)
@@ -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