aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2014-06-29Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal1-3/+6
2014-06-19Docx writer: Use Compact style for empty table cells.John MacFarlane1-1/+3
2014-06-03Docx writer: Section numbering carries over from reference.docx.John MacFarlane1-1/+6
2014-06-03Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane1-6/+6
2014-06-03Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane1-3/+8
2014-06-03Docx writer: Changed abstractNumId numbering scheme.John MacFarlane1-3/+3
2014-06-03Docx writer: Simplified abstractNumId numbering.John MacFarlane1-19/+30
2014-06-02Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane1-13/+8
2014-06-02Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane1-2/+3
2014-06-02Docx writer: Make images work in reference.docx headers/footers.John MacFarlane1-8/+20
2014-06-01Docx writer: Improved handling of headers/footers.John MacFarlane1-52/+53
2014-06-01Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane1-16/+38
2014-06-01Minor code reformat.John MacFarlane1-5/+5
2014-05-31Docx writer: Take over document formatting from reference.docx.John MacFarlane1-17/+30
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-05-04Docx writer: Fall back on distribution reference.docx.John MacFarlane1-14/+15
2014-05-04Docx writer: Added ability to give fallback in parseXml.John MacFarlane1-16/+17
2014-01-07Fixed small regression in docx writer.John MacFarlane1-3/+6
2014-01-02Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane1-25/+2
2014-01-01Docx writer: Fixed problem with some modified reference docx files.John MacFarlane1-2/+7
2013-12-19HLint: use fromMaybeHenry de Valence1-2/+4
2013-11-23Docx writer: Implemented csl flipflopping spans.John MacFarlane1-1/+6
2013-11-19Docx writer: Use mime type info returned by fetchItem.John MacFarlane1-11/+13
2013-11-07Docx writer: fixed core metadata.John MacFarlane1-4/+5
2013-11-06Docx writer: Fix URL for core-properties in `_rels/.rels`.John MacFarlane1-1/+1
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-1/+1
2013-09-19DOCX writer: Add missing settings.xml to the zip container.John MacFarlane1-1/+3
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-2/+1
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-5/+6
2013-08-10Adjustments for new Format newtype.John MacFarlane1-5/+5
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+2
2013-08-08Added Text.Pandoc.Compat.Monoid.John MacFarlane1-1/+1
2013-07-18Improved fetching of external resources.John MacFarlane1-1/+1
2013-07-16Text.Pandoc.ImageSize: Handle EPS.John MacFarlane1-0/+1
2013-07-13Docx writer: Make `--no-highlight` work properly.John MacFarlane1-7/+11
2013-07-12Docx writer: Ignore most components of reference.docx.John MacFarlane1-24/+41
2013-07-04Docx writer: Use w:br with w:type 'textWrapping' for linebreaks.John MacFarlane1-1/+1
2013-06-24Use new flexible metadata type.John MacFarlane1-7/+12
2013-03-30Docx writer: Use Compact style for Plain block elements.John MacFarlane1-2/+8
2013-03-18Docx writer: Fixed rendering of display math in lists.John MacFarlane1-13/+27
2013-02-26Docx writer: Better treatment of display math.John MacFarlane1-13/+19
2013-02-26Changed style names in reference docx.John MacFarlane1-4/+4
2013-02-26Docx writer: Create content types and document rels from scratch.John MacFarlane1-15/+79
2013-02-25Refactoring in Docx writer.John MacFarlane1-24/+44
2013-02-23Docx writer: Handle PDF images.John MacFarlane1-0/+1
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-2/+3
2013-01-11Refactoring:John MacFarlane1-8/+2
2013-01-11ODT, Docx writers: Properly handle URL refs for images.John MacFarlane1-2/+9
2013-01-11Improvements to docx writer.John MacFarlane1-65/+63