aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin
2019-09-24odt: Add external option for native numberingNils Carlson
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane
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