Age | Commit message (Expand) | Author | Files | Lines |
2014-08-13 | PDF Writer: Attempts to convert images to pdf renderable formats | Matthew Pickering | 1 | -3/+29 |
2014-07-30 | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag. | John MacFarlane | 1 | -7/+7 |
2014-07-30 | Moved withTempDir from PDF to Shared, export from Shared. | John MacFarlane | 1 | -10/+1 |
2014-05-28 | PDF writer: Fixed treatment of data uris for images. | John MacFarlane | 1 | -2/+2 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-05 | Text.Pandoc.PDF: Ensure that temp directories deleted on Windows. | John MacFarlane | 1 | -1/+4 |
2014-03-19 | PDF: Changes to error reporting, to handle non-UTF8 error output. | John MacFarlane | 1 | -3/+2 |
2014-03-10 | PDF: Use / as path separators in latex input only | Tim Lin | 1 | -12/+15 |
2014-03-10 | PDF: Use / as path separators in tempdir on Windows. | John MacFarlane | 1 | -3/+11 |
2014-03-09 | PDF: Use / as path separators even on Windows. | John MacFarlane | 1 | -2/+3 |
2014-02-23 | PDF: Use ; for TEXINPUTS separator on Windows. | John MacFarlane | 1 | -1/+6 |
2013-12-19 | HLint: use fromMaybe | Henry de Valence | 1 | -1/+2 |
2013-10-17 | PDF: Minor code cleanup. | John MacFarlane | 1 | -2/+2 |
2013-08-11 | PDF: Add suggestion to use --latex-engine=xelatex on encoding error. | John MacFarlane | 1 | -2/+8 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -3/+3 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 1 | -2/+2 |
2013-08-08 | Use pipeProcess in Text.Pandoc.PDF. | John MacFarlane | 1 | -36/+3 |
2013-07-20 | PDF generation improvements. | John MacFarlane | 1 | -5/+45 |
2013-07-18 | Text.Pandoc.PDF: put temporary output directory in TEXINPUTS. | John MacFarlane | 1 | -4/+12 |
2013-04-26 | PDF: On Windows, create temdir in working directory. | John MacFarlane | 1 | -2/+10 |
2012-03-19 | PDF: Run latex at least two times. | John MacFarlane | 1 | -2/+2 |
2012-02-19 | PDF: run latex 3 times if --toc specified. | John MacFarlane | 1 | -1/+1 |
2012-02-07 | PDF: Only run latex twice if \tableofcontents is present. | John MacFarlane | 1 | -1/+4 |
2012-02-06 | Text.Pandoc.PDF: Simplified tex2pdf. | John MacFarlane | 1 | -26/+16 |
2012-01-21 | pandoc: Better error checking. | John MacFarlane | 1 | -5/+5 |
2012-01-20 | PDF: Use string instead of special TeXProgram type. | John MacFarlane | 1 | -16/+6 |
2012-01-20 | PDF: Better error message. | John MacFarlane | 1 | -3/+7 |
2012-01-20 | PDF: Export TeXProgram type. | John MacFarlane | 1 | -1/+1 |
2012-01-20 | PDF: Removed TeXError type, just return a bytestring. | John MacFarlane | 1 | -18/+7 |
2012-01-20 | Fixed -Wall errors in PDF module. | John MacFarlane | 1 | -20/+13 |
2012-01-20 | Added Text.Pandoc.PDF - converts latex to PDF. | John MacFarlane | 1 | -0/+167 |