b876793910
This fixes a problem with author-in-text citations for references including both an author and an editor. Previously, both were included in the text, but only the author should be. Closes #6765. Added a test.
33 lines
657 B
YAML
33 lines
657 B
YAML
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: true
|
|
static: false
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- pandoc-types-1.22
|
|
- texmath-0.12.0.3
|
|
- rfc5051-0.2
|
|
- haddock-library-1.9.0
|
|
- skylighting-0.10.0.2
|
|
- skylighting-core-0.10.0.2
|
|
- doclayout-0.3
|
|
- emojis-0.1
|
|
- hslua-1.1.2
|
|
- jira-wiki-markup-1.3.2
|
|
- HsYAML-0.2.1.0
|
|
- HsYAML-aeson-0.2.0.0
|
|
- doctemplates-0.8.2
|
|
- commonmark-0.1.0.2
|
|
- commonmark-extensions-0.2.0.1
|
|
- commonmark-pandoc-0.2.0.1
|
|
- git: https://github.com/jgm/citeproc
|
|
commit: 3230fb6fa1beff3e27389be20217a31d3c1207e9
|
|
|
|
ghc-options:
|
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
|
resolver: lts-14.6
|
|
nix:
|
|
packages: [zlib]
|
|
|