aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
AgeCommit message (Collapse)AuthorFilesLines
2021-09-13Use latest dev version of texmath.John MacFarlane1-0/+5
2021-09-10Use latest dev citeproc.John MacFarlane1-1/+1
2021-09-09Use dev version of citeproc.John MacFarlane1-0/+5
2021-08-17Use released citeproc 0.5.John MacFarlane1-4/+0
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-1/+1
citeproc changes allow us to ignore Quoted elements; citeproc now uses its own method for represented quoted things, and only localizes and flipflops quotes it adds itself. See #87. The one thing left to do is to convert Quoted elements in bibliography databases (esp. titles) to `Span ("",["csl-quoted"],[])` before passing them to citeproc, IF the localized quotes for the quote type match the standard inverted commas.
2021-08-13Removed quote localization from citeproc processing.John MacFarlane1-4/+4
This is now done in citeproc itself.
2021-07-18Fix comment syntax in cabal.projectJohn MacFarlane1-4/+4
2021-07-18Use doctemplates 0.4.1 and citeproc 0.10.John MacFarlane1-9/+4
2021-07-05Revamp note citation handling.John MacFarlane1-1/+1
Use latest citeproc, which uses a Span with a class rather than a Note for notes. This helps us distinguish between user notes and citation notes. Don't put citations at the beginning of a note in parentheses. (Closes #7394.)
2021-06-29Use dev version of citeproc.John MacFarlane1-1/+1
This eliminates double hyperlinks in author-in-text citations. Author-only citations are no longer hyperlinked. See jgm/citeproc#77.
2021-06-28Use dev version of citeproc.John MacFarlane1-0/+4
This fixes moving of punctuation inside quotes to conform to the CSL spec: only comma and period are moved, not question mark or exclamation point.
2021-06-22Use dev version of doctemplates.John MacFarlane1-0/+5
2021-05-12Use released citeproc 0.4.John MacFarlane1-9/+0
2021-04-25Fixed another typo in cabal.project.John MacFarlane1-1/+1
2021-04-25Fix typo in cabal.project.John MacFarlane1-1/+1
2021-04-25Use dev texmath, citeproc.John MacFarlane1-1/+5
2021-04-18Use lastest citeproc.John MacFarlane1-1/+1
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-10/+1
Update citeproc test.
2021-04-17Use new citeproc + unicode-collation.John MacFarlane1-0/+10
Add command test for unicode-collation.
2021-03-19cabal.project: move flags: to top level (not under pandoc:).John MacFarlane1-5/+1
If it's under the pandoc stanza, it can't be overriden on the command line, it seems. Also we remove ghc-options.
2021-03-16cabal.project: remove -j, which means -j1!John MacFarlane1-1/+1
2021-03-02cabal.project: don't explicitly set -trypandoc.John MacFarlane1-1/+1
If we do, this can't be overridden on the command line.
2021-02-02cabal.project - more heap spaceJohn MacFarlane1-1/+1
2021-01-15Use citeproc >= 0.3.0.4.John MacFarlane1-4/+4
2021-01-15Use dev version of citeproc.John MacFarlane1-0/+4
Change a citation test which had wrong disambiguation (see jgm/citeproc#44).
2020-12-27Require texmath 0.12.1.John MacFarlane1-4/+0
2020-12-17Remove .travis.yml and add CircleCI config.John MacFarlane1-1/+0
2020-12-16Use released citeproc 0.3.John MacFarlane1-4/+4
2020-12-16Use released doctemplates 0.9.John MacFarlane1-5/+0
2020-12-16Add tests: True to cabal.project.John MacFarlane1-0/+2
Hoping this fixes the odd new CI failure for cabal.
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane1-4/+4
- Use dev version of citeproc, which handles duplicate ids better, preferring the last one in the list and discarding the rest. - Ensure that inline citations take priority over external ones. See jgm/citeproc#36. This restores the behavior of pandoc-citeproc.
2020-12-16Use latest dev version of doctemplates.John MacFarlane1-0/+5
2020-12-10cabal.project: disable installation of citeproc from sourceAlbert Krewinkel1-4/+4
2020-11-22Use dev version of citeproc.John MacFarlane1-4/+4
2020-11-06Comment out source-repository-package from cabal.project.John MacFarlane1-4/+4
2020-11-04Use citeproc 0.1.1.John MacFarlane1-1/+1
2020-11-01Use latest citeproc.John MacFarlane1-1/+1
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane1-1/+1
2020-10-27Use latest citeproc. Closes #6783.John MacFarlane1-4/+4
2020-10-22Require citeproc >= 0.1.0.3.John MacFarlane1-4/+4
In the previous release we pointed to this with cabal.project and stack.yaml, but jumped the gun because citeproc 0.1.0.3 had not yet been officially released.
2020-10-21Use latest citeproc.John MacFarlane1-1/+2
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.
2020-10-15Require citeproc 0.1.0.2.John MacFarlane1-1/+1
2020-10-13Use citeproc 0.1.0.1.John MacFarlane1-1/+1
2020-10-13Depend on latest citeproc.John MacFarlane1-1/+1
This fixes the citation number issue with ieee.csl and other styles that do not explicitly sort bibliographies. (Pandoc was numbering them by their order in the bibliography file, rather than the order cited, as required by the CSL spec.) Closes #6741.
2020-10-13Use latest citeproc (better grouping/collapsing behavior with prefixes).John MacFarlane1-0/+5
2020-10-10cabal.project: remove constraint on base16-bytestring.John MacFarlane1-2/+0
It is no longer needed, since text-conversions has been updated.
2020-10-09Use released citeproc 0.1.John MacFarlane1-5/+0
2020-10-07Use lastest citeproc.John MacFarlane1-1/+1
2020-10-07Use latest citeproc.John MacFarlane1-1/+1
Better solution to the problem of entities in CSL JSON output.
2020-10-03Use latest citeproc.John MacFarlane1-1/+1
Update chicago-fullnute-bibliography test, which is now correct.