summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane2015-10-10
|\ | | | | Better man writer (revised)
| * Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong2015-10-01
| | | | | | | | * src/Text/Pandoc/Writers/Man.hs: Set $pandoc-version$ to be pandocVersion.
| * Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2015-10-01
| | | | | | | | | | | | | | | | | | | | | | `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.
| * Set the template variable $hyphenate$ to true by defaultAlex Vong2015-10-01
| | | | | | | | * src/Text/Pandoc/Writers/Man.hs: Set $hyphenate$ to be true.
* | Merge pull request #2445 from adunning/patch-2John MacFarlane2015-10-09
|\ \ | | | | | | Improve links and cross-references in README.
| * | Correct `setspace` package usage in README.Andrew Dunning2015-10-08
| | | | | | | | | Template configured to set `setstretch` directly rather than package options.
| * | Improve CSL documentation in README.Andrew Dunning2015-10-08
| | |
| * | Improve links and cross-references in README.Andrew Dunning2015-10-08
| | |
* | | Added comment in .travis.yml to explain last change.John MacFarlane2015-10-09
| | |
* | | Use dist/setup/setup/sdist instead of cabal sdist.John MacFarlane2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | This should help with older versions of cabal which can't handle custom preprocessors. See http://stackoverflow.com/questions/16256987/haskell-packaging-cabal-package-with-custom-preprocessors
* | | Setup.hs: rewrite so as not to use process, directory, filepath.John MacFarlane2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using anything outside base is dangerous, since older versions of ghc will link against two different versions. See e.g. - https://groups.google.com/forum/#!topic/pandoc-discuss/0r9Hhl730LY - https://www.reddit.com/r/haskell/comments/3634x2/cabal_is_giving_a_weird_error_when_attempting_to/ - jaspervdj/hakyll#356
* | | Removed unneeded imports in benchmark program.John MacFarlane2015-10-09
| | |
* | | Updated benchmark program.John MacFarlane2015-10-09
| | |
* | | Test also on ghc 7.4.2.John MacFarlane2015-10-09
| | | | | | | | | | | | Made make_travis_yml.hs a bit more robust.
* | | LaTeX reader: don't eat excess whitespace after macros.John MacFarlane2015-10-09
| | | | | | | | | | | | Really close #2446.
* | | benchmark: Use Criterion.Monad not Criterion.Config.John MacFarlane2015-10-09
| | |
* | | LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane2015-10-09
| | | | | | | | | | | | Closes #2446.
* | | New .travis.yml.John MacFarlane2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Simplified travis.yml.John MacFarlane2015-10-08
| | | | | | | | | | | | | | | | | | - Follows template on hvr/multi-ghc-travis. - Don't build with ghc 7.4.2. - Build tarball after main build.
* | | Travis: use cabal-install 1.22 not head.John MacFarlane2015-10-08
| | |
* | | travis: use ghc 7.10.2 instead of 7.10.1.John MacFarlane2015-10-08
|/ /
* | appveyor: don't cache HP or install wix toolset.John MacFarlane2015-10-07
| |
* | appveyor.yml: back to cabal/HP based build.John MacFarlane2015-10-07
| | | | | | | | | | | | | | | | | | | | 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.
* | Beamer template: Added space after colon in figure caption.John MacFarlane2015-10-07
| |
* | appveyor.yml - try with 32bit version of stack.John MacFarlane2015-10-06
| |
* | Updated changelog. Still need to organize this.John MacFarlane2015-10-06
| |
* | Allow http-types 0.9.John MacFarlane2015-10-06
| |
* | appveyor.yml: added 'echo "" |' to work around broken stdin.John MacFarlane2015-10-05
| |
* | Minor change in README: and -> or.John MacFarlane2015-10-05
| | | | | | | | We never need both polyglossia and babel.
* | Merge pull request #2435 from adunning/patch-2John MacFarlane2015-10-05
|\ \ | | | | | | Revise variables discussion in README.
| * | Revise variables discussion in README.Andrew Dunning2015-10-05
| | |
* | | appveyor.yml: in stack steup, specify 64-bit ghc.John MacFarlane2015-10-05
| | |
* | | appveyor.yml: added stack setup.John MacFarlane2015-10-05
| | |
* | | appveyor.yml: new attempt to build with stack.John MacFarlane2015-10-05
|/ /
* | Merge pull request #2432 from hftf/hyphensJohn MacFarlane2015-10-04
|\ \ | | | | | | Docx Reader: Parse soft and non-breaking hyphen elements
| * | Docx Reader: Create special punctuation testOphir Lifshitz2015-10-04
| | |
| * | Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2015-10-04
| | |
* | | Updated tests for changes to latex template.John MacFarlane2015-10-04
| | |
* | | Updated latex template to work better with tufte...John MacFarlane2015-10-04
|/ / | | | | | | | | | | and other packages that include hyperref or color. Thanks to Xavier Olive.
* | Template updates.John MacFarlane2015-10-03
| | | | | | | | | | | | | | Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
* | Allow HUnit 1.3John MacFarlane2015-10-03
| |
* | FIxed typo: Ext_superscript, Ext_subscript.John MacFarlane2015-10-03
| |
* | For markdown_mmd, add: implicit_figures, superscripts, subscripts.John MacFarlane2015-10-03
|/ | | | See #2401.
* Beamer template: allow setting outer/inner theme.John MacFarlane2015-09-29
|
* appveyor.yml: removed part that builds the package.John MacFarlane2015-09-27
|
* appveyor.yml: Fixed another multiline statement.John MacFarlane2015-09-27
|
* appveyor.yml: Another attempt to set VERSION.John MacFarlane2015-09-27
|
* appveyor.yml: put whole for loop on one line.John MacFarlane2015-09-27
|
* appveyor.yml: another try in version extraction.John MacFarlane2015-09-27
|
* appveyor.yml: removed :next label.John MacFarlane2015-09-27
|