aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Citeproc/BibTeX.hs
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-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-02-07Support "pagetotal" in converting BibLaTeX.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-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-02Add T.P.Citeproc.Name.John MacFarlane
2022-09-27Allow `url` field in bibtext (input and output).John MacFarlane
2022-09-18BibTeX parser: fix handling of `%` in url field.John MacFarlane
2022-06-15Use dev version of citeproc.John MacFarlane
2022-02-04Add endnote XML reader.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-06-28Allow `$` characters in bibtex keys.John MacFarlane
2021-06-28Set proper initial source name in parsing BibTeX.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-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane
2021-01-26Clean up BibTeX parsing.John MacFarlane
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane
2020-11-21Citeproc BibTeX parser: revert change in getRawField...John MacFarlane
2020-10-15Fix handling of xdata in bibtex/biblatex bibliographies.John MacFarlane
2020-10-08Small improvements to BibTeX parser.John MacFarlane
2020-09-27Fix redundant import warning.John MacFarlane
2020-09-27Use latest citeproc.John MacFarlane
2020-09-26Fix short-title.John MacFarlane
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane