mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
712773eeed
commit
ff97582e01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user