* Require recent doctemplates. It is more flexible and supports partials. * Changed type of writerTemplate to Maybe Template instead of Maybe String. * Remove code from the LaTeX, Docbook, and JATS writers that looked in the template for strings to determine whether it is a book or an article, or whether csquotes is used. This was always kludgy and unreliable. To use csquotes for LaTeX, set `csquotes` in your variables or metadata. It is no longer sufficient to put `\usepackage{csquotes}` in your template or header includes. To specify a book style, use the `documentclass` variable or `--top-level-division`. * Change template code to use new API for doctemplates.
25 lines
679 B
YAML
25 lines
679 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: true
|
|
pandoc-citeproc:
|
|
bibutils: true
|
|
embed_data_files: true
|
|
unicode_collation: false
|
|
test_citeproc: false
|
|
debug: false
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- pandoc-citeproc-0.16.2
|
|
- ipynb-0.1
|
|
- cmark-gfm-0.2.0
|
|
- hslua-1.0.3.1
|
|
- hslua-module-system-0.2.0
|
|
- tasty-lua-0.2.0
|
|
- skylighting-core-0.8.2
|
|
- skylighting-0.8.2
|
|
- doctemplates-0.3
|
|
ghc-options:
|
|
"$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -Wcpp-undef -fhide-source-paths -Wno-missing-home-modules
|
|
resolver: lts-13.17
|