summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2015-12-13ODT/OpenDocument writer: improved image attributesmb21
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-14Allow more customization of opendocument styles.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-04-12ODT Writer: Figure captionsNikolay Yakimov
2015-02-04Append newline to the LineBreak of various writersTim Lin
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering
2014-07-12Removed space at ends of lines in source.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-01-02OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane
2013-11-30ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane
2013-11-16OpenDocument: Skip raw HTML.John MacFarlane
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane
2013-09-24OpenDocument writer: don't use font-face-decls variable.John MacFarlane
2013-09-25src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman
2013-08-11ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane
2013-08-10Adjustments for new Format newtype.John MacFarlane
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane
2013-07-14Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane
2013-06-27Writers: Use defField for defaults.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-01-09Added Attr field to Header.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-01-14ODT writer now sizes images appropriately.John MacFarlane
2012-01-14OpenDocument writer: treat image title of form "dddxddd" as size in px.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane
2011-03-16OpenDocument writer: Use "First paragraph" style after most non-para blocks.John MacFarlane
2011-03-12OpenDocument: Use special style for 1st para after heading.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2010-12-21OpenDocument writer: Updated to use Pretty.John MacFarlane
2010-11-27OpenDocument writer: don't print raw TeX.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-22OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane
2010-03-13Use template variables for include-before/after.fiddlosopher
2010-03-13OpenDocument writer: handle tables with no headers.fiddlosopher
2009-12-31Opendocument writer: support new templates.fiddlosopher
2009-12-31Don't wrap text in OpenDocument writer.fiddlosopher