a0fae92847
Closes several texmath-related bugs: #2775, #2310, #2310. This fixes issues with sub/superscript positioning and matrix column alignment in docx.
18 lines
350 B
YAML
18 lines
350 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
https: true
|
|
embed_data_files: false
|
|
old-locale: false
|
|
network-uri: true
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- texmath-0.8.6.2
|
|
- data-default-0.6.0
|
|
- data-default-instances-base-0.1.0
|
|
# to compile against aeson 0.11.0.0:
|
|
# - 'aeson-0.11.0.0'
|
|
# - 'fail-4.9.0.0'
|
|
# - 'pandoc-types-1.16.1'
|
|
resolver: lts-5.8
|