summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Powerpoint
AgeCommit message (Expand)Author
2024-02-16Powerpoint writer: properly handle math in headings and tables.John MacFarlane
2024-02-14Fixe whitespace.John MacFarlane
2024-02-09Powerpoint writer: Fix regression in layout for slides with figures.John MacFarlane
2024-02-01Using internal column widths in pptx writer tables (#9392)Tomas Dahlqvist
2023-10-18Powerpoint writer: fix a corruption error...John MacFarlane
2023-02-09PPTX writer: fix handling of simple figuresAlbert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-11Allow `--reference-doc` to take URL argument.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-01-17Fix some haddock errors.John MacFarlane
2021-10-17pptx: Line up continuation paragraphsEmily Bourke
2021-10-17pptx: Remove outdated commentEmily Bourke
2021-10-17pptx: Fix list level numberingEmily Bourke
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke
2021-09-18pptx: Support footers in the reference docEmily Bourke
2021-09-16pptx: Support specifying slide background imagesEmily Bourke
2021-09-15pptx: Add support for incremental listsEmily Bourke
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke
2021-09-10pptx: Fix presentation rel numberingEmily Bourke
2021-09-10pptx: Include all themes in output archiveEmily Bourke
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke
2021-09-01pptx: Add support for more layoutsEmily Bourke
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke
2021-08-18pptx: Include image title in descriptionEmily Bourke
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane
2021-08-17Rename TemplateWarning -> PowerpointTemplateWarning.John MacFarlane
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-23Remove redundant pattern match in pptx writer.John MacFarlane
2020-06-22Handle native Underline in Powerpoint writer.John MacFarlane
2020-04-30PowerPoint writer: write math input verbatim in speaker notes.Jesse Rosenthal