aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Docx writer bookmark improvements.John MacFarlane1-21/+29
2017-02-24Implemented `\graphicspath` in LaTeX reader.John MacFarlane1-68/+78
2017-02-22imageSize interface changemb211-1/+1
2017-02-22make imageSize recognize basic SVG dimensions, see #3462mb211-0/+1
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-4/+8
2017-02-11Use new warnings throughout the code base.John MacFarlane1-2/+3
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-21/+8
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-4/+5
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane1-2/+2
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane1-2/+3
2017-01-25Class: removed 'fail' from PandocMonad.John MacFarlane1-1/+1
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane1-1/+1
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane1-1/+1
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane1-1/+1
2017-01-25Refactored math conversion in writers.John MacFarlane1-12/+6
2017-01-25Fixes to compile after rebase.John MacFarlane1-1/+2
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal1-44/+38
2017-01-25Remove readFileStrict.Jesse Rosenthal1-1/+1
2017-01-25Implement runTest functions.Jesse Rosenthal1-11/+8
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal1-27/+39
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+8
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-3/+3
2016-11-22Docx writer: Give full detail when there are errors converting tex math.John MacFarlane1-1/+2
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane1-2/+4
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane1-1/+1
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal1-2/+2
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-6/+5
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5
2016-10-03Test for "dir" metadata.Jesse Rosenthal1-2/+7
2016-10-03Add setRTL and setLTR functions.Jesse Rosenthal1-8/+41
2016-10-03Move more enviroment vars to Reader Monad.Jesse Rosenthal1-62/+52
2016-10-03Add ReaderT env to the docx writer:Jesse Rosenthal1-8/+17
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-08-15Docx Writer: change dynamic style keyJesse Rosenthal1-1/+1
2016-08-15Docx writer: Inject text properties as well.Jesse Rosenthal1-3/+20
2016-08-15Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal1-0/+3
2016-08-15Docx writer: Allow dynamic styles on spans.Jesse Rosenthal1-1/+5
2016-08-15Docx writer: Inject new paragraph propertiesJesse Rosenthal1-4/+23
2016-08-15Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal1-2/+6
2016-08-13Docx Writer: Implement user-defined styles.Jesse Rosenthal1-0/+6
2016-07-14Fixed compiler warnings.John MacFarlane1-1/+0
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal1-4/+3