aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Add dropCap to paragraph style.Jesse Rosenthal1-2/+12
2014-08-11Docx reader: handle empty reducibles.Jesse Rosenthal1-5/+6
2014-08-11Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering1-8/+27
2014-08-11Docx Fonts: Derives Show and EqMatthew Pickering1-0/+1
2014-08-10Merge pull request #1510 from jkr/spacefixJohn MacFarlane1-10/+12
2014-08-10Removed OMath module, depend on texmath >= 0.8.John MacFarlane2-439/+1
2014-08-10Change head/tail to pattern guards.Jesse Rosenthal1-7/+8
2014-08-09Docx reader: Fix spacing issue.Jesse Rosenthal1-9/+10
2014-08-09Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering1-1/+4
2014-08-09Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering1-0/+237
2014-08-09Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering1-0/+19
2014-08-08OMath parser: Change signature of exported function.Jesse Rosenthal2-7/+20
2014-08-08OMath: Finish initial cleanup.Jesse Rosenthal2-536/+54
2014-08-08OMath: Remove NamespacesJesse Rosenthal2-287/+290
2014-08-08OMath: Start phasing out internal OMath type.Jesse Rosenthal1-0/+276
2014-08-08OMath parser: don't group expressions if there's only one.Jesse Rosenthal1-3/+3
2014-08-07Merge pull request #1494 from jkr/math-moduleJohn MacFarlane2-366/+629
2014-08-07Docx reader: Handle inline drawings.Jesse Rosenthal1-3/+15
2014-08-07OMath module: Add new file.Jesse Rosenthal1-0/+622
2014-08-07Docx reader: Split math out into math module.Jesse Rosenthal1-366/+7
2014-08-06Remove now-unnecessary TexCharJesse Rosenthal1-4386/+0
2014-08-06Add a note on how `mapD` works.Jesse Rosenthal1-0/+3
2014-08-06Docx reader: Use TeXMath to write mathJesse Rosenthal1-22/+125
2014-08-01Docx Parser: Produce endnotes.Jesse Rosenthal1-2/+2
2014-07-30Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal1-5/+5
2014-07-12Removed space at ends of lines in source.John MacFarlane4-36/+36
2014-07-12Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal1-3/+3
2014-07-12Docx Reader: A nicer Docx type.Jesse Rosenthal1-685/+670
2014-07-02Docx Reader: Add new file, TexChar.Jesse Rosenthal1-0/+4386
2014-07-02Docx Reader: Parse omml equations.Jesse Rosenthal1-8/+336
2014-06-29Docx reader: Add ParIndentation type to parser.Jesse Rosenthal1-5/+26
2014-06-25Docx reader: Code cleanup in parse.Jesse Rosenthal1-38/+12
2014-06-25Docx reader: Remove unnecessary filter in Parse.Jesse Rosenthal1-7/+2
2014-06-25Docx reader: Parse Insertions and Deletions.Jesse Rosenthal1-1/+17
2014-06-25Docx Reader: Add change typesJesse Rosenthal1-1/+5
2014-06-23Add copyright block to T.P.R.Docx.Reducible.Jesse Rosenthal1-0/+31
2014-06-23Move some of the clean-up logic into List module.Jesse Rosenthal1-3/+22
2014-06-23Add new typeclass, ReducibleJesse Rosenthal1-0/+150
2014-06-19Add literal tabs to parser.Jesse Rosenthal1-1/+4
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane2-0/+812