aboutsummaryrefslogtreecommitdiff
path: root/src/markdown2pdf.hs
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Removed markdown2pdf and documentation.John MacFarlane1-269/+0
2012-01-04Allow markdown2pdf to use `--old-dashes` and `--citatation-abbreviations`.John MacFarlane1-0/+1
2011-12-29Added 'beamer' as an output format.John MacFarlane1-6/+10
2011-12-27Made `--highlight-style` and `--no-highlight` work in markdown2pdf.John MacFarlane1-0/+1
2011-11-10Changed misleading documentation on markdown2pdf.John MacFarlane1-1/+1
2011-11-10markdown2pdf: Use proper temp directory for latex processing.John MacFarlane1-9/+16
2011-07-30markdown2pdf: Added -interaction nonstopmode.John MacFarlane1-2/+2
2011-07-22Added `--luatex` option to markdown2pdf.John MacFarlane1-4/+7
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane1-3/+6
2011-07-22markdown2pdf: Better error printing.John MacFarlane1-1/+3
2011-07-22markdown2pdf: Don't crash if pdflatex's output is not UTF-8.John MacFarlane1-6/+45
2011-07-20markdown2pdf: Fix issue reading log with non-UTF8 characters.Paulo Tanimoto1-5/+6
2011-07-20Changed markdown2pdf to halt-on-error.John MacFarlane1-1/+1
2011-02-13markdown2pdf: Removed mistakenly included debugging lines.John MacFarlane1-2/+2
2011-02-13markdown2pdf: Fixed filename encoding issues.John MacFarlane1-7/+9
2011-02-04markdown2pdf: Fixed bug with output file extensions.John MacFarlane1-1/+1
2011-01-28Support --listings in markdown2pdf (Etienne Millon).John MacFarlane1-1/+1
2010-12-02Added --data-dir to valid options for markdown2pdf.John MacFarlane1-1/+1
2010-12-02Tweaked command-line options allowed by markdown2pdf.John MacFarlane1-1/+1
2010-06-30Let markdown2pdf recognize citeproc options.John MacFarlane1-1/+2
2010-05-06Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane1-15/+8
2010-01-05markdown2pdf: always do at least two runs.fiddlosopher1-3/+2
2010-01-02markdown2pdf.hs: throw error if pandoc --dump-args does.fiddlosopher1-3/+3
2010-01-02markdown2pdf.hs: When --toc, run latex an extra time.fiddlosopher1-2/+4
2009-12-31Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher1-1/+1
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher1-0/+6
2009-12-31markdown2pdf.hs: interpret ! in a log as an error line.fiddlosopher1-1/+1
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher1-13/+17
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher1-2/+3
2009-12-07Changed markdown2pdf.hs so it prints error messages on last attempt.fiddlosopher1-2/+2
2009-11-22Modified markdown2pdf so as not to create a backup file.fiddlosopher1-7/+2
2009-11-21Use utf8-string IO in markdown2pdf.hs.fiddlosopher1-2/+4
2009-08-22Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher1-9/+14
2009-06-25Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher1-4/+6
2009-05-01Added new Haskell version of markdown2pdf.fiddlosopher1-15/+16
2009-05-01pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher1-0/+195