aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-12-04Citeproc.BibTeX: Fix typo affecting `jurisdiction` biblatex type.John MacFarlane
2025-12-04Fix biblatex parsing of `@commentary` entries.John MacFarlane
2025-10-24Citeproc: allow formatting in locator to be transmitted to citeproc.John MacFarlane
2025-09-03T.P.Citeproc.BibTeX: Protect case in periodical titles.John MacFarlane
2025-04-07Recognize `en` as a `langid` in biblatex bibliographies.John MacFarlane
2024-07-15BibTeX writer: ensure that "literal" names are enclosed in braces.John MacFarlane
2024-04-26LaTeX writer: use polytonicgreek instead of polutonikogreek...John MacFarlane
2024-02-07Support "pagetotal" in converting BibLaTeX.John MacFarlane
2023-02-09Citeproc: Fix bug in metaValueToReference.John MacFarlane
2023-02-04Improve handling of `%` in bib(la)tex parsing.John MacFarlane
2023-02-01Handle % in biblatex doi field.John MacFarlane
2022-12-22Support "software" type in biblatex <-> CSL conversions.John MacFarlane
2022-12-22Make sure "version" field comes through in biblatex.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-18T.P.Citeproc.Locator: remove unnecessary import of Text.Parsec.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-04Removed some final blank lines.John MacFarlane
2022-10-02Add T.P.Citeproc.Name.John MacFarlane
2022-09-27T.P.Citeproc.MetaValue: remove unused function metaValueToPathJohn MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-09-27Allow `url` field in bibtext (input and output).John MacFarlane
2022-09-25T.P.Citeproc.Locator: update `sub verbo` to `sub-verbo`.John MacFarlane
2022-09-18BibTeX parser: fix handling of `%` in url field.John MacFarlane
2022-09-09Citeproc: Require a digit for an implicit "page" locator...John MacFarlane
2022-08-31T.P.Citeproc.CslJson: allow an object with `items` property...John MacFarlane
2022-06-15Use dev version of citeproc.John MacFarlane
2022-02-04Add endnote XML reader.John MacFarlane
2022-01-08toLocatorMap: store keys as lowercase.John MacFarlane
2021-12-13Citeproc changes:John MacFarlane
2021-11-10Fix parsing of `%` in bibtex fields.John MacFarlane
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane
2021-10-14Remove redundant $Samuel Tardieu
2021-09-27Better implementation of splitStrWhenJohn MacFarlane
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane
2021-08-17Revise citeproc code to fit new citeproc 0.5 API.John MacFarlane
2021-06-28Allow `$` characters in bibtex keys.John MacFarlane
2021-06-28Set proper initial source name in parsing BibTeX.John MacFarlane
2021-05-27Two citeproc locator/suffix improvements:John MacFarlane
2021-05-27Citeproc: Don't detect math elements as locators.John MacFarlane
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-02-11Correctly parse "raw" date value in markdown references metadata.John MacFarlane