aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)AuthorFilesLines
2017-03-03OpenDocument writer: Clarified some code.John MacFarlane1-12/+11
2017-03-03OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane1-1/+1
2017-03-01ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg1-2/+0
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-3/+8
2017-01-25Cleanups for rebase.John MacFarlane1-2/+2
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-24/+3
2017-01-25Fixed shadowing warnings.John MacFarlane1-3/+3
2017-01-25Refactored math conversion in writers.John MacFarlane1-60/+76
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-2/+3
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak1-3/+25
2017-01-24OpenDocument writer: small refactoring.John MacFarlane1-8/+11
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane1-25/+62
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane1-2/+3
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets1-3/+2
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift1-1/+1
2016-11-08Inline code when text has a special styleHubert Plociniczak1-1/+2
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-0/+2
2015-12-13ODT/OpenDocument writer: improved image attributesmb211-14/+9
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-22/+26
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-8/+8
2015-11-14Allow more customization of opendocument styles.John MacFarlane1-2/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-7/+7
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-12ODT Writer: Figure captionsNikolay Yakimov1-2/+9
2015-02-04Append newline to the LineBreak of various writersTim Lin1-1/+1
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+1
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-1/+1
2014-07-12Removed space at ends of lines in source.John MacFarlane1-2/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-3/+3
2014-01-02OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane1-6/+10
2013-11-30ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane1-2/+8
2013-11-16OpenDocument: Skip raw HTML.John MacFarlane1-2/+2
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-1/+1
2013-09-24OpenDocument writer: don't use font-face-decls variable.John MacFarlane1-7/+0
2013-09-25src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman1-4/+15
2013-08-11ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane1-1/+2
2013-08-10Adjustments for new Format newtype.John MacFarlane1-5/+7
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-07-14Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy1-5/+7
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-3/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-3/+3
2013-06-27Writers: Use defField for defaults.John MacFarlane1-3/+3
2013-06-24Use new flexible metadata type.John MacFarlane1-19/+18
2013-01-09Added Attr field to Header.John MacFarlane1-1/+1