aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-06-01Minor code reformat.John MacFarlane1-5/+5
2014-06-01LaTeX/Beamer templates: remove conditional around date.John MacFarlane1-5/+13
2014-05-31Docx writer: Take over document formatting from reference.docx.John MacFarlane1-17/+30
2014-05-28Windows installer: Use one install command for pandoc, pandoc-citeproc.John MacFarlane1-3/+1
2014-05-28PDF writer: Fixed treatment of data uris for images.John MacFarlane2-3/+4
2014-05-28Windows install script: force install of pandoc-citeproc.John MacFarlane1-1/+1
2014-05-28Merge pull request #1302 from tarleb/inline-latexJohn MacFarlane3-1/+59
2014-05-27Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane1-1/+8
2014-05-27Require latest highlighting-kate. Fixes #1317.John MacFarlane1-3/+3
2014-05-27Markdown reader: inline math must have nonspace before final `$`.John MacFarlane3-4/+12
2014-05-27Require latest zip-archive.John MacFarlane1-1/+1
2014-05-27Fixed documentation of attributes. Closes #1315.John MacFarlane1-4/+8
2014-05-27Updated date on README.John MacFarlane1-1/+1
2014-05-20Org reader: support for inline LaTeXAlbert Krewinkel3-1/+59
2014-05-19EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane1-9/+38
2014-05-19Avoid `import Prelude hiding (catch)`.John MacFarlane2-9/+4