aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Reorganized --help output to match order of options in man page.John MacFarlane1-208/+209
2012-01-25Added --slide-level option to override default.John MacFarlane1-0/+15
2012-01-21Slight edits to a couple error messages.John MacFarlane1-2/+2
2012-01-21Removed `beamer` output format; added `--beamer` option.John MacFarlane1-12/+21
2012-01-21pandoc: Better error checking.John MacFarlane1-0/+10
2012-01-21Improved deprecation warnings for --html5, --offline.John MacFarlane1-3/+4
2012-01-21pandoc: Removed deprecated --xetex option.John MacFarlane1-10/+0
2012-01-21pandoc: Check for latex program earlier.John MacFarlane1-10/+13
2012-01-21pandoc: Added optLaTeXProgram.John MacFarlane1-3/+4
2012-01-20Refactored error reporting in pandoc.hs.John MacFarlane1-40/+49
2012-01-20PDF: Use string instead of special TeXProgram type.John MacFarlane1-2/+2
2012-01-20PDF: Better error message.John MacFarlane1-2/+1
2012-01-20pandoc: Output to pdf now works.John MacFarlane1-15/+20
2012-01-20PDF: Removed TeXError type, just return a bytestring.John MacFarlane1-0/+1
2012-01-19Added Docx writer.John MacFarlane1-8/+21
2012-01-01New treatment of dashes in --smart mode.John MacFarlane1-0/+10
2011-12-29Unescape entities in citation refId.John MacFarlane1-1/+20
2011-12-29DZSlides: Added dzslides/template.html.John MacFarlane1-8/+16
2011-12-29Made `--version` informative about versions of dependencies.John MacFarlane1-2/+3
2011-12-29Better formatting for list of highlighting languages.John MacFarlane1-1/+1
2011-12-29Added "beamer" a few places where we test for latex.John MacFarlane1-2/+3
2011-12-29Don't use `--smart` automatically with `man` output.John MacFarlane1-1/+1
2011-12-29Better formatting of input/output formats in `--help`.John MacFarlane1-7/+7
2011-12-29Made `html5` and `html5+lhs` output formats.John MacFarlane1-1/+4
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane1-5/+35
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane1-6/+1
2011-12-22Added writerHighlight to WriterOptions.John MacFarlane1-1/+2
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane1-11/+2
2011-12-03New slidy directory for "self-contained."John MacFarlane1-0/+2
2011-11-23pandoc.hs : changed a couple `writerName` to `writerName'`.John MacFarlane1-2/+2
2011-11-22Set `--standalone` implicitly when non-text output format.John MacFarlane1-4/+4
2011-11-21Added --self-contained, integrated into src/pandoc.hs.John MacFarlane1-26/+24
2011-11-16Added an asciidoc writer (partial).John MacFarlane1-0/+1
2011-11-11Implemented --citation-abbreviations option.John MacFarlane1-1/+10
2011-10-26Removed redundant import.John MacFarlane1-1/+1
2011-10-01Added dzslides output option.John MacFarlane1-5/+7
2011-07-24Fixed slidy css.John MacFarlane1-1/+1
2011-07-23Changed `--mathjax` to link to mathjax CDN by default.John MacFarlane1-2/+6
2011-07-22Changed default template naming scheme.John MacFarlane1-2/+9
2011-07-22Look for value of --template in datadir if not found.John MacFarlane1-12/+19
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane1-4/+6
2011-04-16Revert API change in EPUB writer.John MacFarlane1-5/+3
2011-03-13Added --epub-cover-image option.John MacFarlane1-1/+11
2011-02-06pandoc.hs: Updated copyright notice.John MacFarlane1-3/+3
2011-02-06Added --ascii option.John MacFarlane1-2/+11
2011-01-30pandoc.hs: Simplified code for writing result.John MacFarlane1-18/+14
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson1-1/+10
2011-01-28RTF writer: Embed images when possible.John MacFarlane1-5/+9
2011-01-23Default to textile writer on .textile extension.John MacFarlane1-0/+1
2011-01-20Added --normalize option.John MacFarlane1-1/+7