├── .gitattributes ├── .github ├── tl_packages └── workflows │ └── main.yaml ├── .gitignore ├── README.md ├── RELEASE ├── biber └── bltxml │ └── biblatex │ └── biblatex-examples.bltxml ├── bibtex ├── bib │ └── biblatex │ │ └── biblatex-examples.bib └── bst │ └── biblatex │ └── biblatex.bst ├── doc └── latex │ └── biblatex │ ├── CHANGES.md │ ├── README │ ├── biblatex-quickstart.tex │ ├── biblatex.tex │ ├── examples │ ├── 01-introduction-biber.pdf │ ├── 01-introduction-bibtex.pdf │ ├── 01-introduction.tex │ ├── 02-annotations-biber.pdf │ ├── 02-annotations-bibtex.pdf │ ├── 02-annotations.tex │ ├── 03-localization-keys-biber.pdf │ ├── 03-localization-keys-bibtex.pdf │ ├── 03-localization-keys.tex │ ├── 04-delimiters-biber.pdf │ ├── 04-delimiters-bibtex.pdf │ ├── 04-delimiters.tex │ ├── 10-references-per-section-biber.pdf │ ├── 10-references-per-section-bibtex.pdf │ ├── 10-references-per-section.tex │ ├── 11-references-by-section-biber.pdf │ ├── 11-references-by-section-bibtex.pdf │ ├── 11-references-by-section.tex │ ├── 12-references-by-segment-biber.pdf │ ├── 12-references-by-segment-bibtex.pdf │ ├── 12-references-by-segment.tex │ ├── 13-references-by-keyword-biber.pdf │ ├── 13-references-by-keyword-bibtex.pdf │ ├── 13-references-by-keyword.tex │ ├── 14-references-by-category-biber.pdf │ ├── 14-references-by-category-bibtex.pdf │ ├── 14-references-by-category.tex │ ├── 15-references-by-type-biber.pdf │ ├── 15-references-by-type-bibtex.pdf │ ├── 15-references-by-type.tex │ ├── 16-numeric-prefixed-1-biber.pdf │ ├── 16-numeric-prefixed-1-bibtex.pdf │ ├── 16-numeric-prefixed-1.tex │ ├── 17-numeric-prefixed-2-biber.pdf │ ├── 17-numeric-prefixed-2-bibtex.pdf │ ├── 17-numeric-prefixed-2.tex │ ├── 18-numeric-hybrid-biber.pdf │ ├── 18-numeric-hybrid-bibtex.pdf │ ├── 18-numeric-hybrid.tex │ ├── 19-alphabetic-prefixed-biber.pdf │ ├── 19-alphabetic-prefixed-bibtex.pdf │ ├── 19-alphabetic-prefixed.tex │ ├── 20-indexing-single-biber.pdf │ ├── 20-indexing-single-bibtex.pdf │ ├── 20-indexing-single.tex │ ├── 21-indexing-multiple-biber.pdf │ ├── 21-indexing-multiple-bibtex.pdf │ ├── 21-indexing-multiple.tex │ ├── 22-indexing-subentry-biber.pdf │ ├── 22-indexing-subentry-bibtex.pdf │ ├── 22-indexing-subentry.tex │ ├── 30-style-numeric-biber.pdf │ ├── 30-style-numeric-bibtex.pdf │ ├── 30-style-numeric.tex │ ├── 31-style-numeric-comp-biber.pdf │ ├── 31-style-numeric-comp-bibtex.pdf │ ├── 31-style-numeric-comp.tex │ ├── 32-style-numeric-verb-biber.pdf │ ├── 32-style-numeric-verb-bibtex.pdf │ ├── 32-style-numeric-verb.tex │ ├── 40-style-alphabetic-biber.pdf │ ├── 40-style-alphabetic-bibtex.pdf │ ├── 40-style-alphabetic.tex │ ├── 41-style-alphabetic-verb-biber.pdf │ ├── 41-style-alphabetic-verb-bibtex.pdf │ ├── 41-style-alphabetic-verb.tex │ ├── 42-style-alphabetic-template-biber.pdf │ ├── 42-style-alphabetic-template-bibtex.pdf │ ├── 42-style-alphabetic-template.tex │ ├── 50-style-authoryear-biber.pdf │ ├── 50-style-authoryear-bibtex.pdf │ ├── 50-style-authoryear.tex │ ├── 51-style-authoryear-ibid-biber.pdf │ ├── 51-style-authoryear-ibid-bibtex.pdf │ ├── 51-style-authoryear-ibid.tex │ ├── 52-style-authoryear-comp-biber.pdf │ ├── 52-style-authoryear-comp-bibtex.pdf │ ├── 52-style-authoryear-comp.tex │ ├── 53-style-authoryear-icomp-biber.pdf │ ├── 53-style-authoryear-icomp-bibtex.pdf │ ├── 53-style-authoryear-icomp.tex │ ├── 60-style-authortitle-biber.pdf │ ├── 60-style-authortitle-bibtex.pdf │ ├── 60-style-authortitle.tex │ ├── 61-style-authortitle-ibid-biber.pdf │ ├── 61-style-authortitle-ibid-bibtex.pdf │ ├── 61-style-authortitle-ibid.tex │ ├── 62-style-authortitle-comp-biber.pdf │ ├── 62-style-authortitle-comp-bibtex.pdf │ ├── 62-style-authortitle-comp.tex │ ├── 63-style-authortitle-icomp-biber.pdf │ ├── 63-style-authortitle-icomp-bibtex.pdf │ ├── 63-style-authortitle-icomp.tex │ ├── 64-style-authortitle-terse-biber.pdf │ ├── 64-style-authortitle-terse-bibtex.pdf │ ├── 64-style-authortitle-terse.tex │ ├── 65-style-authortitle-tcomp-biber.pdf │ ├── 65-style-authortitle-tcomp-bibtex.pdf │ ├── 65-style-authortitle-tcomp.tex │ ├── 66-style-authortitle-ticomp-biber.pdf │ ├── 66-style-authortitle-ticomp-bibtex.pdf │ ├── 66-style-authortitle-ticomp.tex │ ├── 70-style-verbose-biber.pdf │ ├── 70-style-verbose-bibtex.pdf │ ├── 70-style-verbose.tex │ ├── 71-style-verbose-ibid-biber.pdf │ ├── 71-style-verbose-ibid-bibtex.pdf │ ├── 71-style-verbose-ibid.tex │ ├── 72-style-verbose-note-biber.pdf │ ├── 72-style-verbose-note-bibtex.pdf │ ├── 72-style-verbose-note.tex │ ├── 73-style-verbose-inote-biber.pdf │ ├── 73-style-verbose-inote-bibtex.pdf │ ├── 73-style-verbose-inote.tex │ ├── 74-style-verbose-trad1-biber.pdf │ ├── 74-style-verbose-trad1-bibtex.pdf │ ├── 74-style-verbose-trad1.tex │ ├── 75-style-verbose-trad2-biber.pdf │ ├── 75-style-verbose-trad2-bibtex.pdf │ ├── 75-style-verbose-trad2.tex │ ├── 76-style-verbose-trad3-biber.pdf │ ├── 76-style-verbose-trad3-bibtex.pdf │ ├── 76-style-verbose-trad3.tex │ ├── 80-style-reading-biber.pdf │ ├── 80-style-reading-bibtex.pdf │ ├── 80-style-reading.tex │ ├── 81-style-draft-biber.pdf │ ├── 81-style-draft-bibtex.pdf │ ├── 81-style-draft.tex │ ├── 82-style-debug-biber.pdf │ ├── 82-style-debug-bibtex.pdf │ ├── 82-style-debug.tex │ ├── 90-related-entries-biber.pdf │ ├── 90-related-entries.tex │ ├── 91-sorting-schemes-biber.pdf │ ├── 91-sorting-schemes.tex │ ├── 92-bibliographylists-biber.pdf │ ├── 92-bibliographylists.tex │ ├── 93-nameparts-biber.pdf │ ├── 93-nameparts.dbx │ ├── 93-nameparts.tex │ ├── 94-labelprefix-biber.pdf │ ├── 94-labelprefix.tex │ ├── 95-customlists-biber.pdf │ ├── 95-customlists.bib │ ├── 95-customlists.dbx │ ├── 95-customlists.tex │ ├── 96-dates-biber.pdf │ ├── 96-dates.tex │ ├── 97-annotations-biber.pdf │ ├── 97-annotations.bib │ └── 97-annotations.tex │ ├── qs1.odp │ └── qs1.png ├── obuild ├── README ├── build.sh └── testfull.pl ├── support └── bltx-test.tex ├── testconfig-index-multiple.lua ├── testconfig-index-simple.lua ├── testconfig-luatex.lua ├── testconfig-pdftex.lua ├── testconfig-xetex.lua ├── testfiles ├── index-multiple │ ├── 21-indexing-multiple.lvt │ └── 21-indexing-multiple.tlg ├── index-simple │ ├── 20-indexing-single.lvt │ └── 20-indexing-single.tlg ├── pdftex │ ├── 01-introduction.lvt │ ├── 01-introduction.tlg │ ├── 02-annotations.lvt │ ├── 02-annotations.tlg │ ├── 03-localization-keys.lvt │ ├── 03-localization-keys.tlg │ ├── 04-delimiters.lvt │ ├── 04-delimiters.tlg │ ├── 10-references-per-section.lvt │ ├── 10-references-per-section.tlg │ ├── 11-references-by-section.lvt │ ├── 11-references-by-section.tlg │ ├── 12-references-by-segment.lvt │ ├── 12-references-by-segment.tlg │ ├── 13-references-by-keyword.lvt │ ├── 13-references-by-keyword.tlg │ ├── 14-references-by-category.lvt │ ├── 14-references-by-category.tlg │ ├── 15-references-by-type.lvt │ ├── 15-references-by-type.tlg │ ├── 16-numeric-prefixed-1.lvt │ ├── 16-numeric-prefixed-1.tlg │ ├── 17-numeric-prefixed-2.lvt │ ├── 17-numeric-prefixed-2.tlg │ ├── 18-numeric-hybrid.lvt │ ├── 18-numeric-hybrid.tlg │ ├── 19-alphabetic-prefixed.lvt │ ├── 19-alphabetic-prefixed.tlg │ ├── 22-indexing-subentry.lvt │ ├── 22-indexing-subentry.tlg │ ├── 30-style-numeric.lvt │ ├── 30-style-numeric.tlg │ ├── 31-style-numeric-comp.lvt │ ├── 31-style-numeric-comp.tlg │ ├── 32-style-numeric-verb.lvt │ ├── 32-style-numeric-verb.tlg │ ├── 40-style-alphabetic.lvt │ ├── 40-style-alphabetic.tlg │ ├── 41-style-alphabetic-verb.lvt │ ├── 41-style-alphabetic-verb.tlg │ ├── 42-style-alphabetic-template.lvt │ ├── 42-style-alphabetic-template.tlg │ ├── 50-style-authoryear.lvt │ ├── 50-style-authoryear.tlg │ ├── 51-style-authoryear-ibid.lvt │ ├── 51-style-authoryear-ibid.tlg │ ├── 52-style-authoryear-comp.lvt │ ├── 52-style-authoryear-comp.tlg │ ├── 53-style-authoryear-icomp.lvt │ ├── 53-style-authoryear-icomp.tlg │ ├── 60-style-authortitle.lvt │ ├── 60-style-authortitle.tlg │ ├── 61-style-authortitle-ibid.lvt │ ├── 61-style-authortitle-ibid.tlg │ ├── 62-style-authortitle-comp.lvt │ ├── 62-style-authortitle-comp.tlg │ ├── 63-style-authortitle-icomp.lvt │ ├── 63-style-authortitle-icomp.tlg │ ├── 64-style-authortitle-terse.lvt │ ├── 64-style-authortitle-terse.tlg │ ├── 65-style-authortitle-tcomp.lvt │ ├── 65-style-authortitle-tcomp.tlg │ ├── 66-style-authortitle-ticomp.lvt │ ├── 66-style-authortitle-ticomp.tlg │ ├── 70-style-verbose.lvt │ ├── 70-style-verbose.tlg │ ├── 71-style-verbose-ibid.lvt │ ├── 71-style-verbose-ibid.tlg │ ├── 72-style-verbose-note.lvt │ ├── 72-style-verbose-note.tlg │ ├── 73-style-verbose-inote.lvt │ ├── 73-style-verbose-inote.tlg │ ├── 74-style-verbose-trad1.lvt │ ├── 74-style-verbose-trad1.tlg │ ├── 75-style-verbose-trad2.lvt │ ├── 75-style-verbose-trad2.tlg │ ├── 76-style-verbose-trad3.lvt │ ├── 76-style-verbose-trad3.tlg │ ├── 80-style-reading.lvt │ ├── 80-style-reading.tlg │ ├── 81-style-draft.lvt │ ├── 81-style-draft.tlg │ ├── 82-style-debug.lvt │ ├── 82-style-debug.tlg │ ├── 90-related-entries.lvt │ ├── 90-related-entries.tlg │ ├── 91-sorting-schemes.lvt │ ├── 91-sorting-schemes.tlg │ ├── 92-bibliographylists.lvt │ ├── 92-bibliographylists.tlg │ ├── 94-labelprefix.lvt │ ├── 94-labelprefix.tlg │ ├── 95-customlists.lvt │ ├── 95-customlists.tlg │ ├── 96-dates.lvt │ ├── 96-dates.tlg │ ├── 97-annotations.lvt │ ├── 97-annotations.tlg │ ├── issue-1037.lvt │ ├── issue-1037.tlg │ ├── issue-1149.lvt │ ├── issue-1149.tlg │ ├── issue-1208.lvt │ ├── issue-1208.tlg │ ├── issue-1225.lvt │ ├── issue-1225.tlg │ ├── issue-1234.lvt │ └── issue-1234.tlg └── xetex │ ├── 93-nameparts.lvt │ └── 93-nameparts.tlg └── tex └── latex └── biblatex ├── bbx ├── alphabetic-verb.bbx ├── alphabetic.bbx ├── authortitle-comp.bbx ├── authortitle-ibid.bbx ├── authortitle-icomp.bbx ├── authortitle-tcomp.bbx ├── authortitle-terse.bbx ├── authortitle-ticomp.bbx ├── authortitle.bbx ├── authoryear-comp.bbx ├── authoryear-ibid.bbx ├── authoryear-icomp.bbx ├── authoryear.bbx ├── debug.bbx ├── draft.bbx ├── numeric-comp.bbx ├── numeric-verb.bbx ├── numeric.bbx ├── reading.bbx ├── standard.bbx ├── verbose-ibid.bbx ├── verbose-inote.bbx ├── verbose-note.bbx ├── verbose-trad1.bbx ├── verbose-trad2.bbx ├── verbose-trad3.bbx └── verbose.bbx ├── biblatex.cfg ├── biblatex.def ├── biblatex.sty ├── blx-bibtex.def ├── blx-case-expl3.sty ├── blx-case-latex2e.sty ├── blx-compat.def ├── blx-dm.def ├── blx-mcite.def ├── blx-natbib.def ├── blx-unicode.def ├── cbx ├── alphabetic-verb.cbx ├── alphabetic.cbx ├── authortitle-comp.cbx ├── authortitle-ibid.cbx ├── authortitle-icomp.cbx ├── authortitle-tcomp.cbx ├── authortitle-terse.cbx ├── authortitle-ticomp.cbx ├── authortitle.cbx ├── authoryear-comp.cbx ├── authoryear-ibid.cbx ├── authoryear-icomp.cbx ├── authoryear.cbx ├── debug.cbx ├── draft.cbx ├── numeric-comp.cbx ├── numeric-verb.cbx ├── numeric.cbx ├── reading.cbx ├── verbose-ibid.cbx ├── verbose-inote.cbx ├── verbose-note.cbx ├── verbose-trad1.cbx ├── verbose-trad2.cbx ├── verbose-trad3.cbx └── verbose.cbx └── lbx ├── UKenglish.lbx ├── USenglish.lbx ├── american.lbx ├── australian.lbx ├── austrian.lbx ├── basque.lbx ├── brazil.lbx ├── brazilian.lbx ├── british.lbx ├── bulgarian.lbx ├── canadian.lbx ├── catalan.lbx ├── croatian.lbx ├── czech.lbx ├── danish.lbx ├── dutch.lbx ├── english.lbx ├── estonian.lbx ├── finnish.lbx ├── french.lbx ├── galician.lbx ├── german.lbx ├── greek.lbx ├── hungarian.lbx ├── icelandic.lbx ├── italian.lbx ├── latvian.lbx ├── lithuanian.lbx ├── magyar.lbx ├── marathi.lbx ├── naustrian.lbx ├── newzealand.lbx ├── ngerman.lbx ├── norsk.lbx ├── nswissgerman.lbx ├── nynorsk.lbx ├── polish.lbx ├── portuges.lbx ├── portuguese.lbx ├── romanian.lbx ├── russian.lbx ├── serbian.lbx ├── serbianc.lbx ├── slovak.lbx ├── slovene.lbx ├── slovenian.lbx ├── spanish.lbx ├── swedish.lbx ├── swissgerman.lbx ├── turkish.lbx └── ukrainian.lbx /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/tl_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/.github/tl_packages -------------------------------------------------------------------------------- /.github/workflows/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/.github/workflows/main.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/RELEASE -------------------------------------------------------------------------------- /biber/bltxml/biblatex/biblatex-examples.bltxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/biber/bltxml/biblatex/biblatex-examples.bltxml -------------------------------------------------------------------------------- /bibtex/bib/biblatex/biblatex-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/bibtex/bib/biblatex/biblatex-examples.bib -------------------------------------------------------------------------------- /bibtex/bst/biblatex/biblatex.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/bibtex/bst/biblatex/biblatex.bst -------------------------------------------------------------------------------- /doc/latex/biblatex/CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/CHANGES.md -------------------------------------------------------------------------------- /doc/latex/biblatex/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/README -------------------------------------------------------------------------------- /doc/latex/biblatex/biblatex-quickstart.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/biblatex-quickstart.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/biblatex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/biblatex.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/01-introduction-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/01-introduction-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/01-introduction-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/01-introduction-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/01-introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/01-introduction.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/02-annotations-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/02-annotations-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/02-annotations-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/02-annotations-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/02-annotations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/02-annotations.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/03-localization-keys-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/03-localization-keys-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/03-localization-keys-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/03-localization-keys-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/03-localization-keys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/03-localization-keys.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/04-delimiters-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/04-delimiters-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/04-delimiters-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/04-delimiters-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/04-delimiters.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/04-delimiters.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/10-references-per-section-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/10-references-per-section-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/10-references-per-section-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/10-references-per-section-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/10-references-per-section.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/10-references-per-section.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/11-references-by-section-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/11-references-by-section-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/11-references-by-section-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/11-references-by-section-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/11-references-by-section.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/11-references-by-section.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/12-references-by-segment-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/12-references-by-segment-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/12-references-by-segment-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/12-references-by-segment-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/12-references-by-segment.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/12-references-by-segment.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/13-references-by-keyword-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/13-references-by-keyword-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/13-references-by-keyword-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/13-references-by-keyword-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/13-references-by-keyword.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/13-references-by-keyword.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/14-references-by-category-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/14-references-by-category-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/14-references-by-category-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/14-references-by-category-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/14-references-by-category.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/14-references-by-category.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/15-references-by-type-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/15-references-by-type-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/15-references-by-type-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/15-references-by-type-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/15-references-by-type.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/15-references-by-type.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/16-numeric-prefixed-1-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/16-numeric-prefixed-1-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/16-numeric-prefixed-1-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/16-numeric-prefixed-1-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/16-numeric-prefixed-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/17-numeric-prefixed-2-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/17-numeric-prefixed-2-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/17-numeric-prefixed-2-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/17-numeric-prefixed-2-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/17-numeric-prefixed-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/18-numeric-hybrid-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/18-numeric-hybrid-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/18-numeric-hybrid-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/18-numeric-hybrid-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/18-numeric-hybrid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/18-numeric-hybrid.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/19-alphabetic-prefixed-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/19-alphabetic-prefixed-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/19-alphabetic-prefixed-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/19-alphabetic-prefixed-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/19-alphabetic-prefixed.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/19-alphabetic-prefixed.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/20-indexing-single-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/20-indexing-single-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/20-indexing-single-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/20-indexing-single-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/20-indexing-single.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/20-indexing-single.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/21-indexing-multiple-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/21-indexing-multiple-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/21-indexing-multiple-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/21-indexing-multiple-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/21-indexing-multiple.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/21-indexing-multiple.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/22-indexing-subentry-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/22-indexing-subentry-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/22-indexing-subentry-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/22-indexing-subentry-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/22-indexing-subentry.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/22-indexing-subentry.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/30-style-numeric-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/30-style-numeric-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/30-style-numeric-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/30-style-numeric-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/30-style-numeric.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/30-style-numeric.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/31-style-numeric-comp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/31-style-numeric-comp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/31-style-numeric-comp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/31-style-numeric-comp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/31-style-numeric-comp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/31-style-numeric-comp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/32-style-numeric-verb-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/32-style-numeric-verb-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/32-style-numeric-verb-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/32-style-numeric-verb-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/32-style-numeric-verb.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/32-style-numeric-verb.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/40-style-alphabetic-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/40-style-alphabetic-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/40-style-alphabetic-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/40-style-alphabetic-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/40-style-alphabetic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/40-style-alphabetic.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/41-style-alphabetic-verb-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/41-style-alphabetic-verb-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/41-style-alphabetic-verb-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/41-style-alphabetic-verb-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/41-style-alphabetic-verb.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/41-style-alphabetic-verb.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/42-style-alphabetic-template-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/42-style-alphabetic-template-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/42-style-alphabetic-template-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/42-style-alphabetic-template-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/42-style-alphabetic-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/42-style-alphabetic-template.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/50-style-authoryear-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/50-style-authoryear-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/50-style-authoryear-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/50-style-authoryear-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/50-style-authoryear.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/50-style-authoryear.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/51-style-authoryear-ibid-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/51-style-authoryear-ibid-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/51-style-authoryear-ibid-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/51-style-authoryear-ibid-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/51-style-authoryear-ibid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/51-style-authoryear-ibid.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/52-style-authoryear-comp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/52-style-authoryear-comp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/52-style-authoryear-comp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/52-style-authoryear-comp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/52-style-authoryear-comp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/52-style-authoryear-comp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/53-style-authoryear-icomp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/53-style-authoryear-icomp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/53-style-authoryear-icomp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/53-style-authoryear-icomp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/53-style-authoryear-icomp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/53-style-authoryear-icomp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/60-style-authortitle-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/60-style-authortitle-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/60-style-authortitle-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/60-style-authortitle-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/60-style-authortitle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/60-style-authortitle.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/61-style-authortitle-ibid-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/61-style-authortitle-ibid-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/61-style-authortitle-ibid-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/61-style-authortitle-ibid-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/61-style-authortitle-ibid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/61-style-authortitle-ibid.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/62-style-authortitle-comp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/62-style-authortitle-comp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/62-style-authortitle-comp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/62-style-authortitle-comp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/62-style-authortitle-comp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/62-style-authortitle-comp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/63-style-authortitle-icomp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/63-style-authortitle-icomp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/63-style-authortitle-icomp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/63-style-authortitle-icomp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/63-style-authortitle-icomp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/63-style-authortitle-icomp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/64-style-authortitle-terse-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/64-style-authortitle-terse-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/64-style-authortitle-terse-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/64-style-authortitle-terse-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/64-style-authortitle-terse.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/64-style-authortitle-terse.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/65-style-authortitle-tcomp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/65-style-authortitle-tcomp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/65-style-authortitle-tcomp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/65-style-authortitle-tcomp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/65-style-authortitle-tcomp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/66-style-authortitle-ticomp-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/66-style-authortitle-ticomp-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/66-style-authortitle-ticomp-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/66-style-authortitle-ticomp-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/70-style-verbose-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/70-style-verbose-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/70-style-verbose-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/70-style-verbose-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/70-style-verbose.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/70-style-verbose.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/71-style-verbose-ibid-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/71-style-verbose-ibid-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/71-style-verbose-ibid-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/71-style-verbose-ibid-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/71-style-verbose-ibid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/71-style-verbose-ibid.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/72-style-verbose-note-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/72-style-verbose-note-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/72-style-verbose-note-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/72-style-verbose-note-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/72-style-verbose-note.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/72-style-verbose-note.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/73-style-verbose-inote-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/73-style-verbose-inote-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/73-style-verbose-inote-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/73-style-verbose-inote-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/73-style-verbose-inote.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/73-style-verbose-inote.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/74-style-verbose-trad1-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/74-style-verbose-trad1-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/74-style-verbose-trad1-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/74-style-verbose-trad1-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/74-style-verbose-trad1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/74-style-verbose-trad1.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/75-style-verbose-trad2-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/75-style-verbose-trad2-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/75-style-verbose-trad2-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/75-style-verbose-trad2-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/75-style-verbose-trad2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/75-style-verbose-trad2.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/76-style-verbose-trad3-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/76-style-verbose-trad3-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/76-style-verbose-trad3-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/76-style-verbose-trad3-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/76-style-verbose-trad3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/76-style-verbose-trad3.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/80-style-reading-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/80-style-reading-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/80-style-reading-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/80-style-reading-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/80-style-reading.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/80-style-reading.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/81-style-draft-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/81-style-draft-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/81-style-draft-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/81-style-draft-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/81-style-draft.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/81-style-draft.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/82-style-debug-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/82-style-debug-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/82-style-debug-bibtex.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/82-style-debug-bibtex.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/82-style-debug.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/82-style-debug.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/90-related-entries-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/90-related-entries-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/90-related-entries.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/90-related-entries.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/91-sorting-schemes-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/91-sorting-schemes-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/91-sorting-schemes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/91-sorting-schemes.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/92-bibliographylists-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/92-bibliographylists-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/92-bibliographylists.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/92-bibliographylists.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/93-nameparts-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/93-nameparts-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/93-nameparts.dbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/93-nameparts.dbx -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/93-nameparts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/93-nameparts.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/94-labelprefix-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/94-labelprefix-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/94-labelprefix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/94-labelprefix.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/95-customlists-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/95-customlists-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/95-customlists.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/95-customlists.bib -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/95-customlists.dbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/95-customlists.dbx -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/95-customlists.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/95-customlists.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/96-dates-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/96-dates-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/96-dates.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/96-dates.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/97-annotations-biber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/97-annotations-biber.pdf -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/97-annotations.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/97-annotations.bib -------------------------------------------------------------------------------- /doc/latex/biblatex/examples/97-annotations.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/examples/97-annotations.tex -------------------------------------------------------------------------------- /doc/latex/biblatex/qs1.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/qs1.odp -------------------------------------------------------------------------------- /doc/latex/biblatex/qs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/doc/latex/biblatex/qs1.png -------------------------------------------------------------------------------- /obuild/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/obuild/README -------------------------------------------------------------------------------- /obuild/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/obuild/build.sh -------------------------------------------------------------------------------- /obuild/testfull.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/obuild/testfull.pl -------------------------------------------------------------------------------- /support/bltx-test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/support/bltx-test.tex -------------------------------------------------------------------------------- /testconfig-index-multiple.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testconfig-index-multiple.lua -------------------------------------------------------------------------------- /testconfig-index-simple.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testconfig-index-simple.lua -------------------------------------------------------------------------------- /testconfig-luatex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testconfig-luatex.lua -------------------------------------------------------------------------------- /testconfig-pdftex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testconfig-pdftex.lua -------------------------------------------------------------------------------- /testconfig-xetex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testconfig-xetex.lua -------------------------------------------------------------------------------- /testfiles/index-multiple/21-indexing-multiple.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/index-multiple/21-indexing-multiple.lvt -------------------------------------------------------------------------------- /testfiles/index-multiple/21-indexing-multiple.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/index-multiple/21-indexing-multiple.tlg -------------------------------------------------------------------------------- /testfiles/index-simple/20-indexing-single.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/index-simple/20-indexing-single.lvt -------------------------------------------------------------------------------- /testfiles/index-simple/20-indexing-single.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/index-simple/20-indexing-single.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/01-introduction.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/01-introduction.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/01-introduction.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/01-introduction.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/02-annotations.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/02-annotations.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/02-annotations.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/02-annotations.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/03-localization-keys.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/03-localization-keys.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/03-localization-keys.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/03-localization-keys.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/04-delimiters.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/04-delimiters.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/04-delimiters.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/04-delimiters.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/10-references-per-section.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/10-references-per-section.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/10-references-per-section.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/10-references-per-section.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/11-references-by-section.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/11-references-by-section.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/11-references-by-section.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/11-references-by-section.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/12-references-by-segment.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/12-references-by-segment.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/12-references-by-segment.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/12-references-by-segment.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/13-references-by-keyword.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/13-references-by-keyword.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/13-references-by-keyword.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/13-references-by-keyword.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/14-references-by-category.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/14-references-by-category.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/14-references-by-category.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/14-references-by-category.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/15-references-by-type.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/15-references-by-type.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/15-references-by-type.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/15-references-by-type.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/16-numeric-prefixed-1.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/16-numeric-prefixed-1.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/16-numeric-prefixed-1.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/16-numeric-prefixed-1.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/17-numeric-prefixed-2.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/17-numeric-prefixed-2.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/17-numeric-prefixed-2.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/17-numeric-prefixed-2.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/18-numeric-hybrid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/18-numeric-hybrid.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/18-numeric-hybrid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/18-numeric-hybrid.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/19-alphabetic-prefixed.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/19-alphabetic-prefixed.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/19-alphabetic-prefixed.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/19-alphabetic-prefixed.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/22-indexing-subentry.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/22-indexing-subentry.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/22-indexing-subentry.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/22-indexing-subentry.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/30-style-numeric.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/30-style-numeric.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/30-style-numeric.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/30-style-numeric.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/31-style-numeric-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/31-style-numeric-comp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/31-style-numeric-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/31-style-numeric-comp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/32-style-numeric-verb.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/32-style-numeric-verb.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/32-style-numeric-verb.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/32-style-numeric-verb.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/40-style-alphabetic.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/40-style-alphabetic.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/40-style-alphabetic.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/40-style-alphabetic.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/41-style-alphabetic-verb.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/41-style-alphabetic-verb.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/41-style-alphabetic-verb.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/41-style-alphabetic-verb.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/42-style-alphabetic-template.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/42-style-alphabetic-template.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/42-style-alphabetic-template.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/42-style-alphabetic-template.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/50-style-authoryear.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/50-style-authoryear.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/50-style-authoryear.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/50-style-authoryear.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/51-style-authoryear-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/51-style-authoryear-ibid.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/51-style-authoryear-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/51-style-authoryear-ibid.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/52-style-authoryear-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/52-style-authoryear-comp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/52-style-authoryear-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/52-style-authoryear-comp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/53-style-authoryear-icomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/53-style-authoryear-icomp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/53-style-authoryear-icomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/53-style-authoryear-icomp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/60-style-authortitle.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/60-style-authortitle.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/60-style-authortitle.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/60-style-authortitle.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/61-style-authortitle-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/61-style-authortitle-ibid.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/61-style-authortitle-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/61-style-authortitle-ibid.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/62-style-authortitle-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/62-style-authortitle-comp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/62-style-authortitle-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/62-style-authortitle-comp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/63-style-authortitle-icomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/63-style-authortitle-icomp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/63-style-authortitle-icomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/63-style-authortitle-icomp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/64-style-authortitle-terse.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/64-style-authortitle-terse.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/64-style-authortitle-terse.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/64-style-authortitle-terse.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/65-style-authortitle-tcomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/65-style-authortitle-tcomp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/65-style-authortitle-tcomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/65-style-authortitle-tcomp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/66-style-authortitle-ticomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/66-style-authortitle-ticomp.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/66-style-authortitle-ticomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/66-style-authortitle-ticomp.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/70-style-verbose.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/70-style-verbose.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/70-style-verbose.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/70-style-verbose.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/71-style-verbose-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/71-style-verbose-ibid.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/71-style-verbose-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/71-style-verbose-ibid.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/72-style-verbose-note.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/72-style-verbose-note.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/72-style-verbose-note.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/72-style-verbose-note.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/73-style-verbose-inote.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/73-style-verbose-inote.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/73-style-verbose-inote.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/73-style-verbose-inote.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/74-style-verbose-trad1.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/74-style-verbose-trad1.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/74-style-verbose-trad1.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/74-style-verbose-trad1.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/75-style-verbose-trad2.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/75-style-verbose-trad2.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/75-style-verbose-trad2.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/75-style-verbose-trad2.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/76-style-verbose-trad3.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/76-style-verbose-trad3.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/76-style-verbose-trad3.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/76-style-verbose-trad3.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/80-style-reading.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/80-style-reading.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/80-style-reading.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/80-style-reading.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/81-style-draft.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/81-style-draft.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/81-style-draft.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/81-style-draft.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/82-style-debug.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/82-style-debug.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/82-style-debug.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/82-style-debug.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/90-related-entries.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/90-related-entries.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/90-related-entries.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/90-related-entries.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/91-sorting-schemes.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/91-sorting-schemes.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/91-sorting-schemes.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/91-sorting-schemes.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/92-bibliographylists.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/92-bibliographylists.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/92-bibliographylists.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/92-bibliographylists.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/94-labelprefix.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/94-labelprefix.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/94-labelprefix.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/94-labelprefix.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/95-customlists.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/95-customlists.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/95-customlists.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/95-customlists.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/96-dates.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/96-dates.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/96-dates.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/96-dates.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/97-annotations.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/97-annotations.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/97-annotations.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/97-annotations.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1037.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1037.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1037.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1037.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1149.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1149.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1149.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1149.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1208.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1208.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1208.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1208.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1225.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1225.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1225.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1225.tlg -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1234.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1234.lvt -------------------------------------------------------------------------------- /testfiles/pdftex/issue-1234.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/pdftex/issue-1234.tlg -------------------------------------------------------------------------------- /testfiles/xetex/93-nameparts.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/xetex/93-nameparts.lvt -------------------------------------------------------------------------------- /testfiles/xetex/93-nameparts.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/testfiles/xetex/93-nameparts.tlg -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/alphabetic-verb.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/alphabetic-verb.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/alphabetic.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/alphabetic.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-comp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-ibid.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-icomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-icomp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-tcomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-tcomp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-terse.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-terse.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle-ticomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle-ticomp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authortitle.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authortitle.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authoryear-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authoryear-comp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authoryear-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authoryear-ibid.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authoryear-icomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authoryear-icomp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/authoryear.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/authoryear.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/debug.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/debug.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/draft.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/draft.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/numeric-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/numeric-comp.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/numeric-verb.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/numeric-verb.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/numeric.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/numeric.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/reading.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/reading.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/standard.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/standard.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-ibid.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-inote.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-inote.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-note.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-note.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-trad1.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-trad1.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-trad2.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-trad2.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose-trad3.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose-trad3.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/bbx/verbose.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/bbx/verbose.bbx -------------------------------------------------------------------------------- /tex/latex/biblatex/biblatex.cfg: -------------------------------------------------------------------------------- 1 | \ProvidesFile{biblatex.cfg} 2 | 3 | % Put your definitions here. 4 | 5 | \endinput 6 | -------------------------------------------------------------------------------- /tex/latex/biblatex/biblatex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/biblatex.def -------------------------------------------------------------------------------- /tex/latex/biblatex/biblatex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/biblatex.sty -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-bibtex.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-bibtex.def -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-case-expl3.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-case-expl3.sty -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-case-latex2e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-case-latex2e.sty -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-compat.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-compat.def -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-dm.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-dm.def -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-mcite.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-mcite.def -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-natbib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-natbib.def -------------------------------------------------------------------------------- /tex/latex/biblatex/blx-unicode.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/blx-unicode.def -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/alphabetic-verb.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/alphabetic-verb.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/alphabetic.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/alphabetic.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-comp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-ibid.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-icomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-icomp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-tcomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-tcomp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-terse.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-terse.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle-ticomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle-ticomp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authortitle.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authortitle.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authoryear-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authoryear-comp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authoryear-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authoryear-ibid.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authoryear-icomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authoryear-icomp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/authoryear.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/authoryear.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/debug.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/debug.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/draft.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/draft.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/numeric-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/numeric-comp.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/numeric-verb.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/numeric-verb.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/numeric.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/numeric.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/reading.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/reading.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-ibid.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-inote.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-inote.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-note.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-note.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-trad1.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-trad1.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-trad2.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-trad2.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose-trad3.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose-trad3.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/cbx/verbose.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/cbx/verbose.cbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/UKenglish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/UKenglish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/USenglish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/USenglish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/american.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/american.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/australian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/australian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/austrian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/austrian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/basque.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/basque.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/brazil.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/brazil.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/brazilian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/brazilian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/british.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/british.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/bulgarian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/bulgarian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/canadian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/canadian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/catalan.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/catalan.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/croatian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/croatian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/czech.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/czech.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/danish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/danish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/dutch.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/dutch.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/english.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/english.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/estonian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/estonian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/finnish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/finnish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/french.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/french.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/galician.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/galician.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/german.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/german.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/greek.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/greek.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/hungarian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/hungarian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/icelandic.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/icelandic.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/italian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/italian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/latvian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/latvian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/lithuanian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/lithuanian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/magyar.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/magyar.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/marathi.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/marathi.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/naustrian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/naustrian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/newzealand.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/newzealand.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/ngerman.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/ngerman.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/norsk.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/norsk.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/nswissgerman.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/nswissgerman.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/nynorsk.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/nynorsk.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/polish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/polish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/portuges.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/portuges.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/portuguese.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/portuguese.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/romanian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/romanian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/russian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/russian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/serbian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/serbian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/serbianc.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/serbianc.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/slovak.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/slovak.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/slovene.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/slovene.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/slovenian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/slovenian.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/spanish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/spanish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/swedish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/swedish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/swissgerman.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/swissgerman.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/turkish.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/turkish.lbx -------------------------------------------------------------------------------- /tex/latex/biblatex/lbx/ukrainian.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/plk/biblatex/HEAD/tex/latex/biblatex/lbx/ukrainian.lbx --------------------------------------------------------------------------------