summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RTF.hs
Commit message (Expand)AuthorAge
* Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
* RTF writer: Improved image embedding.John MacFarlane2014-07-30
* RTF writer: refactored image embedding, using fetchItem'.John MacFarlane2014-07-30
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* RTF writer: Avoid extra paragraph tags in metadata.John MacFarlane2014-07-13
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2014-03-24
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Fixed regression with RTF table of contents.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane2013-05-02
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Added Attr field to Header.John MacFarlane2013-01-09
* Implemented --toc-depth (and --toc!) for RTF writer.John MacFarlane2013-01-05
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Updated copyright notices.John MacFarlane2010-03-23
* Use template variables for include-before/after.fiddlosopher2010-03-13
* RTF writer: fixed headerless tables.fiddlosopher2010-03-11
* Modified RTF writer to use new templates.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Added support for --toc to RTF writer.fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* + Use new alignment parameter in title/author/date,fiddlosopher2007-05-09
* Changes to RTF writer:fiddlosopher2007-05-03