aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08New .travis.yml.John MacFarlane4-19/+275
Autgenerated using make_travis_yml.hs. This script has been modified to add GHCOPTS. 'make .travis.yml' regenerates it based on the tested-with field of the cabal file.
2015-10-08Simplified travis.yml.John MacFarlane1-19/+17
- Follows template on hvr/multi-ghc-travis. - Don't build with ghc 7.4.2. - Build tarball after main build.
2015-10-08Travis: use cabal-install 1.22 not head.John MacFarlane1-2/+2
2015-10-08travis: use ghc 7.10.2 instead of 7.10.1.John MacFarlane1-2/+2
2015-10-07appveyor: don't cache HP or install wix toolset.John MacFarlane1-4/+1
2015-10-07appveyor.yml: back to cabal/HP based build.John MacFarlane1-20/+35
Can't get stack build to work. With 64 bit, we run into problems building hslua. https://github.com/osa1/hslua/issues/22 With 32 bit, we run into problems with missing symbol __mingw_vsprintf in building cmark.
2015-10-07Beamer template: Added space after colon in figure caption.John MacFarlane1-7/+6
2015-10-06appveyor.yml - try with 32bit version of stack.John MacFarlane1-2/+2
2015-10-06Updated changelog. Still need to organize this.John MacFarlane1-0/+227
2015-10-06Allow http-types 0.9.John MacFarlane1-1/+1
2015-10-05appveyor.yml: added 'echo "" |' to work around broken stdin.John MacFarlane1-1/+1
2015-10-05Minor change in README: and -> or.John MacFarlane1-1/+1
We never need both polyglossia and babel.
2015-10-05Merge pull request #2435 from adunning/patch-2John MacFarlane1-63/+81
Revise variables discussion in README.
2015-10-05appveyor.yml: in stack steup, specify 64-bit ghc.John MacFarlane1-1/+1
2015-10-05appveyor.yml: added stack setup.John MacFarlane1-0/+1
2015-10-05appveyor.yml: new attempt to build with stack.John MacFarlane1-35/+19
2015-10-05Revise variables discussion in README.Andrew Dunning1-63/+81
2015-10-04Merge pull request #2432 from hftf/hyphensJohn MacFarlane5-1/+13
Docx Reader: Parse soft and non-breaking hyphen elements
2015-10-04Updated tests for changes to latex template.John MacFarlane3-3/+27
2015-10-04Updated latex template to work better with tufte...John MacFarlane1-7/+7
and other packages that include hyperref or color. Thanks to Xavier Olive.
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz3-0/+6
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2-1/+7
2015-10-03Template updates.John MacFarlane2-11/+15
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
2015-10-03Allow HUnit 1.3John MacFarlane1-1/+1
2015-10-03FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane1-2/+2
2015-10-03For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane1-0/+9
See #2401.
2015-09-29Beamer template: allow setting outer/inner theme.John MacFarlane1-7/+7
2015-09-27appveyor.yml: removed part that builds the package.John MacFarlane1-15/+15
2015-09-27appveyor.yml: Fixed another multiline statement.John MacFarlane1-4/+1
2015-09-27appveyor.yml: Another attempt to set VERSION.John MacFarlane1-2/+1
2015-09-27appveyor.yml: put whole for loop on one line.John MacFarlane1-4/+1
2015-09-27appveyor.yml: another try in version extraction.John MacFarlane1-1/+5
2015-09-27appveyor.yml: removed :next label.John MacFarlane1-1/+0
2015-09-27appveyor.yml: Tried another approach to get pandoc version.John MacFarlane1-4/+1
2015-09-27appveyor.yml: don't run tests for pandoc-citeproc.John MacFarlane1-2/+1
They won't work til we upgrade HP version, because of minor changes in aeson.
2015-09-27appveyor.yml: use cmd instead of ps.John MacFarlane1-5/+3
2015-09-27appveyor.yml: Build pandoc-citeproc after main test.John MacFarlane1-1/+3
2015-09-27appveyor: cache Haskell Platform.John MacFarlane1-0/+3
2015-09-27Merge pull request #2420 from xymostech/patch-1John MacFarlane1-2/+2
Update KaTeX JS and CSS versions.
2015-09-27appveyor.yml: fixed cabal flag.John MacFarlane1-1/+1
2015-09-27appveyor: attempt to create msi package after build.John MacFarlane1-3/+28
2015-09-26Removed unneeded imports.John MacFarlane2-3/+2
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane3-8/+11
2015-09-26appveyor.yml: revert to non-stack version.John MacFarlane1-24/+17
2015-09-26Update KaTeX JS and CSS versions.Emily Eisenberg1-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-26appveyor.yml: Get submodules.John MacFarlane1-0/+1
2015-09-26appveyor: Fixed stack.exe path.John MacFarlane1-1/+1
2015-09-26More appveyor fixes.John MacFarlane1-2/+2
2015-09-26appveyor.yml: changed clone dir.John MacFarlane1-1/+5
2015-09-26New appveyor.yml using stack.John MacFarlane1-17/+19
Copied, mostly, from stack's repo.