aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-11Docx writer: Preliminary improvements.John MacFarlane1-18/+23
2013-01-09Added Attr field to Header.John MacFarlane1-2/+4
2013-01-06Docx writer: Use rIdNN identifiers for r:embed in images.John MacFarlane1-1/+1
2013-01-06Docx writer: Use separate footnotes.xml for notes.John MacFarlane1-21/+32
2012-12-29Data files changes.John MacFarlane1-11/+2
2012-10-02Docx writer: Added nsid to abstractNum elements.John MacFarlane1-11/+16
2012-10-02Use integer ids for bookmarks.John MacFarlane1-6/+8
2012-09-25Removed need for utf8-string package.John MacFarlane1-11/+10
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane1-2/+3
2012-09-23More intelligent handling of text encodings.John MacFarlane1-3/+2
2012-09-05Docx writer: Fixed bug with nested lists.John MacFarlane1-20/+19
2012-08-17Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane1-5/+6
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-24Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane1-4/+3
2012-06-01Simplified bullet characters so they work with Word 2007.John MacFarlane1-7/+7
2012-04-21Docx writer: Fixed error message when style file can't be parsed.John MacFarlane1-1/+2
2012-04-07Docx writer: Fixed multi-paragraph list items.John MacFarlane1-1/+4
2012-02-14Add TableNormal style to tables.John MacFarlane1-2/+3
2012-02-11Fix _rels/.rels if it has been screwed up by Word.John MacFarlane1-1/+10
2012-01-28Remove dependency on old-time.John MacFarlane1-2/+2
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane1-3/+4
2012-01-20Docx: Put display math on separate line.John MacFarlane1-5/+9
2012-01-20Docx writer: Fixed styles in footnotes.John MacFarlane1-0/+6
2012-01-20Docx: Adjusted list spacing for less cramped number markers.John MacFarlane1-1/+1
2012-01-20Docx writer: Start bullet lists with solid bullet.John MacFarlane1-6/+7
2012-01-20Docx writer: Don't indent first level of lists.John MacFarlane1-2/+2
2012-01-20Docx writer: Fixed bug with numbered lists.John MacFarlane1-24/+37
2012-01-19Minor comment fixes.John MacFarlane1-2/+0
2012-01-19Check for existence before opening image file.John MacFarlane1-49/+57
2012-01-19Added Docx writer.John MacFarlane1-0/+626