summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
Commit message (Expand)AuthorAge
* Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* ODT Writer: Figure captionsNikolay Yakimov2015-04-12
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane2014-01-02
* ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane2013-11-30
* OpenDocument: Skip raw HTML.John MacFarlane2013-11-16
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* OpenDocument writer: don't use font-face-decls variable.John MacFarlane2013-09-24
* src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman2013-09-25
* ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane2013-08-11
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy2013-07-14
* 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
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added Attr field to Header.John MacFarlane2013-01-09
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* ODT writer now sizes images appropriately.John MacFarlane2012-01-14
* OpenDocument writer: treat image title of form "dddxddd" as size in px.John MacFarlane2012-01-14
* 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
* OpenDocument writer: Use "First paragraph" style after most non-para blocks.John MacFarlane2011-03-16
* OpenDocument: Use special style for 1st para after heading.John MacFarlane2011-03-12
* 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
* OpenDocument writer: Updated to use Pretty.John MacFarlane2010-12-21
* OpenDocument writer: don't print raw TeX.John MacFarlane2010-11-27
* Updated copyright notices.John MacFarlane2010-03-23
* OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane2010-03-22
* Use template variables for include-before/after.fiddlosopher2010-03-13
* OpenDocument writer: handle tables with no headers.fiddlosopher2010-03-13
* Opendocument writer: support new templates.fiddlosopher2009-12-31
* Don't wrap text in OpenDocument writer.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24