PDF: fix reference to rsvg-convert (#4855)
When rsvg-convert is not available, pandoc would tell the user to check for rsvg2pdf instead
This commit is contained in:
parent
d0072002f5
commit
4dddfbc435
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ convertImage tmpdir fname =
|
|||
then return $ Right pdfOut
|
||||
else return $ Left "conversion from SVG failed")
|
||||
(\(e :: E.SomeException) -> return $ Left $
|
||||
"check that rsvg2pdf is in path.\n" ++
|
||||
"check that rsvg-convert is in path.\n" ++
|
||||
show e)
|
||||
_ -> JP.readImage fname >>= \res ->
|
||||
case res of
|
||||
|
|
Loading…
Add table
Reference in a new issue