Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-18 | Fix comment syntax in cabal.project | John MacFarlane | 1 | -4/+4 | |
2021-07-18 | Use doctemplates 0.4.1 and citeproc 0.10. | John MacFarlane | 1 | -9/+4 | |
2021-07-05 | Revamp note citation handling. | John MacFarlane | 1 | -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-29 | Use dev version of citeproc. | John MacFarlane | 1 | -1/+1 | |
This eliminates double hyperlinks in author-in-text citations. Author-only citations are no longer hyperlinked. See jgm/citeproc#77. | |||||
2021-06-28 | Use dev version of citeproc. | John MacFarlane | 1 | -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-22 | Use dev version of doctemplates. | John MacFarlane | 1 | -0/+5 | |
2021-05-12 | Use released citeproc 0.4. | John MacFarlane | 1 | -9/+0 | |
2021-04-25 | Fixed another typo in cabal.project. | John MacFarlane | 1 | -1/+1 | |
2021-04-25 | Fix typo in cabal.project. | John MacFarlane | 1 | -1/+1 | |
2021-04-25 | Use dev texmath, citeproc. | John MacFarlane | 1 | -1/+5 | |
2021-04-18 | Use lastest citeproc. | John MacFarlane | 1 | -1/+1 | |
2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | 1 | -10/+1 | |
Update citeproc test. | |||||
2021-04-17 | Use new citeproc + unicode-collation. | John MacFarlane | 1 | -0/+10 | |
Add command test for unicode-collation. | |||||
2021-03-19 | cabal.project: move flags: to top level (not under pandoc:). | John MacFarlane | 1 | -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-16 | cabal.project: remove -j, which means -j1! | John MacFarlane | 1 | -1/+1 | |
2021-03-02 | cabal.project: don't explicitly set -trypandoc. | John MacFarlane | 1 | -1/+1 | |
If we do, this can't be overridden on the command line. | |||||
2021-02-02 | cabal.project - more heap space | John MacFarlane | 1 | -1/+1 | |
2021-01-15 | Use citeproc >= 0.3.0.4. | John MacFarlane | 1 | -4/+4 | |
2021-01-15 | Use dev version of citeproc. | John MacFarlane | 1 | -0/+4 | |
Change a citation test which had wrong disambiguation (see jgm/citeproc#44). | |||||
2020-12-27 | Require texmath 0.12.1. | John MacFarlane | 1 | -4/+0 | |
2020-12-17 | Remove .travis.yml and add CircleCI config. | John MacFarlane | 1 | -1/+0 | |
2020-12-16 | Use released citeproc 0.3. | John MacFarlane | 1 | -4/+4 | |
2020-12-16 | Use released doctemplates 0.9. | John MacFarlane | 1 | -5/+0 | |
2020-12-16 | Add tests: True to cabal.project. | John MacFarlane | 1 | -0/+2 | |
Hoping this fixes the odd new CI failure for cabal. | |||||
2020-12-16 | Fix citeproc regression with duplicate references. | John MacFarlane | 1 | -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-16 | Use latest dev version of doctemplates. | John MacFarlane | 1 | -0/+5 | |
2020-12-10 | cabal.project: disable installation of citeproc from source | Albert Krewinkel | 1 | -4/+4 | |
2020-11-22 | Use dev version of citeproc. | John MacFarlane | 1 | -4/+4 | |
2020-11-06 | Comment out source-repository-package from cabal.project. | John MacFarlane | 1 | -4/+4 | |
2020-11-04 | Use citeproc 0.1.1. | John MacFarlane | 1 | -1/+1 | |
2020-11-01 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-10-29 | Use new citeproc; do note capitalization here, not in citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-10-27 | Use latest citeproc. Closes #6783. | John MacFarlane | 1 | -4/+4 | |
2020-10-22 | Require citeproc >= 0.1.0.3. | John MacFarlane | 1 | -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-21 | Use latest citeproc. | John MacFarlane | 1 | -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-15 | Require citeproc 0.1.0.2. | John MacFarlane | 1 | -1/+1 | |
2020-10-13 | Use citeproc 0.1.0.1. | John MacFarlane | 1 | -1/+1 | |
2020-10-13 | Depend on latest citeproc. | John MacFarlane | 1 | -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-13 | Use latest citeproc (better grouping/collapsing behavior with prefixes). | John MacFarlane | 1 | -0/+5 | |
2020-10-10 | cabal.project: remove constraint on base16-bytestring. | John MacFarlane | 1 | -2/+0 | |
It is no longer needed, since text-conversions has been updated. | |||||
2020-10-09 | Use released citeproc 0.1. | John MacFarlane | 1 | -5/+0 | |
2020-10-07 | Use lastest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-10-07 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
Better solution to the problem of entities in CSL JSON output. | |||||
2020-10-03 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
Update chicago-fullnute-bibliography test, which is now correct. | |||||
2020-10-01 | Update to lastest citeproc | John MacFarlane | 1 | -1/+2 | |
2020-09-27 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-09-27 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-09-26 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-09-26 | Use latest citeproc. | John MacFarlane | 1 | -1/+1 | |
2020-09-24 | Use latest citeproc commit. | John MacFarlane | 1 | -2/+1 | |