Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-05 | Minor change in README: and -> or. | John MacFarlane | 1 | -1/+1 | |
We never need both polyglossia and babel. | |||||
2015-10-05 | Merge pull request #2435 from adunning/patch-2 | John MacFarlane | 1 | -63/+81 | |
Revise variables discussion in README. | |||||
2015-10-05 | appveyor.yml: in stack steup, specify 64-bit ghc. | John MacFarlane | 1 | -1/+1 | |
2015-10-05 | appveyor.yml: added stack setup. | John MacFarlane | 1 | -0/+1 | |
2015-10-05 | appveyor.yml: new attempt to build with stack. | John MacFarlane | 1 | -35/+19 | |
2015-10-05 | Revise variables discussion in README. | Andrew Dunning | 1 | -63/+81 | |
2015-10-04 | Merge pull request #2432 from hftf/hyphens | John MacFarlane | 5 | -1/+13 | |
Docx Reader: Parse soft and non-breaking hyphen elements | |||||
2015-10-04 | Updated tests for changes to latex template. | John MacFarlane | 3 | -3/+27 | |
2015-10-04 | Updated latex template to work better with tufte... | John MacFarlane | 1 | -7/+7 | |
and other packages that include hyperref or color. Thanks to Xavier Olive. | |||||
2015-10-04 | Docx Reader: Create special punctuation test | Ophir Lifshitz | 3 | -0/+6 | |
2015-10-04 | Docx Reader: Parse soft, no-break hyphen elements | Ophir Lifshitz | 2 | -1/+7 | |
2015-10-03 | Template updates. | John MacFarlane | 2 | -11/+15 | |
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`. | |||||
2015-10-03 | Allow HUnit 1.3 | John MacFarlane | 1 | -1/+1 | |
2015-10-03 | FIxed typo: Ext_superscript, Ext_subscript. | John MacFarlane | 1 | -2/+2 | |
2015-10-03 | For markdown_mmd, add: implicit_figures, superscripts, subscripts. | John MacFarlane | 1 | -0/+9 | |
See #2401. | |||||
2015-10-01 | Set the template variable $pandoc-version$ to pandocVersion by default. | Alex Vong | 1 | -0/+1 | |
* src/Text/Pandoc/Writers/Man.hs: Set $pandoc-version$ to be pandocVersion. | |||||
2015-10-01 | Move the variable pandocVersion from `src/Text/Pandoc.hs` to | Alex Vong | 3 | -10/+10 | |
`src/Text/Pandoc/Shared.hs`, so that all Writers can access this variable without importing `src/Text/Pandoc.hs`, preventing circular import. * pandoc.hs: Import pandocVersion from `Text.Pandoc.Shared`. * src/Text/Pandoc.hs: Remove the definition of pandocVersion and relevant import. * src/Text/Pandoc/Shared.hs: Add the definition of pandocVersion and relevant import. | |||||
2015-10-01 | Set the template variable $hyphenate$ to true by default | Alex Vong | 1 | -0/+1 | |
* src/Text/Pandoc/Writers/Man.hs: Set $hyphenate$ to be true. | |||||
2015-09-29 | Beamer template: allow setting outer/inner theme. | John MacFarlane | 1 | -7/+7 | |
2015-09-27 | appveyor.yml: removed part that builds the package. | John MacFarlane | 1 | -15/+15 | |
2015-09-27 | appveyor.yml: Fixed another multiline statement. | John MacFarlane | 1 | -4/+1 | |
2015-09-27 | appveyor.yml: Another attempt to set VERSION. | John MacFarlane | 1 | -2/+1 | |
2015-09-27 | appveyor.yml: put whole for loop on one line. | John MacFarlane | 1 | -4/+1 | |
2015-09-27 | appveyor.yml: another try in version extraction. | John MacFarlane | 1 | -1/+5 | |
2015-09-27 | appveyor.yml: removed :next label. | John MacFarlane | 1 | -1/+0 | |
2015-09-27 | appveyor.yml: Tried another approach to get pandoc version. | John MacFarlane | 1 | -4/+1 | |
2015-09-27 | appveyor.yml: don't run tests for pandoc-citeproc. | John MacFarlane | 1 | -2/+1 | |
They won't work til we upgrade HP version, because of minor changes in aeson. | |||||
2015-09-27 | appveyor.yml: use cmd instead of ps. | John MacFarlane | 1 | -5/+3 | |
2015-09-27 | appveyor.yml: Build pandoc-citeproc after main test. | John MacFarlane | 1 | -1/+3 | |
2015-09-27 | appveyor: cache Haskell Platform. | John MacFarlane | 1 | -0/+3 | |
2015-09-27 | Merge pull request #2420 from xymostech/patch-1 | John MacFarlane | 1 | -2/+2 | |
Update KaTeX JS and CSS versions. | |||||
2015-09-27 | appveyor.yml: fixed cabal flag. | John MacFarlane | 1 | -1/+1 | |
2015-09-27 | appveyor: attempt to create msi package after build. | John MacFarlane | 1 | -3/+28 | |
2015-09-26 | Removed unneeded imports. | John MacFarlane | 2 | -3/+2 | |
2015-09-26 | MediaBag: ensure that / is always used as path separator. | John MacFarlane | 3 | -8/+11 | |
2015-09-26 | appveyor.yml: revert to non-stack version. | John MacFarlane | 1 | -24/+17 | |
2015-09-26 | Update KaTeX JS and CSS versions. | Emily Eisenberg | 1 | -2/+2 | |
Update the default KaTeX JS/CSS links to the current version. KaTeX v0.5.1 has far more functions and symbols than v0.1.0, so it seems like a better default. I think technically this might break compatibility because we released a breaking change due to the greediness of the `\color` function, but this probably has very little impact. | |||||
2015-09-26 | appveyor.yml: Get submodules. | John MacFarlane | 1 | -0/+1 | |
2015-09-26 | appveyor: Fixed stack.exe path. | John MacFarlane | 1 | -1/+1 | |
2015-09-26 | More appveyor fixes. | John MacFarlane | 1 | -2/+2 | |
2015-09-26 | appveyor.yml: changed clone dir. | John MacFarlane | 1 | -1/+5 | |
2015-09-26 | New appveyor.yml using stack. | John MacFarlane | 1 | -17/+19 | |
Copied, mostly, from stack's repo. | |||||
2015-09-26 | Changes to templates to support handling of bidirectional text. | John MacFarlane | 1 | -7/+7 | |
(LaTeX, ConTeXt, HTML) | |||||
2015-09-26 | Merge pull request #2419 from mb21/bidi | John MacFarlane | 3 | -13/+59 | |
Support bidirectional text output with XeLaTeX, ConTeXt and HTML | |||||
2015-09-26 | Slightly improved description of citation locators in README. | John MacFarlane | 1 | -6/+10 | |
2015-09-26 | Merge pull request #2418 from nickbart1980/patch-3 | John MacFarlane | 1 | -1/+8 | |
Give details of locator terms | |||||
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 3 | -13/+59 | |
closes #2191 | |||||
2015-09-26 | Give details of locator terms | nickbart1980 | 1 | -1/+8 | |
2015-09-26 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 | |
2015-09-25 | Correctly recognize book documentclass in metadata. | John MacFarlane | 1 | -1/+1 | |
Closes #2395. |