pandoc/src/Text
John MacFarlane a9628d0745 Text.Pandoc.PDF: more comprehensible errors on image conversion.
Closes #2067.
EPS can't be supported without shelling out to something like
ImageMagick, but at least we can avoid mysterious error messages.

We now get:

    pandoc: Unable to convert `circle.eps' for use with pdflatex.
    ! Package pdftex.def Error: File `circle-eps-converted-to.pdf' not found.

which seems more straightforward.
2015-04-12 21:18:21 -07:00
..
Pandoc Text.Pandoc.PDF: more comprehensible errors on image conversion. 2015-04-12 21:18:21 -07:00
Pandoc.hs Added CommonMark writer. 2015-03-29 23:42:42 -07:00