├── .github ├── FUNDING.yml └── workflows │ └── ci.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── README.md ├── Setup.hs ├── TODO ├── cabal.project ├── changelog ├── chicago-author-date.csl ├── compat └── Text │ └── CSL │ └── Compat │ └── Pandoc.hs ├── hackage-docs.sh ├── locales ├── locales-af-ZA.xml ├── locales-ar.xml ├── locales-bg-BG.xml ├── locales-ca-AD.xml ├── locales-cs-CZ.xml ├── locales-cy-GB.xml ├── locales-da-DK.xml ├── locales-de-AT.xml ├── locales-de-CH.xml ├── locales-de-DE.xml ├── locales-el-GR.xml ├── locales-en-GB.xml ├── locales-en-US.xml ├── locales-es-CL.xml ├── locales-es-ES.xml ├── locales-es-MX.xml ├── locales-et-EE.xml ├── locales-eu.xml ├── locales-fa-IR.xml ├── locales-fi-FI.xml ├── locales-fr-CA.xml ├── locales-fr-FR.xml ├── locales-he-IL.xml ├── locales-hr-HR.xml ├── locales-hu-HU.xml ├── locales-id-ID.xml ├── locales-is-IS.xml ├── locales-it-IT.xml ├── locales-ja-JP.xml ├── locales-km-KH.xml ├── locales-ko-KR.xml ├── locales-la.xml ├── locales-lt-LT.xml ├── locales-lv-LV.xml ├── locales-mn-MN.xml ├── locales-nb-NO.xml ├── locales-nl-NL.xml ├── locales-nn-NO.xml ├── locales-pl-PL.xml ├── locales-pt-BR.xml ├── locales-pt-PT.xml ├── locales-ro-RO.xml ├── locales-ru-RU.xml ├── locales-sk-SK.xml ├── locales-sl-SI.xml ├── locales-sr-RS.xml ├── locales-sv-SE.xml ├── locales-th-TH.xml ├── locales-tr-TR.xml ├── locales-uk-UA.xml ├── locales-vi-VN.xml ├── locales-zh-CN.xml └── locales-zh-TW.xml ├── man ├── Makefile ├── man1 │ └── pandoc-citeproc.1 └── pandoc-citeproc.1.md ├── mktest.sh ├── pandoc-citeproc.cabal ├── pandoc-citeproc.hs ├── prelude └── Prelude.hs ├── src └── Text │ ├── CSL.hs │ └── CSL │ ├── Data.hs │ ├── Data │ └── Embedded.hs │ ├── Eval.hs │ ├── Eval │ ├── Common.hs │ ├── Date.hs │ ├── Names.hs │ └── Output.hs │ ├── Exception.hs │ ├── Input │ ├── Bibtex.hs │ └── Bibutils.hs │ ├── Output │ ├── Pandoc.hs │ └── Plain.hs │ ├── Pandoc.hs │ ├── Parser.hs │ ├── Proc.hs │ ├── Proc │ ├── Collapse.hs │ └── Disamb.hs │ ├── Reference.hs │ ├── Style.hs │ └── Util.hs ├── stack.yaml └── tests ├── JSON.hs ├── advanced-optical-materials.csl ├── annales.csl ├── apa.csl ├── biblatex-examples.bib ├── biblio.bib ├── biblio2yaml ├── 266.biblatex ├── aksin.biblatex ├── almendro.biblatex ├── angenendt.biblatex ├── aristotle-anima.biblatex ├── aristotle-physics.biblatex ├── aristotle-poetics.biblatex ├── aristotle-rhetoric.biblatex ├── article.biblatex ├── augustine.biblatex ├── averroes-bland.biblatex ├── averroes-hannes.biblatex ├── averroes-hercz.biblatex ├── baez-article.biblatex ├── baez-online.biblatex ├── basic.bibtex ├── bertram.biblatex ├── bibstring-resolution.biblatex ├── book-averroes.biblatex ├── book-coleridge.biblatex ├── book-title-maintitle-series.biblatex ├── book-vazques-de-parga.biblatex ├── brandt.biblatex ├── britannica.biblatex ├── chiu.biblatex ├── cicero.biblatex ├── cms.biblatex ├── coleridge.biblatex ├── companion.biblatex ├── cotton.biblatex ├── crossref-inbook-mvbook.biblatex ├── crossref-nested.biblatex ├── ctan.biblatex ├── dates.biblatex ├── doody.biblatex ├── edtf-date.biblatex ├── escapedquotes.biblatex ├── formatting.biblatex ├── gaonkar-in.biblatex ├── gaonkar.biblatex ├── geer.biblatex ├── gerhardt.biblatex ├── gillies.biblatex ├── glashow.biblatex ├── gonzalez.biblatex ├── hammond.biblatex ├── herrmann.biblatex ├── hyman.biblatex ├── iliad.biblatex ├── inbook-title-booktitle-maintitle-series-2.biblatex ├── inbook-title-booktitle-maintitle-series.biblatex ├── inbook.biblatex ├── incollection-2.biblatex ├── incollection.biblatex ├── inproceedings.biblatex ├── issue288.biblatex ├── itzhaki.biblatex ├── jaffe.biblatex ├── jcg.biblatex ├── kant-kpv.biblatex ├── kant-ku.biblatex ├── kastenholz.biblatex ├── knuth-ct-a.biblatex ├── knuth-ct-b.biblatex ├── knuth-ct-c.biblatex ├── knuth-ct-d.biblatex ├── knuth-ct-e.biblatex ├── knuth-ct-related.biblatex ├── knuth-ct.biblatex ├── kowalik.biblatex ├── kullback-related.biblatex ├── kullback-reprint.biblatex ├── kullback.biblatex ├── laufenberg.biblatex ├── loh.biblatex ├── malinowski.biblatex ├── manual.biblatex ├── markey.biblatex ├── maron.biblatex ├── massa.biblatex ├── moore-related.biblatex ├── moore.biblatex ├── moraux.biblatex ├── murray.biblatex ├── nietzsche-historie.biblatex ├── nietzsche-ksa.biblatex ├── nietzsche-ksa1.biblatex ├── nussbaum.biblatex ├── online.biblatex ├── options-url-false-doi-false.biblatex ├── padhye.biblatex ├── pandoc-2 │ ├── ctan.biblatex │ ├── formatting.biblatex │ ├── jaffe.biblatex │ ├── kastenholz.biblatex │ ├── online.biblatex │ └── sigfridsson.biblatex ├── patent.biblatex ├── periodical.biblatex ├── piccato.biblatex ├── pines.biblatex ├── quotes.biblatex ├── reese.biblatex ├── report.biblatex ├── salam.biblatex ├── sarfraz.biblatex ├── shore.biblatex ├── sigfridsson.biblatex ├── sorace.biblatex ├── spiegelberg.biblatex ├── springer.biblatex ├── strings.biblatex ├── test-case-conversion.biblatex ├── textnormal.biblatex ├── thesis.biblatex ├── title-and-shorttitle.biblatex ├── vangennep-related.biblatex ├── vangennep-trans.biblatex ├── vangennep.biblatex ├── vazques-de-parga-mvbook.biblatex ├── vazques-de-parga.biblatex ├── video.biblatex ├── vizedom-related.biblatex ├── wassenberg.biblatex ├── weinberg.biblatex ├── westfahl-frontier.biblatex ├── westfahl-space.biblatex ├── wilde.biblatex ├── worman.biblatex └── yoon.biblatex ├── chicago-annotated-bibliography.csl ├── chicago-author-date-with-original-date-and-status.csl ├── chicago-author-date.expected.native ├── chicago-author-date.in.native ├── chicago-author-date.in.txt ├── chicago-fullnote-bibliography.csl ├── chicago-note-bibliography.csl ├── chinese-gb7714-2005-numeric.csl ├── din-1505-2.csl ├── harvard-university-of-kent.csl ├── ieee.csl ├── ieee.expected.native ├── ieee.in.native ├── issue118.expected.native ├── issue118.in.native ├── issue119.expected.native ├── issue119.in.native ├── issue13.expected.native ├── issue13.in.native ├── issue14.expected.native ├── issue14.in.native ├── issue152.expected.native ├── issue152.in.native ├── issue160.csl ├── issue160.expected.native ├── issue160.in.native ├── issue175.expected.native ├── issue175.in.native ├── issue197.expected.native ├── issue197.in.native ├── issue213.expected.native ├── issue213.in.native ├── issue25.expected.native ├── issue25.in.native ├── issue250.expected.native ├── issue250.in.native ├── issue27.expected.native ├── issue27.in.native ├── issue292.expected.native ├── issue292.in.native ├── issue301.expected.native ├── issue301.in.native ├── issue307.expected.native ├── issue307.in.native ├── issue31.expected.native ├── issue31.in.native ├── issue312.expected.native ├── issue312.in.native ├── issue320.expected.native ├── issue320.in.native ├── issue320a.expected.native ├── issue320a.in.native ├── issue322.expected.native ├── issue322.in.native ├── issue325.expected.native ├── issue325.in.native ├── issue327.expected.native ├── issue327.in.native ├── issue338.expected.native ├── issue338.in.native ├── issue351.expected.native ├── issue351.in.native ├── issue356.expected.native ├── issue356.in.native ├── issue360.expected.native ├── issue360.in.native ├── issue361.expected.native ├── issue361.in.native ├── issue365.expected.native ├── issue365.in.native ├── issue371.expected.native ├── issue371.in.native ├── issue38.expected.native ├── issue38.in.native ├── issue386.expected.native ├── issue386.in.native ├── issue392.expected.native ├── issue392.in.native ├── issue399.expected.native ├── issue399.in.native ├── issue437.csl ├── issue437.expected.native ├── issue437.in.native ├── issue47.expected.native ├── issue47.in.native ├── issue51.expected.native ├── issue51.in.native ├── issue57.expected.native ├── issue57.in.native ├── issue58.csl ├── issue58.expected.native ├── issue58.in.native ├── issue61.expected.native ├── issue61.in.native ├── issue64.expected.native ├── issue64.in.native ├── issue65.expected.native ├── issue65.in.native ├── issue68.expected.native ├── issue68.in.native ├── issue7.expected.native ├── issue7.in.native ├── issue70.expected.native ├── issue70.in.native ├── issue75.expected.native ├── issue75.in.native ├── issue76.expected.native ├── issue76.in.native ├── issue77.expected.native ├── issue77.in.native ├── issue82.expected.native ├── issue82.in.native ├── issue87.expected.native ├── issue87.in.native ├── le-tapuscrit-note.csl ├── locators-delimited.expected.native ├── locators-delimited.in.native ├── locators-integrated.expected.native ├── locators-integrated.in.native ├── locators.csl ├── mhra.csl ├── mhra.expected.native ├── mhra.in.native ├── modern-humanities-research-association.csl ├── move-period-inside-quote.expected.native ├── move-period-inside-quote.in.native ├── no-author.expected.native ├── no-author.in.native ├── number-of-volumes.expected.native ├── number-of-volumes.in.native ├── oscola.csl ├── page-range.expected.native ├── page-range.in.native ├── sage-harvard.csl ├── science.csl ├── style399.csl ├── test-citeproc.hs ├── test-pandoc-citeproc.hs ├── vancouver.csl └── zeitschrift-fur-kunstgeschichte.csl /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [jgm] 2 | -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/README.md -------------------------------------------------------------------------------- /Setup.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/Setup.hs -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/TODO -------------------------------------------------------------------------------- /cabal.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/cabal.project -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/changelog -------------------------------------------------------------------------------- /chicago-author-date.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/chicago-author-date.csl -------------------------------------------------------------------------------- /compat/Text/CSL/Compat/Pandoc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/compat/Text/CSL/Compat/Pandoc.hs -------------------------------------------------------------------------------- /hackage-docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/hackage-docs.sh -------------------------------------------------------------------------------- /locales/locales-af-ZA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-af-ZA.xml -------------------------------------------------------------------------------- /locales/locales-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ar.xml -------------------------------------------------------------------------------- /locales/locales-bg-BG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-bg-BG.xml -------------------------------------------------------------------------------- /locales/locales-ca-AD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ca-AD.xml -------------------------------------------------------------------------------- /locales/locales-cs-CZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-cs-CZ.xml -------------------------------------------------------------------------------- /locales/locales-cy-GB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-cy-GB.xml -------------------------------------------------------------------------------- /locales/locales-da-DK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-da-DK.xml -------------------------------------------------------------------------------- /locales/locales-de-AT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-de-AT.xml -------------------------------------------------------------------------------- /locales/locales-de-CH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-de-CH.xml -------------------------------------------------------------------------------- /locales/locales-de-DE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-de-DE.xml -------------------------------------------------------------------------------- /locales/locales-el-GR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-el-GR.xml -------------------------------------------------------------------------------- /locales/locales-en-GB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-en-GB.xml -------------------------------------------------------------------------------- /locales/locales-en-US.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-en-US.xml -------------------------------------------------------------------------------- /locales/locales-es-CL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-es-CL.xml -------------------------------------------------------------------------------- /locales/locales-es-ES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-es-ES.xml -------------------------------------------------------------------------------- /locales/locales-es-MX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-es-MX.xml -------------------------------------------------------------------------------- /locales/locales-et-EE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-et-EE.xml -------------------------------------------------------------------------------- /locales/locales-eu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-eu.xml -------------------------------------------------------------------------------- /locales/locales-fa-IR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-fa-IR.xml -------------------------------------------------------------------------------- /locales/locales-fi-FI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-fi-FI.xml -------------------------------------------------------------------------------- /locales/locales-fr-CA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-fr-CA.xml -------------------------------------------------------------------------------- /locales/locales-fr-FR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-fr-FR.xml -------------------------------------------------------------------------------- /locales/locales-he-IL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-he-IL.xml -------------------------------------------------------------------------------- /locales/locales-hr-HR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-hr-HR.xml -------------------------------------------------------------------------------- /locales/locales-hu-HU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-hu-HU.xml -------------------------------------------------------------------------------- /locales/locales-id-ID.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-id-ID.xml -------------------------------------------------------------------------------- /locales/locales-is-IS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-is-IS.xml -------------------------------------------------------------------------------- /locales/locales-it-IT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-it-IT.xml -------------------------------------------------------------------------------- /locales/locales-ja-JP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ja-JP.xml -------------------------------------------------------------------------------- /locales/locales-km-KH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-km-KH.xml -------------------------------------------------------------------------------- /locales/locales-ko-KR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ko-KR.xml -------------------------------------------------------------------------------- /locales/locales-la.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-la.xml -------------------------------------------------------------------------------- /locales/locales-lt-LT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-lt-LT.xml -------------------------------------------------------------------------------- /locales/locales-lv-LV.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-lv-LV.xml -------------------------------------------------------------------------------- /locales/locales-mn-MN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-mn-MN.xml -------------------------------------------------------------------------------- /locales/locales-nb-NO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-nb-NO.xml -------------------------------------------------------------------------------- /locales/locales-nl-NL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-nl-NL.xml -------------------------------------------------------------------------------- /locales/locales-nn-NO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-nn-NO.xml -------------------------------------------------------------------------------- /locales/locales-pl-PL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-pl-PL.xml -------------------------------------------------------------------------------- /locales/locales-pt-BR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-pt-BR.xml -------------------------------------------------------------------------------- /locales/locales-pt-PT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-pt-PT.xml -------------------------------------------------------------------------------- /locales/locales-ro-RO.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ro-RO.xml -------------------------------------------------------------------------------- /locales/locales-ru-RU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-ru-RU.xml -------------------------------------------------------------------------------- /locales/locales-sk-SK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-sk-SK.xml -------------------------------------------------------------------------------- /locales/locales-sl-SI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-sl-SI.xml -------------------------------------------------------------------------------- /locales/locales-sr-RS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-sr-RS.xml -------------------------------------------------------------------------------- /locales/locales-sv-SE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-sv-SE.xml -------------------------------------------------------------------------------- /locales/locales-th-TH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-th-TH.xml -------------------------------------------------------------------------------- /locales/locales-tr-TR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-tr-TR.xml -------------------------------------------------------------------------------- /locales/locales-uk-UA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-uk-UA.xml -------------------------------------------------------------------------------- /locales/locales-vi-VN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-vi-VN.xml -------------------------------------------------------------------------------- /locales/locales-zh-CN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-zh-CN.xml -------------------------------------------------------------------------------- /locales/locales-zh-TW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/locales/locales-zh-TW.xml -------------------------------------------------------------------------------- /man/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/man/Makefile -------------------------------------------------------------------------------- /man/man1/pandoc-citeproc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/man/man1/pandoc-citeproc.1 -------------------------------------------------------------------------------- /man/pandoc-citeproc.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/man/pandoc-citeproc.1.md -------------------------------------------------------------------------------- /mktest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/mktest.sh -------------------------------------------------------------------------------- /pandoc-citeproc.cabal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/pandoc-citeproc.cabal -------------------------------------------------------------------------------- /pandoc-citeproc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/pandoc-citeproc.hs -------------------------------------------------------------------------------- /prelude/Prelude.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/prelude/Prelude.hs -------------------------------------------------------------------------------- /src/Text/CSL.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL.hs -------------------------------------------------------------------------------- /src/Text/CSL/Data.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Data.hs -------------------------------------------------------------------------------- /src/Text/CSL/Data/Embedded.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Data/Embedded.hs -------------------------------------------------------------------------------- /src/Text/CSL/Eval.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Eval.hs -------------------------------------------------------------------------------- /src/Text/CSL/Eval/Common.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Eval/Common.hs -------------------------------------------------------------------------------- /src/Text/CSL/Eval/Date.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Eval/Date.hs -------------------------------------------------------------------------------- /src/Text/CSL/Eval/Names.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Eval/Names.hs -------------------------------------------------------------------------------- /src/Text/CSL/Eval/Output.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Eval/Output.hs -------------------------------------------------------------------------------- /src/Text/CSL/Exception.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Exception.hs -------------------------------------------------------------------------------- /src/Text/CSL/Input/Bibtex.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Input/Bibtex.hs -------------------------------------------------------------------------------- /src/Text/CSL/Input/Bibutils.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Input/Bibutils.hs -------------------------------------------------------------------------------- /src/Text/CSL/Output/Pandoc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Output/Pandoc.hs -------------------------------------------------------------------------------- /src/Text/CSL/Output/Plain.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Output/Plain.hs -------------------------------------------------------------------------------- /src/Text/CSL/Pandoc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Pandoc.hs -------------------------------------------------------------------------------- /src/Text/CSL/Parser.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Parser.hs -------------------------------------------------------------------------------- /src/Text/CSL/Proc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Proc.hs -------------------------------------------------------------------------------- /src/Text/CSL/Proc/Collapse.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Proc/Collapse.hs -------------------------------------------------------------------------------- /src/Text/CSL/Proc/Disamb.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Proc/Disamb.hs -------------------------------------------------------------------------------- /src/Text/CSL/Reference.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Reference.hs -------------------------------------------------------------------------------- /src/Text/CSL/Style.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Style.hs -------------------------------------------------------------------------------- /src/Text/CSL/Util.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/src/Text/CSL/Util.hs -------------------------------------------------------------------------------- /stack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/stack.yaml -------------------------------------------------------------------------------- /tests/JSON.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/JSON.hs -------------------------------------------------------------------------------- /tests/advanced-optical-materials.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/advanced-optical-materials.csl -------------------------------------------------------------------------------- /tests/annales.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/annales.csl -------------------------------------------------------------------------------- /tests/apa.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/apa.csl -------------------------------------------------------------------------------- /tests/biblatex-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblatex-examples.bib -------------------------------------------------------------------------------- /tests/biblio.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio.bib -------------------------------------------------------------------------------- /tests/biblio2yaml/266.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/266.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/aksin.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/aksin.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/almendro.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/almendro.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/angenendt.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/angenendt.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/aristotle-anima.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/aristotle-anima.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/aristotle-physics.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/aristotle-physics.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/aristotle-poetics.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/aristotle-poetics.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/aristotle-rhetoric.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/aristotle-rhetoric.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/article.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/article.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/augustine.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/augustine.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/averroes-bland.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/averroes-bland.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/averroes-hannes.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/averroes-hannes.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/averroes-hercz.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/averroes-hercz.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/baez-article.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/baez-article.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/baez-online.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/baez-online.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/basic.bibtex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/basic.bibtex -------------------------------------------------------------------------------- /tests/biblio2yaml/bertram.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/bertram.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/bibstring-resolution.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/bibstring-resolution.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/book-averroes.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/book-averroes.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/book-coleridge.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/book-coleridge.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/book-title-maintitle-series.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/book-title-maintitle-series.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/book-vazques-de-parga.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/book-vazques-de-parga.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/brandt.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/brandt.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/britannica.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/britannica.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/chiu.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/chiu.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/cicero.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/cicero.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/cms.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/cms.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/coleridge.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/coleridge.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/companion.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/companion.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/cotton.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/cotton.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/crossref-inbook-mvbook.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/crossref-inbook-mvbook.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/crossref-nested.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/crossref-nested.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/ctan.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/ctan.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/dates.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/dates.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/doody.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/doody.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/edtf-date.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/edtf-date.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/escapedquotes.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/escapedquotes.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/formatting.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/formatting.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/gaonkar-in.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/gaonkar-in.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/gaonkar.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/gaonkar.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/geer.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/geer.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/gerhardt.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/gerhardt.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/gillies.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/gillies.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/glashow.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/glashow.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/gonzalez.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/gonzalez.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/hammond.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/hammond.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/herrmann.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/herrmann.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/hyman.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/hyman.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/iliad.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/iliad.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/inbook-title-booktitle-maintitle-series-2.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/inbook-title-booktitle-maintitle-series-2.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/inbook.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/inbook.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/incollection-2.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/incollection-2.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/incollection.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/incollection.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/inproceedings.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/inproceedings.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/issue288.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/issue288.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/itzhaki.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/itzhaki.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/jaffe.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/jaffe.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/jcg.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/jcg.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kant-kpv.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kant-kpv.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kant-ku.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kant-ku.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kastenholz.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kastenholz.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-a.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-a.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-b.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-b.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-c.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-c.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-d.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-d.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-e.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-e.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct-related.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct-related.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/knuth-ct.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/knuth-ct.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kowalik.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kowalik.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kullback-related.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kullback-related.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kullback-reprint.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kullback-reprint.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/kullback.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/kullback.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/laufenberg.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/laufenberg.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/loh.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/loh.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/malinowski.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/malinowski.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/manual.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/manual.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/markey.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/markey.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/maron.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/maron.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/massa.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/massa.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/moore-related.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/moore-related.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/moore.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/moore.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/moraux.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/moraux.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/murray.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/murray.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/nietzsche-historie.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/nietzsche-historie.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/nietzsche-ksa.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/nietzsche-ksa.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/nietzsche-ksa1.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/nietzsche-ksa1.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/nussbaum.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/nussbaum.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/online.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/online.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/options-url-false-doi-false.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/options-url-false-doi-false.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/padhye.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/padhye.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/ctan.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/ctan.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/formatting.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/formatting.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/jaffe.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/jaffe.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/kastenholz.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/kastenholz.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/online.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/online.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pandoc-2/sigfridsson.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pandoc-2/sigfridsson.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/patent.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/patent.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/periodical.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/periodical.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/piccato.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/piccato.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/pines.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/pines.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/quotes.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/quotes.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/reese.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/reese.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/report.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/report.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/salam.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/salam.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/sarfraz.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/sarfraz.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/shore.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/shore.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/sigfridsson.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/sigfridsson.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/sorace.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/sorace.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/spiegelberg.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/spiegelberg.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/springer.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/springer.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/strings.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/strings.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/test-case-conversion.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/test-case-conversion.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/textnormal.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/textnormal.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/thesis.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/thesis.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/title-and-shorttitle.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/title-and-shorttitle.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vangennep-related.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vangennep-related.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vangennep-trans.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vangennep-trans.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vangennep.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vangennep.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vazques-de-parga-mvbook.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vazques-de-parga-mvbook.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vazques-de-parga.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vazques-de-parga.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/video.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/video.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/vizedom-related.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/vizedom-related.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/wassenberg.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/wassenberg.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/weinberg.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/weinberg.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/westfahl-frontier.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/westfahl-frontier.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/westfahl-space.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/westfahl-space.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/wilde.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/wilde.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/worman.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/worman.biblatex -------------------------------------------------------------------------------- /tests/biblio2yaml/yoon.biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/biblio2yaml/yoon.biblatex -------------------------------------------------------------------------------- /tests/chicago-annotated-bibliography.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-annotated-bibliography.csl -------------------------------------------------------------------------------- /tests/chicago-author-date-with-original-date-and-status.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-author-date-with-original-date-and-status.csl -------------------------------------------------------------------------------- /tests/chicago-author-date.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-author-date.expected.native -------------------------------------------------------------------------------- /tests/chicago-author-date.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-author-date.in.native -------------------------------------------------------------------------------- /tests/chicago-author-date.in.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/chicago-fullnote-bibliography.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-fullnote-bibliography.csl -------------------------------------------------------------------------------- /tests/chicago-note-bibliography.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chicago-note-bibliography.csl -------------------------------------------------------------------------------- /tests/chinese-gb7714-2005-numeric.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/chinese-gb7714-2005-numeric.csl -------------------------------------------------------------------------------- /tests/din-1505-2.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/din-1505-2.csl -------------------------------------------------------------------------------- /tests/harvard-university-of-kent.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/harvard-university-of-kent.csl -------------------------------------------------------------------------------- /tests/ieee.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/ieee.csl -------------------------------------------------------------------------------- /tests/ieee.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/ieee.expected.native -------------------------------------------------------------------------------- /tests/ieee.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/ieee.in.native -------------------------------------------------------------------------------- /tests/issue118.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue118.expected.native -------------------------------------------------------------------------------- /tests/issue118.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue118.in.native -------------------------------------------------------------------------------- /tests/issue119.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue119.expected.native -------------------------------------------------------------------------------- /tests/issue119.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue119.in.native -------------------------------------------------------------------------------- /tests/issue13.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue13.expected.native -------------------------------------------------------------------------------- /tests/issue13.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue13.in.native -------------------------------------------------------------------------------- /tests/issue14.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue14.expected.native -------------------------------------------------------------------------------- /tests/issue14.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue14.in.native -------------------------------------------------------------------------------- /tests/issue152.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue152.expected.native -------------------------------------------------------------------------------- /tests/issue152.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue152.in.native -------------------------------------------------------------------------------- /tests/issue160.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue160.csl -------------------------------------------------------------------------------- /tests/issue160.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue160.expected.native -------------------------------------------------------------------------------- /tests/issue160.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue160.in.native -------------------------------------------------------------------------------- /tests/issue175.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue175.expected.native -------------------------------------------------------------------------------- /tests/issue175.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue175.in.native -------------------------------------------------------------------------------- /tests/issue197.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue197.expected.native -------------------------------------------------------------------------------- /tests/issue197.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue197.in.native -------------------------------------------------------------------------------- /tests/issue213.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue213.expected.native -------------------------------------------------------------------------------- /tests/issue213.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue213.in.native -------------------------------------------------------------------------------- /tests/issue25.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue25.expected.native -------------------------------------------------------------------------------- /tests/issue25.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue25.in.native -------------------------------------------------------------------------------- /tests/issue250.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue250.expected.native -------------------------------------------------------------------------------- /tests/issue250.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue250.in.native -------------------------------------------------------------------------------- /tests/issue27.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue27.expected.native -------------------------------------------------------------------------------- /tests/issue27.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue27.in.native -------------------------------------------------------------------------------- /tests/issue292.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue292.expected.native -------------------------------------------------------------------------------- /tests/issue292.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue292.in.native -------------------------------------------------------------------------------- /tests/issue301.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue301.expected.native -------------------------------------------------------------------------------- /tests/issue301.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue301.in.native -------------------------------------------------------------------------------- /tests/issue307.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue307.expected.native -------------------------------------------------------------------------------- /tests/issue307.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue307.in.native -------------------------------------------------------------------------------- /tests/issue31.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue31.expected.native -------------------------------------------------------------------------------- /tests/issue31.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue31.in.native -------------------------------------------------------------------------------- /tests/issue312.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue312.expected.native -------------------------------------------------------------------------------- /tests/issue312.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue312.in.native -------------------------------------------------------------------------------- /tests/issue320.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue320.expected.native -------------------------------------------------------------------------------- /tests/issue320.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue320.in.native -------------------------------------------------------------------------------- /tests/issue320a.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue320a.expected.native -------------------------------------------------------------------------------- /tests/issue320a.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue320a.in.native -------------------------------------------------------------------------------- /tests/issue322.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue322.expected.native -------------------------------------------------------------------------------- /tests/issue322.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue322.in.native -------------------------------------------------------------------------------- /tests/issue325.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue325.expected.native -------------------------------------------------------------------------------- /tests/issue325.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue325.in.native -------------------------------------------------------------------------------- /tests/issue327.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue327.expected.native -------------------------------------------------------------------------------- /tests/issue327.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue327.in.native -------------------------------------------------------------------------------- /tests/issue338.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue338.expected.native -------------------------------------------------------------------------------- /tests/issue338.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue338.in.native -------------------------------------------------------------------------------- /tests/issue351.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue351.expected.native -------------------------------------------------------------------------------- /tests/issue351.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue351.in.native -------------------------------------------------------------------------------- /tests/issue356.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue356.expected.native -------------------------------------------------------------------------------- /tests/issue356.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue356.in.native -------------------------------------------------------------------------------- /tests/issue360.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue360.expected.native -------------------------------------------------------------------------------- /tests/issue360.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue360.in.native -------------------------------------------------------------------------------- /tests/issue361.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue361.expected.native -------------------------------------------------------------------------------- /tests/issue361.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue361.in.native -------------------------------------------------------------------------------- /tests/issue365.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue365.expected.native -------------------------------------------------------------------------------- /tests/issue365.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue365.in.native -------------------------------------------------------------------------------- /tests/issue371.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue371.expected.native -------------------------------------------------------------------------------- /tests/issue371.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue371.in.native -------------------------------------------------------------------------------- /tests/issue38.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue38.expected.native -------------------------------------------------------------------------------- /tests/issue38.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue38.in.native -------------------------------------------------------------------------------- /tests/issue386.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue386.expected.native -------------------------------------------------------------------------------- /tests/issue386.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue386.in.native -------------------------------------------------------------------------------- /tests/issue392.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue392.expected.native -------------------------------------------------------------------------------- /tests/issue392.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue392.in.native -------------------------------------------------------------------------------- /tests/issue399.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue399.expected.native -------------------------------------------------------------------------------- /tests/issue399.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue399.in.native -------------------------------------------------------------------------------- /tests/issue437.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue437.csl -------------------------------------------------------------------------------- /tests/issue437.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue437.expected.native -------------------------------------------------------------------------------- /tests/issue437.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue437.in.native -------------------------------------------------------------------------------- /tests/issue47.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue47.expected.native -------------------------------------------------------------------------------- /tests/issue47.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue47.in.native -------------------------------------------------------------------------------- /tests/issue51.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue51.expected.native -------------------------------------------------------------------------------- /tests/issue51.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue51.in.native -------------------------------------------------------------------------------- /tests/issue57.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue57.expected.native -------------------------------------------------------------------------------- /tests/issue57.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue57.in.native -------------------------------------------------------------------------------- /tests/issue58.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue58.csl -------------------------------------------------------------------------------- /tests/issue58.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue58.expected.native -------------------------------------------------------------------------------- /tests/issue58.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue58.in.native -------------------------------------------------------------------------------- /tests/issue61.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue61.expected.native -------------------------------------------------------------------------------- /tests/issue61.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue61.in.native -------------------------------------------------------------------------------- /tests/issue64.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue64.expected.native -------------------------------------------------------------------------------- /tests/issue64.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue64.in.native -------------------------------------------------------------------------------- /tests/issue65.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue65.expected.native -------------------------------------------------------------------------------- /tests/issue65.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue65.in.native -------------------------------------------------------------------------------- /tests/issue68.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue68.expected.native -------------------------------------------------------------------------------- /tests/issue68.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue68.in.native -------------------------------------------------------------------------------- /tests/issue7.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue7.expected.native -------------------------------------------------------------------------------- /tests/issue7.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue7.in.native -------------------------------------------------------------------------------- /tests/issue70.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue70.expected.native -------------------------------------------------------------------------------- /tests/issue70.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue70.in.native -------------------------------------------------------------------------------- /tests/issue75.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue75.expected.native -------------------------------------------------------------------------------- /tests/issue75.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue75.in.native -------------------------------------------------------------------------------- /tests/issue76.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue76.expected.native -------------------------------------------------------------------------------- /tests/issue76.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue76.in.native -------------------------------------------------------------------------------- /tests/issue77.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue77.expected.native -------------------------------------------------------------------------------- /tests/issue77.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue77.in.native -------------------------------------------------------------------------------- /tests/issue82.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue82.expected.native -------------------------------------------------------------------------------- /tests/issue82.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue82.in.native -------------------------------------------------------------------------------- /tests/issue87.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue87.expected.native -------------------------------------------------------------------------------- /tests/issue87.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/issue87.in.native -------------------------------------------------------------------------------- /tests/le-tapuscrit-note.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/le-tapuscrit-note.csl -------------------------------------------------------------------------------- /tests/locators-delimited.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/locators-delimited.expected.native -------------------------------------------------------------------------------- /tests/locators-delimited.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/locators-delimited.in.native -------------------------------------------------------------------------------- /tests/locators-integrated.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/locators-integrated.expected.native -------------------------------------------------------------------------------- /tests/locators-integrated.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/locators-integrated.in.native -------------------------------------------------------------------------------- /tests/locators.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/locators.csl -------------------------------------------------------------------------------- /tests/mhra.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/mhra.csl -------------------------------------------------------------------------------- /tests/mhra.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/mhra.expected.native -------------------------------------------------------------------------------- /tests/mhra.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/mhra.in.native -------------------------------------------------------------------------------- /tests/modern-humanities-research-association.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/modern-humanities-research-association.csl -------------------------------------------------------------------------------- /tests/move-period-inside-quote.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/move-period-inside-quote.expected.native -------------------------------------------------------------------------------- /tests/move-period-inside-quote.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/move-period-inside-quote.in.native -------------------------------------------------------------------------------- /tests/no-author.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/no-author.expected.native -------------------------------------------------------------------------------- /tests/no-author.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/no-author.in.native -------------------------------------------------------------------------------- /tests/number-of-volumes.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/number-of-volumes.expected.native -------------------------------------------------------------------------------- /tests/number-of-volumes.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/number-of-volumes.in.native -------------------------------------------------------------------------------- /tests/oscola.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/oscola.csl -------------------------------------------------------------------------------- /tests/page-range.expected.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/page-range.expected.native -------------------------------------------------------------------------------- /tests/page-range.in.native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/page-range.in.native -------------------------------------------------------------------------------- /tests/sage-harvard.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/sage-harvard.csl -------------------------------------------------------------------------------- /tests/science.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/science.csl -------------------------------------------------------------------------------- /tests/style399.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/style399.csl -------------------------------------------------------------------------------- /tests/test-citeproc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/test-citeproc.hs -------------------------------------------------------------------------------- /tests/test-pandoc-citeproc.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/test-pandoc-citeproc.hs -------------------------------------------------------------------------------- /tests/vancouver.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/vancouver.csl -------------------------------------------------------------------------------- /tests/zeitschrift-fur-kunstgeschichte.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgm/pandoc-citeproc/HEAD/tests/zeitschrift-fur-kunstgeschichte.csl --------------------------------------------------------------------------------