aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Powerpoint
AgeCommit message (Expand)AuthorFilesLines
2021-10-17pptx: Line up continuation paragraphsEmily Bourke2-10/+93
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0
2021-10-17pptx: Fix list level numberingEmily Bourke1-14/+17
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane2-4/+9
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane1-9/+1
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane1-1/+9
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke2-8/+44
2021-09-18pptx: Support footers in the reference docEmily Bourke1-15/+88
2021-09-16pptx: Support specifying slide background imagesEmily Bourke2-36/+110
2021-09-15pptx: Add support for incremental listsEmily Bourke2-162/+455
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-4/+5
2021-09-10pptx: Copy embedded fonts from reference docEmily Bourke1-0/+1
2021-09-10pptx: Fix presentation rel numberingEmily Bourke1-63/+131
2021-09-10pptx: Include all themes in output archiveEmily Bourke1-4/+2
2021-09-10pptx: Don’t add relationships unnecessarilyEmily Bourke1-5/+14
2021-09-10pptx: Fix capitalisation of notesMasterIdEmily Bourke1-1/+1
2021-09-01pptx: Add support for more layoutsEmily Bourke2-55/+313
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-24/+29
2021-08-18pptx: Include image title in descriptionEmily Bourke2-12/+19
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane1-6/+6
2021-08-17Rename TemplateWarning -> PowerpointTemplateWarning.John MacFarlane1-1/+2
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-19/+206
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane1-0/+1
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane1-5/+18
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane2-24/+23
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane1-2/+3
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane1-5/+2
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-98/+103
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane1-1/+1
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-1/+3
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel1-22/+27
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres2-19/+18
2020-06-23Remove redundant pattern match in pptx writer.John MacFarlane1-3/+0
2020-06-22Handle native Underline in Powerpoint writer.John MacFarlane1-1/+1
2020-04-30PowerPoint writer: write math input verbatim in speaker notes.Jesse Rosenthal1-6/+12
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+4
2020-04-15Implement the new Table typedespresc2-8/+13
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel2-4/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel2-2/+2
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane2-88/+79
2020-02-07Resolve HLint warningsAlbert Krewinkel2-58/+57
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible2-8/+8
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc2-163/+174
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-2/+5
2019-09-28Replace some more fails with throwErrors.John MacFarlane1-1/+2
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1