aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2015-02-22If --no-highlight is set, remove *Tok styles.Nikolay Yakimov1-2/+10
2015-02-22Prototype fix for #1872Nikolay Yakimov1-4/+7
2015-02-21Initial stab at more involved fix for #1607Nikolay Yakimov1-64/+86
2015-02-12Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal1-1/+17
2015-02-11Docx Writer: Add "BodyText" StyleJesse Rosenthal1-9/+11
2015-02-10Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal1-1/+1
2015-02-09Docx Writer: Implement FirstParagraph StyleJesse Rosenthal1-15/+39
2014-12-19Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane1-3/+3
2014-12-08Fix for #1641 (docx table captions above tables)Nikolay Yakimov1-2/+3
2014-10-24Docx Writer: Partial fix for #1607Nikolay Yakimov1-7/+35
2014-10-21DOCX writer: Look in user data dir for archive reference.docx.John MacFarlane1-1/+1
2014-10-05Getting the page width from the reference fileGrégory Bataille1-17/+36
2014-09-11Docx writer: Renumber header and footer relationships to avoid collisions.Jesse Rosenthal1-12/+56
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane1-8/+8
2014-08-26Docx writer: Accomodate GHC 7.4 (no lookupEnv)Jesse Rosenthal1-1/+1
2014-08-25Docx writer: Default to user login and time of change if not given.Jesse Rosenthal1-6/+21
2014-08-25Docx writer: Implement track changes.Jesse Rosenthal1-9/+40
2014-08-24Hlint changes to Docx writer.John MacFarlane1-22/+19
2014-08-23Docx writer: Bibliography entries get Bibliography style.John MacFarlane1-2/+6
2014-08-17Merge pull request #1536 from considerate/masterJohn MacFarlane1-0/+3
2014-08-17Docx writer: Fixed regression, bungled list numbering.John MacFarlane1-3/+10
2014-08-17MIME cleanup.Artyom Kazak1-8/+8
2014-08-17Simplify row width calculation.Viktor Kronvall1-2/+2
2014-08-17Include row width in table rows.Christoffer Ackelman1-0/+3
2014-08-11Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane1-1/+9
2014-08-04Use texmath 0.7 interface.John MacFarlane1-2/+2
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane1-1/+2
2014-07-29Docx writer: Print subtitle from metadata if present.John MacFarlane1-3/+9
2014-07-26Docx writer: Added missing case from last commit.John MacFarlane1-1/+1
2014-07-26Docx writer: include abstract with Abstract style.John MacFarlane1-1/+8
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-1/+1
2014-06-29Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal1-3/+6
2014-06-23Scale images to fit the page for DOCXGrégory Bataille1-1/+9
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