aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane7-56/+56
2014-06-16Bump version to 1.13John MacFarlane1-1/+1
2014-06-16Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docxJohn MacFarlane27-33/+1511
2014-06-16Org reader: make tildes create inline code.John MacFarlane2-7/+7
2014-06-16Small improvement to fix to #1333.John MacFarlane1-4/+1
2014-06-16Markdown reader: fixed #1333 (table parsing bug).John MacFarlane1-5/+6
2014-06-16LaTeX reader: handle leading/trailing spaces in emph better.John MacFarlane1-17/+17
2014-06-16LaTeX reader: don't assume preamble doesn't contain environments.John MacFarlane1-1/+1
2014-06-16HTML reader: Fixed major parsing problem with HTML tables.John MacFarlane1-15/+11
2014-06-16Updated HTML reader table test - should be simple table.John MacFarlane1-1/+1
2014-06-16Added failing HTML reader test for table.John MacFarlane2-2/+31
2014-06-16Merge pull request #1344 from mpickering/masterJohn MacFarlane2-13/+20
2014-06-16Merge pull request #1339 from dfc/patch-1John MacFarlane1-1/+1
2014-06-16Org reader: fixed #1342.John MacFarlane1-9/+5
2014-06-16Moved extractSpaces to Shared.hsmpickering2-13/+20
2014-06-16Updated README to reflect docx reader.Jesse Rosenthal1-9/+9
2014-06-16Add DocX tests to test-pandoc.hsJesse Rosenthal1-0/+3
2014-06-16Reference new DocX tests in cabal file.Jesse Rosenthal1-1/+20
2014-06-16Add DocX automated tests.Jesse Rosenthal19-0/+139
2014-06-16Integrated the docx reader into the main pandoc program.mpickering2-23/+46
2014-06-16Add files to cabal.Jesse Rosenthal1-0/+3
2014-06-16Add DocX files to tree.Jesse Rosenthal3-0/+1291
2014-06-13input fmt is org-citations its plural not singularDouglas Calvert1-1/+1
2014-06-12Merge pull request #1336 from aspnes/masterJohn MacFarlane1-1/+1
2014-06-12allow (and discard) optional argument for \captionJames Aspnes1-1/+1
2014-06-09Updated default latex template so `\subtitle` works properly.John MacFarlane1-12/+6
2014-06-06Require aeson >= 0.7.0.5 to avoid build problems.John MacFarlane1-1/+1
2014-06-06make_osx_package: don't cabal update at beginning.John MacFarlane1-2/+2
2014-06-04Reformatted nocite example in README.John MacFarlane1-2/+2
2014-06-03LaTeX reader: Handle comments at the end of tables.John MacFarlane1-0/+1
2014-06-03Markdown writer: Prettier pipe tables.John MacFarlane1-8/+16
2014-06-03Require texmath >= 0.6.6.3. Closes #1324.John MacFarlane1-1/+1
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-03Version bump to 1.12.5.John MacFarlane1-1/+1
2014-06-03Templates: use ordNum instead of ord.John MacFarlane1-3/+3
2014-06-03Shared: Added ordNub.John MacFarlane1-0/+9
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-02Require latest texmath. Closes #1319.John MacFarlane1-1/+1
2014-06-01Templates: Fail informatively on template syntax errors.John MacFarlane2-33/+38
2014-06-01Updated tests for c8bc70a6bb12e0fbfadadb9480efafb3be4f11a5.John MacFarlane2-0/+2
2014-06-01Updated README on reference.docx.John MacFarlane1-1/+2
2014-06-01Docx writer: Improved handling of headers/footers.John MacFarlane1-52/+53
2014-06-01Removed header1.xml, footer1.xml from reference.docx.John MacFarlane1-0/+0
2014-06-01Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2-16/+38