Fix lyxrc formatting error

Thanks to Jürgen for noticing this. I rearranged the formatting after testing,
so this slipped through.
This commit is contained in:
Georg Baum 2015-02-14 10:29:00 +01:00
parent 712773eeed
commit ff97582e01

View 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