Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-23 | Use ipynb 0.1.0.2. | John MacFarlane | 1 | -12/+1 | |
With this change pandoc can be built with aeson >= 2. | |||||
2021-10-22 | Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2 | John MacFarlane | 1 | -17/+0 | |
2021-10-22 | Use texmath 0.12.3.2 | John MacFarlane | 1 | -5/+0 | |
2021-10-22 | Use pandoc-types 1.22.1. | John MacFarlane | 1 | -5/+0 | |
2021-10-22 | Switch to hslua-2.0 | Albert Krewinkel | 1 | -1/+0 | |
The new HsLua version takes a somewhat different approach to marshalling and unmarshalling, relying less on typeclasses and more on specialized types. This allows for better performance and improved error messages. Furthermore, new abstractions allow to document the code and exposed functions. | |||||
2021-10-12 | cabal build: go back to using aeson < 2 for now. | John MacFarlane | 1 | -9/+11 | |
2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane | 1 | -1/+1 | |
This reverts commit fb0d6c7cb63a791fa72becf21ed493282e65ea91. | |||||
2021-10-12 | cabal.project: Dependencies to build with aeson 2. | John MacFarlane | 1 | -1/+12 | |
2021-10-12 | Depend on latest dev version of commonmark. | John MacFarlane | 1 | -1/+7 | |
2021-10-02 | Update cabal.project | John MacFarlane | 1 | -2/+13 | |
2021-09-13 | Use latest dev version of texmath. | John MacFarlane | 1 | -0/+5 | |
2021-09-10 | Use latest dev citeproc. | John MacFarlane | 1 | -1/+1 | |
2021-09-09 | Use dev version of citeproc. | John MacFarlane | 1 | -0/+5 | |
2021-08-17 | Use released citeproc 0.5. | John MacFarlane | 1 | -4/+0 | |
2021-08-13 | Citeproc: avoid odd handling of quotes. | John MacFarlane | 1 | -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-13 | Removed quote localization from citeproc processing. | John MacFarlane | 1 | -4/+4 | |
This is now done in citeproc itself. | |||||
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. |