pandoc/src/Text
John MacFarlane 7102254e24 PDF generation improvements.
* `Text.Pandoc.PDF` exports `makePDF` instead of `tex2pdf`.
  (API change.)
* `makePDF` walks the pandoc AST and checks for the existence of
  images in the local directory.  If they are not found, it attempts
  to find them, either in the directory containing the first source
  file, or at an absolute URL, or at a URL relative to the base URL
  of the first command line argument.
* Closes #917.
2013-07-20 12:14:43 -07:00
..
Pandoc PDF generation improvements. 2013-07-20 12:14:43 -07:00
Pandoc.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00