aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-73/+76
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin1-3/+5
2019-09-24odt: Add external option for native numberingNils Carlson1-7/+7
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-53/+54
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-20/+23
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane1-2/+11
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane1-1/+1
2018-11-22ODT writer: Fix list indentationNils Carlson1-2/+2
2018-10-05OpenDocument writer: Implement table caption numbering (#4949)Nils Carlson1-36/+53
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg1-2/+4
2018-10-03OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.John MacFarlane1-9/+16
2018-10-03OpenDocument writer: Implement figure numbering in captions (#4944)Nils Carlson1-1/+13
2018-10-02OpenDocument writer: improve bullet/numbering alignment.John MacFarlane1-4/+12
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson1-13/+21
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson1-0/+2
2018-05-14Make internal links work in ODT/OpenDocument.John MacFarlane1-5/+11
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-28improve formatting of formulas in OpenDocumentoltolm1-1/+19
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-2/+2
2017-11-01hlintAlexander Krotov1-1/+1
2017-10-29hlint suggestions.John MacFarlane1-14/+15
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-2/+2
2017-06-26OpenDocument/ODT writer: Added support for table of contents.John MacFarlane1-0/+1
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane1-0/+1
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane1-9/+9
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane1-9/+13
2017-06-25Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane1-20/+15
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane1-6/+29
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-3/+3
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-4/+6
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane1-2/+2
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-22/+24
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