mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +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
|
# PDF produced using non-TeX fonts. This does not produce non-unique
|
||||||
# conversion paths, since a given document either uses TeX fonts or not.
|
# conversion paths, since a given document either uses TeX fonts or not.
|
||||||
checkProg('a PDF cropping tool', ['pdfcrop $$i $$o'],
|
checkProg('a PDF cropping tool', ['pdfcrop $$i $$o'],
|
||||||
rc_entry = [ r'''\converter pdf2 pdf7 "%%" ""' ])
|
rc_entry = [ r'''\converter pdf2 pdf7 "%%" ""
|
||||||
\converter pdf4 pdf7 "%%" ""''' ])
|
\converter pdf4 pdf7 "%%" ""''' ])
|
||||||
# Create one converter for a PDF produced using TeX fonts and one for a
|
# 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
|
# PDF produced using non-TeX fonts. This does not produce non-unique
|
||||||
|
Loading…
Reference in New Issue
Block a user