From ff97582e01d7ed1dfe024882459505689eb609b3 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 14 Feb 2015 10:29:00 +0100 Subject: [PATCH] Fix lyxrc formatting error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Jürgen for noticing this. I rearranged the formatting after testing, so this slipped through. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.py b/lib/configure.py index 595180da65..07d4146a19 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 -- 2.39.5