Age | Commit message (Expand) | Author | Files | Lines |
2015-10-20 | LaTeX template: simplify hyperref usage. | John MacFarlane | 1 | -7/+7 |
2015-10-20 | ConTeXt template: link color to black, define all sections. | John MacFarlane | 1 | -7/+7 |
2015-10-20 | Update date on README. | John MacFarlane | 1 | -1/+1 |
2015-10-20 | Allow use of ConTeXt to generate PDFs. | John MacFarlane | 3 | -14/+91 |
2015-10-19 | Fixed one test case. | John MacFarlane | 1 | -1/+1 |
2015-10-19 | Updated latex, beamer templates to support language divs/spans. | John MacFarlane | 1 | -7/+7 |
2015-10-19 | Merge pull request #2458 from mb21/lang-inlines | John MacFarlane | 8 | -38/+430 |
2015-10-19 | Use MarLinn's real name in changelog. | John MacFarlane | 1 | -1/+1 |
2015-10-18 | Updated tests for template changes. | John MacFarlane | 3 | -3/+3 |
2015-10-18 | HTML-based templates: Use en dash between title prefix & title. | John MacFarlane | 1 | -7/+7 |
2015-10-18 | Merge pull request #2461 from classeur/master | John MacFarlane | 1 | -5/+5 |
2015-10-18 | Tests: Unset `pandoc-version` so we don't get the comment... | John MacFarlane | 2 | -3/+2 |
2015-10-18 | Man template: make "generated by" comment conditional. | John MacFarlane | 1 | -7/+7 |
2015-10-18 | stack.yaml : use 3.10 resolver. | John MacFarlane | 2 | -4/+2 |
2015-10-18 | Added writers-lang-and-dir test, fixed ConTeXt writer test | mb21 | 5 | -0/+309 |
2015-10-18 | LaTeX and ConTeXt writers: support lang attribute on divs and spans | mb21 | 3 | -38/+121 |
2015-10-18 | Fixed auto_identifiers examples | Benoit Schweblin | 1 | -5/+5 |
2015-10-17 | Version bump to 1.15.1.1, updated changelog. | John MacFarlane | 2 | -1/+8 |
2015-10-17 | Text.Pandoc.Data: store paths in dataFiles using posix separators. | John MacFarlane | 1 | -1/+9 |
2015-10-17 | Remove compiler warning with embed_data_files. | John MacFarlane | 1 | -1/+1 |
2015-10-16 | Man page update. | John MacFarlane | 1 | -1/+6 |
2015-10-16 | Typo in changelog. | John MacFarlane | 1 | -1/+1 |
2015-10-16 | Fixed typo in make_osx_package.sh. | John MacFarlane | 1 | -1/+1 |
2015-10-16 | make-windows-installer.bat: add copying to shared drive. | John MacFarlane | 1 | -0/+3 |
2015-10-16 | make_osx_package.sh: use released version of pandoc-citeproc.1. | John MacFarlane | 1 | -1/+4 |
2015-10-16 | stack.pkg.yaml: use latest versions of texmath & h-k. | John MacFarlane | 1 | -1/+4 |
2015-10-16 | Use stack for make_osx_package.sh. | John MacFarlane | 2 | -17/+26 |
2015-10-15 | LaTeX reader: fixed longtable support. | John MacFarlane | 1 | -1/+1 |
2015-10-15 | Updated changelog. | John MacFarlane | 1 | -42/+84 |
2015-10-15 | Updated pandoc.1. | John MacFarlane | 1 | -43/+38 |
2015-10-15 | Support all frame attributes in Beamer. | John MacFarlane | 2 | -4/+13 |
2015-10-15 | Use unicode super/subscripts for digits in plain output. | John MacFarlane | 2 | -5/+16 |
2015-10-14 | reveal.js template changes (Andrew Dunning). | John MacFarlane | 1 | -7/+7 |
2015-10-14 | Merge pull request #2451 from adunning/patch-1 | John MacFarlane | 1 | -27/+13 |
2015-10-14 | Update slides variables in README. | Andrew Dunning | 1 | -27/+13 |
2015-10-14 | Merge pull request #2450 from adunning/patch-1 | John MacFarlane | 1 | -6/+22 |
2015-10-14 | Add new LaTeX variables to README. | Andrew Dunning | 1 | -6/+22 |
2015-10-14 | LaTeX template: Add fontenc, indent, subparagraph variables. | John MacFarlane | 1 | -7/+7 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 8 | -22/+42 |
2015-10-14 | Merge pull request #2449 from adunning/patch-1 | John MacFarlane | 1 | -21/+29 |
2015-10-14 | travis: use -Werror even on ghc 7.10. | John MacFarlane | 1 | -1/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 60 | -113/+59 |
2015-10-14 | Improve documentation of recent template changes. | Andrew Dunning | 1 | -21/+29 |
2015-10-13 | LaTeX writer: add `\protect` to `\hyperdef` in inline context. | John MacFarlane | 1 | -1/+1 |
2015-10-13 | epub with `--webtex`: include image file rather than data: URI. | John MacFarlane | 1 | -12/+8 |
2015-10-13 | Fixed tests for template changes. | John MacFarlane | 3 | -5/+7 |
2015-10-13 | Template changes: | John MacFarlane | 1 | -7/+7 |
2015-10-12 | RST writer: do header normalization only in "standalone" mode. | John MacFarlane | 2 | -16/+18 |
2015-10-12 | Revert "RST writer: tweaks to header normalization." | John MacFarlane | 1 | -22/+4 |
2015-10-12 | RST writer: tweaks to header normalization. | John MacFarlane | 1 | -4/+22 |