summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane
2018-11-22ODT writer: Fix list indentationNils Carlson
2018-10-05OpenDocument writer: Implement table caption numbering (#4949)Nils Carlson
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg
2018-10-03OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.John MacFarlane
2018-10-03OpenDocument writer: Implement figure numbering in captions (#4944)Nils Carlson
2018-10-02OpenDocument writer: improve bullet/numbering alignment.John MacFarlane
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson
2018-05-14Make internal links work in ODT/OpenDocument.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-28improve formatting of formulas in OpenDocumentoltolm
2017-12-04Add `empty_paragraphs` extension.John MacFarlane
2017-11-01hlintAlexander Krotov
2017-10-29hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-06-26OpenDocument/ODT writer: Added support for table of contents.John MacFarlane
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane
2017-06-25Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-03OpenDocument writer: Clarified some code.John MacFarlane
2017-03-03OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane
2017-03-01ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane
2017-01-25Cleanups for rebase.John MacFarlane
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane
2017-01-25Fixed shadowing warnings.John MacFarlane
2017-01-25Refactored math conversion in writers.John MacFarlane
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak
2017-01-24OpenDocument writer: small refactoring.John MacFarlane
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift
2016-11-08Inline code when text has a special styleHubert Plociniczak