ac83d4b806
+ Removed Text.Pandoc.Readers.Docx.Fonts + Moved its code to texmath; we now use (from texmath 0.9) Text.TeXMath.Unicode.Fonts + Use texmath 0.9 (currently from git). + Updated epub tests because texmath now handles more mathml.
25 lines
581 B
YAML
25 lines
581 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
https: true
|
|
embed_data_files: true
|
|
old-locale: false
|
|
network-uri: true
|
|
pandoc-citeproc:
|
|
bibutils: true
|
|
embed_data_files: true
|
|
unicode_collation: false
|
|
test_citeproc: false
|
|
debug: false
|
|
packages:
|
|
- '..'
|
|
- location:
|
|
git: https://github.com/jgm/pandoc-citeproc.git
|
|
commit: b48cd833dd2356581d86d952d32fb14361ea79c4
|
|
- location:
|
|
git: https://github.com/jgm/texmath.git
|
|
commit: 716614e6854a0a25f630896b247d9ff9b55e1995
|
|
extra-deps:
|
|
- doctemplates-0.1.0.2
|
|
- pandoc-types-1.17.0.4
|
|
resolver: lts-7.9
|