aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19JATS writer: keep quotes in element-citationsAlbert Krewinkel1-5/+5
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane1-8/+14
2021-12-15T.P.Citeproc: do not export getStyle, getCiteprocLang.John MacFarlane1-2/+0
2021-12-13Citeproc changes:John MacFarlane1-16/+13
2021-11-22Add .yml to Citeproc formatFromExtension (#7706)Jörn Krenzer1-0/+1
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-1/+1
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane1-37/+6
2021-08-13Convert Quoted in bib entries to special Spans...John MacFarlane1-1/+3
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-1/+6
2021-08-13Removed quote localization from citeproc processing.John MacFarlane1-20/+1
2021-07-05Add command test for #7394.John MacFarlane1-0/+1
2021-07-05Citeproc: cleanup and efficiency improvement in deNote.John MacFarlane1-15/+21
2021-07-05Revamp note citation handling.John MacFarlane1-14/+30
2021-06-28Improve punctuation moving with `--citeproc`.John MacFarlane1-14/+15
2021-06-12Fix regression in citeproc processing.John MacFarlane1-1/+3
2021-06-08Citeproc: avoid duplicate classes and attributes on refs div.John MacFarlane1-2/+2
2021-05-17Citeproc: ensure that CSL-related attributes are passed on...John MacFarlane1-1/+1
2021-04-17Use document's lang for the lang parameter of citeproc...John MacFarlane1-2/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-8/+2
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane1-5/+5
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-01-21Text.Pandoc.Citeproc: use finer grained importsAlbert Krewinkel1-18/+21
2021-01-10T.P.Citeproc: factor out and export `getStyle`.John MacFarlane1-45/+55
2021-01-10T.P.Citeproc: factor out getLang.John MacFarlane1-8/+15
2021-01-10T.P.Citeproc: refactor and export `getReferences`.John MacFarlane1-28/+51
2020-12-24Citeproc: fix handling of empty URL variables (`DOI`, etc.).John MacFarlane1-1/+3
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane1-1/+2
2020-12-15Use fetchItem to get external bibliography.John MacFarlane1-8/+7
2020-12-15Allow both inline and external references to be usedJohn MacFarlane1-14/+15
2020-12-02Citeproc: ensure that BCP47 lang codes can be used.John MacFarlane1-2/+17
2020-11-25Fix truncation of `[Citation]` list in `Cite` inside footnotes...John MacFarlane1-2/+2
2020-11-13Improve period suppression algorithm for citations in notes...John MacFarlane1-1/+22
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-5/+1
2020-11-05Citeproc: improve punctuation in in-text note citations.John MacFarlane1-8/+15
2020-11-04Simplified idpred in citeproc.John MacFarlane1-2/+1
2020-11-01Citeproc: use comma for in-text citations inside footnotes.John MacFarlane1-8/+18
2020-11-01Improve deNote.John MacFarlane1-4/+5
2020-10-29Use new citeproc; do note capitalization here, not in citeproc.John MacFarlane1-2/+11
2020-10-27Remove obsolete commentJohn MacFarlane1-1/+0
2020-10-27Citeproc: properly handle `csl` field with `data:` URI.John MacFarlane1-1/+1
2020-10-26Add PandocBibliographyError and use it in parsing bibliographies.John MacFarlane1-5/+7
2020-10-21citeproc - improved removal of final period...John MacFarlane1-5/+8
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-4/+1
2020-10-09In fetching parent of dependent CSL style, first...John MacFarlane1-1/+5
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane1-2/+4
2020-10-07Cleaner solution to #6723.John MacFarlane1-4/+4
2020-10-07Fix URL prefixes in citations also when they occur in notes.John MacFarlane1-3/+3
2020-10-06Incorporate `https://doi.org/` prefix added by CSL style...John MacFarlane1-1/+12
2020-10-06Fix URL for "short DOIs" in citations. See #6723.John MacFarlane1-1/+6
2020-10-05Fixed regresison in last commit.John MacFarlane1-1/+1