mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
This commit is contained in:
@@ -11,6 +11,8 @@ flags:
|
||||
unicode_collation: false
|
||||
test_citeproc: false
|
||||
debug: false
|
||||
texmath:
|
||||
network-uri: true
|
||||
ghc-options:
|
||||
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
|
||||
highlighting-kate: '-pgmP cpphs -optP--cpp'
|
||||
|
||||
@@ -7,6 +7,11 @@ flags:
|
||||
embed_data_files: false
|
||||
old-locale: false
|
||||
network-uri: true
|
||||
pandoc-citeproc:
|
||||
bibutils: true
|
||||
embed_data_files: true
|
||||
texmath:
|
||||
network-uri: true
|
||||
packages:
|
||||
- '.'
|
||||
- '../pandoc-citeproc'
|
||||
|
||||
@@ -5,6 +5,11 @@ flags:
|
||||
embed_data_files: true
|
||||
old-locale: false
|
||||
network-uri: true
|
||||
pandoc-citeproc:
|
||||
bibutils: true
|
||||
embed_data_files: true
|
||||
texmath:
|
||||
network-uri: true
|
||||
packages:
|
||||
- '..'
|
||||
extra-deps:
|
||||
|
||||
@@ -11,6 +11,8 @@ flags:
|
||||
unicode_collation: false
|
||||
test_citeproc: false
|
||||
debug: false
|
||||
texmath:
|
||||
network-uri: true
|
||||
packages:
|
||||
- '..'
|
||||
- '../../pandoc-citeproc'
|
||||
|
||||
Reference in New Issue
Block a user