summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Docx writer: Renumber header and footer relationships to avoid collisions.Jesse Rosenthal2014-09-11
* Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\
| * MIME cleanup.Artyom Kazak2014-08-17
* | Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal2014-08-26
* | Docx writer: Default to user login and time of change if not given.Jesse Rosenthal2014-08-25
* | Docx writer: Implement track changes.Jesse Rosenthal2014-08-25
* | Hlint changes to Docx writer.John MacFarlane2014-08-24
* | Docx writer: Bibliography entries get Bibliography style.John MacFarlane2014-08-23
* | Merge pull request #1536 from considerate/masterJohn MacFarlane2014-08-17
|\ \
| * | Simplify row width calculation.Viktor Kronvall2014-08-17
| * | Include row width in table rows.Christoffer Ackelman2014-08-17
| |/
* / Docx writer: Fixed regression, bungled list numbering.John MacFarlane2014-08-17
|/
* Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane2014-08-11
|\
| * Scale images to fit the page for DOCXGrégory Bataille2014-06-23
* | Use texmath 0.7 interface.John MacFarlane2014-08-04
* | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* | Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
* | Docx writer: Added missing case from last commit.John MacFarlane2014-07-26
* | Docx writer: include abstract with Abstract style.John MacFarlane2014-07-26
* | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* | Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal2014-06-29
|/
* Docx writer: Use Compact style for empty table cells.John MacFarlane2014-06-19
* Docx writer: Section numbering carries over from reference.docx.John MacFarlane2014-06-03
* Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane2014-06-03
* Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane2014-06-03
* Docx writer: Changed abstractNumId numbering scheme.John MacFarlane2014-06-03
* Docx writer: Simplified abstractNumId numbering.John MacFarlane2014-06-03
* Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane2014-06-02
* Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane2014-06-02
* Docx writer: Make images work in reference.docx headers/footers.John MacFarlane2014-06-02
* Docx writer: Improved handling of headers/footers.John MacFarlane2014-06-01
* Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
* Minor code reformat.John MacFarlane2014-06-01
* Docx writer: Take over document formatting from reference.docx.John MacFarlane2014-05-31
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
* Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
* Fixed small regression in docx writer.John MacFarlane2014-01-07
* Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2014-01-02
* Docx writer: Fixed problem with some modified reference docx files.John MacFarlane2014-01-01
* HLint: use fromMaybeHenry de Valence2013-12-19
* Docx writer: Implemented csl flipflopping spans.John MacFarlane2013-11-23
* Docx writer: Use mime type info returned by fetchItem.John MacFarlane2013-11-19
* Docx writer: fixed core metadata.John MacFarlane2013-11-07
* Docx writer: Fix URL for core-properties in `_rels/.rels`.John MacFarlane2013-11-06
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* DOCX writer: Add missing settings.xml to the zip container.John MacFarlane2013-09-19
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10