From 15683bb607eb924816adcb7e7884fe722d3d3129 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Aug 2021 18:13:06 -0700 Subject: Citeproc: avoid odd handling of quotes. 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. --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index c5090838c..401992868 100644 --- a/cabal.project +++ b/cabal.project @@ -5,4 +5,4 @@ flags: +embed_data_files source-repository-package type: git location: https://github.com/jgm/citeproc.git - tag: 8b190eceb0cbbbf2d436bab9a5891a31be0c9865 + tag: 8d03cb722fac3ea8f17f432ac20abe35361df551 -- cgit v1.2.3