summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | 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
| |
* | appveyor.yml: Tried another approach to get pandoc version.John MacFarlane2015-09-27
| |
* | appveyor.yml: don't run tests for pandoc-citeproc.John MacFarlane2015-09-27
| | | | | | | | | | They won't work til we upgrade HP version, because of minor changes in aeson.
* | appveyor.yml: use cmd instead of ps.John MacFarlane2015-09-27
| |
* | appveyor.yml: Build pandoc-citeproc after main test.John MacFarlane2015-09-27
| |
* | appveyor: cache Haskell Platform.John MacFarlane2015-09-27
| |
* | Merge pull request #2420 from xymostech/patch-1John MacFarlane2015-09-27
|\ \ | | | | | | Update KaTeX JS and CSS versions.
| * | Update KaTeX JS and CSS versions.Emily Eisenberg2015-09-26
| | | | | | | | | 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.
* | | appveyor.yml: fixed cabal flag.John MacFarlane2015-09-27
| | |
* | | appveyor: attempt to create msi package after build.John MacFarlane2015-09-27
| | |
* | | Removed unneeded imports.John MacFarlane2015-09-26
| | |
* | | MediaBag: ensure that / is always used as path separator.John MacFarlane2015-09-26
| | |
* | | appveyor.yml: revert to non-stack version.John MacFarlane2015-09-26
| | |
* | | appveyor.yml: Get submodules.John MacFarlane2015-09-26
|/ /
* | appveyor: Fixed stack.exe path.John MacFarlane2015-09-26
| |
* | More appveyor fixes.John MacFarlane2015-09-26
| |
* | appveyor.yml: changed clone dir.John MacFarlane2015-09-26
| |
* | New appveyor.yml using stack.John MacFarlane2015-09-26
| | | | | | | | Copied, mostly, from stack's repo.
* | Changes to templates to support handling of bidirectional text.John MacFarlane2015-09-26
| | | | | | | | (LaTeX, ConTeXt, HTML)
* | Merge pull request #2419 from mb21/bidiJohn MacFarlane2015-09-26
|\ \ | | | | | | Support bidirectional text output with XeLaTeX, ConTeXt and HTML
| * | Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212015-09-26
| |/ | | | | | | closes #2191
* | Slightly improved description of citation locators in README.John MacFarlane2015-09-26
| |
* | Merge pull request #2418 from nickbart1980/patch-3John MacFarlane2015-09-26
|\ \ | | | | | | Give details of locator terms
| * | Give details of locator termsnickbart19802015-09-26
|/ /
* | Removed unneeded import.John MacFarlane2015-09-26
| |
* | Correctly recognize book documentclass in metadata.John MacFarlane2015-09-25
| | | | | | | | Closes #2395.
* | Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane2015-09-25
| | | | | | | | | | | | | | | | | | | | # Header {id="myid" class="foo bar"} is now equivalent to # Header {#myid .foo .bar} Closes #2396.
* | LaTeX, ConTeXt templates: more specific language variables.John MacFarlane2015-09-25
| | | | | | | | | | | | | | Instead of directly using `lang`, we now use `babel-lang` and `polyglossia-lang` and `context-lang`. These variables are set by the writers to the necessary values, based on the `lang` variable (which now always takes a value in BCP47 format).
* | Allow syb 0.6.John MacFarlane2015-09-23
| |
* | LaTeX reader: support longtable.John MacFarlane2015-09-23
|/ | | | Closes #2411.