summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Removed `beamer` output format; added `--beamer` option.John MacFarlane2012-01-21
* README tweak on equivalent to markdown2pdf.John MacFarlane2012-01-21
* pandoc: Better error checking.John MacFarlane2012-01-21
* Improved deprecation warnings for --html5, --offline.John MacFarlane2012-01-21
* pandoc: Removed deprecated --xetex option.John MacFarlane2012-01-21
* pandoc: Check for latex program earlier.John MacFarlane2012-01-21
* pandoc: Added optLaTeXProgram.John MacFarlane2012-01-21
* Removed obsolete flag info in INSTALL.John MacFarlane2012-01-20
* Refactored error reporting in pandoc.hs.John MacFarlane2012-01-20
* PDF: Use string instead of special TeXProgram type.John MacFarlane2012-01-20
* Removed markdown2pdf and documentation.John MacFarlane2012-01-20
* PDF: Better error message.John MacFarlane2012-01-20
* pandoc: Output to pdf now works.John MacFarlane2012-01-20
* PDF: Export TeXProgram type.John MacFarlane2012-01-20
* PDF: Removed TeXError type, just return a bytestring.John MacFarlane2012-01-20
* Fixed -Wall errors in PDF module.John MacFarlane2012-01-20
* Added Text.Pandoc.PDF - converts latex to PDF.John MacFarlane2012-01-20
* Docx: Put display math on separate line.John MacFarlane2012-01-20
* Docx writer: Fixed styles in footnotes.John MacFarlane2012-01-20
* Docx: Adjusted list spacing for less cramped number markers.John MacFarlane2012-01-20
* Docx writer: Start bullet lists with solid bullet.John MacFarlane2012-01-20
* Docx writer: Don't indent first level of lists.John MacFarlane2012-01-20
* Docx writer: Fixed bug with numbered lists.John MacFarlane2012-01-20
* Templates: Removed vestigial remnant of openxml template.John MacFarlane2012-01-19
* Documented docx reader in README.John MacFarlane2012-01-19
* Minor comment fixes.John MacFarlane2012-01-19
* Check for existence before opening image file.John MacFarlane2012-01-19
* Added Docx writer.John MacFarlane2012-01-19
* ImageSize: Fixed implementation of sizeInPoints.John MacFarlane2012-01-15
* Fixed whitespace bug in comments.John MacFarlane2012-01-15
* ImageSize: extract dpi information from PNG and JPEG.John MacFarlane2012-01-15
* ODT writer now sizes images appropriately.John MacFarlane2012-01-14
* Export ImageType(..) from ImageSize.John MacFarlane2012-01-14
* Added Text.Pandoc.ImageSize.John MacFarlane2012-01-14
* OpenDocument writer: treat image title of form "dddxddd" as size in px.John MacFarlane2012-01-14
* SelfContained: Use getMimeType from Text.Pandoc.MIME.John MacFarlane2012-01-14
* Added 'layout-cache' to getMimeType.John MacFarlane2012-01-14
* EPUB writer: Allow raw HTML.John MacFarlane2012-01-13
* Improved citation tests.John MacFarlane2012-01-13
* Added "title" to list of docbook block-level tags.John MacFarlane2012-01-12
* Split html template into html, html5 templates.John MacFarlane2012-01-11
* HTML writer: Don't use self-closing img, br, hr tags.John MacFarlane2012-01-11
* Markdown reader: fixed bug in table/hrule parsing.John MacFarlane2012-01-10
* Markdown reader: Allow links in image captions.John MacFarlane2012-01-08
* Templates: Tell pandoc where to find default "html5" template.John MacFarlane2012-01-08
* Allow markdown2pdf to use `--old-dashes` and `--citatation-abbreviations`.John MacFarlane2012-01-04
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* README: Added note on proper date format.John MacFarlane2012-01-01
* EPUB writer: Allow `lang` variable to set language in metadata.John MacFarlane2012-01-01
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01