aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2-14/+13
2014-05-14Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel3-24/+30
2014-05-11LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane1-1/+6
2014-05-10LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane1-1/+1
2014-05-10Merge pull request #1290 from tarleb/fix-header-paramsJohn MacFarlane2-6/+25
2014-05-10Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel2-6/+25
2014-05-09Merge pull request #1288 from tarleb/update-copyrightJohn MacFarlane51-103/+138
2014-05-09Merge pull request #1289 from tarleb/code-block-headersJohn MacFarlane2-69/+140
2014-05-09Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel2-6/+11
2014-05-09Org reader: Support arguments for code blocksAlbert Krewinkel2-42/+70
2014-05-09Org reader: refactor #+BEGIN..#+END block parsing codeAlbert Krewinkel1-42/+80
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel51-103/+138
2014-05-07OSX package script: cabal init before update.John MacFarlane1-1/+1
2014-05-07Bumped version bound for mtl.John MacFarlane1-1/+1
2014-05-07Require latest texmath.John MacFarlane1-1/+1
2014-05-07Require latest highlighting-kate.John MacFarlane1-3/+3
2014-05-07Small improvement to textile reader fix. Removed 'try'.mpickering1-1/+1
2014-05-07Fix textile reader hanging.mpickering1-1/+2
2014-05-07README: Updated Authors.John MacFarlane1-1/+2
2014-05-06Textile reader: Rearranged inline parsers for performance.John MacFarlane1-4/+3
2014-05-06Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane1-15/+7
2014-05-06Textile reader: Disallow blank lines in inline contexts.John MacFarlane1-11/+20
2014-05-06Make `--trace` work with textile reader.John MacFarlane1-2/+12
2014-05-06Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane1-12/+8
2014-05-06Updated tests for template changes.John MacFarlane3-10/+6
2014-05-06Updated changelog.John MacFarlane1-1/+3
2014-05-06LaTeX template: Added linestretch variable.John MacFarlane2-8/+13
2014-05-06Added fontfamily variable to latex template. (tlvince)John MacFarlane2-6/+8
2014-05-06Updated templates: conditionalize author/date in latex template.John MacFarlane1-5/+7
2014-05-06Updated changelog.John MacFarlane1-1/+4
2014-05-06Update latex/beamer templates: load upquote after fontenc.John MacFarlane1-8/+5
2014-05-06Merge pull request #1280 from tarleb/org-inline-blocksJohn MacFarlane2-3/+58
2014-05-06Windows installer: more typos from transition from cabal-dev.John MacFarlane2-4/+4
2014-05-06Windows install script: Fixed typo in path.John MacFarlane1-1/+1
2014-05-06make_osx_package: install alex, happy, hsb2hs.John MacFarlane1-1/+1
2014-05-06Windows install script: install alex, happy.John MacFarlane1-1/+1
2014-05-06Org reader: Read inline code blocksAlbert Krewinkel2-3/+58
2014-05-05Windows package script: use cabal sandbox, not cabal-dev.John MacFarlane1-9/+10
2014-05-04make_osx_package: Use cpphs to avoid problems with clang cpp.John MacFarlane1-2/+4
2014-05-04Updated changelog.John MacFarlane1-3/+52
2014-05-04Fixed the fix to #1154.John MacFarlane1-1/+1
2014-05-04LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane1-64/+67
2014-05-04README: Clarified citation key syntax.John MacFarlane1-1/+3
2014-05-04Clarified use of `--natbib` and `--biblatex`.John MacFarlane1-6/+6
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-05-04Added test for #1154.John MacFarlane1-0/+9
2014-05-04Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane1-0/+1
2014-05-03Added Tests.Writer.AsciiDoc to repository.John MacFarlane1-0/+37
2014-05-03README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane1-1/+3