summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Docx writer: Better treatment of display math.John MacFarlane2013-02-26
* Changed style names in reference docx.John MacFarlane2013-02-26
* Docx writer: Create content types and document rels from scratch.John MacFarlane2013-02-26
* Refactoring in Docx writer.John MacFarlane2013-02-25
* Docx writer: Handle PDF images.John MacFarlane2013-02-23
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Refactoring:John MacFarlane2013-01-11
* ODT, Docx writers: Properly handle URL refs for images.John MacFarlane2013-01-11
* Improvements to docx writer.John MacFarlane2013-01-11
* Docx writer: Preliminary improvements.John MacFarlane2013-01-11
* Added Attr field to Header.John MacFarlane2013-01-09
* Docx writer: Use rIdNN identifiers for r:embed in images.John MacFarlane2013-01-06
* Docx writer: Use separate footnotes.xml for notes.John MacFarlane2013-01-06
* Data files changes.John MacFarlane2012-12-29
* Docx writer: Added nsid to abstractNum elements.John MacFarlane2012-10-02
* Use integer ids for bookmarks.John MacFarlane2012-10-02
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Docx writer: Fixed bug with nested lists.John MacFarlane2012-09-05
* Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane2012-08-17
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
* Simplified bullet characters so they work with Word 2007.John MacFarlane2012-06-01
* Docx writer: Fixed error message when style file can't be parsed.John MacFarlane2012-04-21
* Docx writer: Fixed multi-paragraph list items.John MacFarlane2012-04-07
* Add TableNormal style to tables.John MacFarlane2012-02-14
* Fix _rels/.rels if it has been screwed up by Word.John MacFarlane2012-02-11
* Remove dependency on old-time.John MacFarlane2012-01-28
* Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2012-01-28
* Docx: Put display math on separate line.John MacFarlane2012-01-20
* Docx writer: Fixed styles in footnotes.John MacFarlane2012-01-20
* Docx: Adjusted list spacing for less cramped number markers.John MacFarlane2012-01-20
* Docx writer: Start bullet lists with solid bullet.John MacFarlane2012-01-20
* Docx writer: Don't indent first level of lists.John MacFarlane2012-01-20
* Docx writer: Fixed bug with numbered lists.John MacFarlane2012-01-20
* Minor comment fixes.John MacFarlane2012-01-19
* Check for existence before opening image file.John MacFarlane2012-01-19
* Added Docx writer.John MacFarlane2012-01-19