├── .gitattributes ├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_suggestion.md └── workflows │ └── l3build.yml ├── .gitignore ├── CHANGES.md ├── LICENSE ├── README.md ├── TODO.md ├── biblatex-ext-examples.bib ├── biblatex-ext-oa-doiapi.sty ├── biblatex-ext-oa.sty ├── biblatex-ext-oasymb-l3draw.sty ├── biblatex-ext-oasymb-pict2e.sty ├── biblatex-ext-oasymb-tikz.sty ├── biblatex-ext-tabular.sty ├── biblatex-ext.tex ├── blxextdoiapi.lua ├── config-luatex.lua ├── config-pdflatex-dev.lua ├── config-runonce.lua ├── ext-alphabetic-verb.bbx ├── ext-alphabetic-verb.cbx ├── ext-alphabetic.bbx ├── ext-alphabetic.cbx ├── ext-authornumber-comp.bbx ├── ext-authornumber-comp.cbx ├── ext-authornumber-ecomp.bbx ├── ext-authornumber-ecomp.cbx ├── ext-authornumber-tcomp.bbx ├── ext-authornumber-tcomp.cbx ├── ext-authornumber-tecomp.bbx ├── ext-authornumber-tecomp.cbx ├── ext-authornumber-terse.bbx ├── ext-authornumber-terse.cbx ├── ext-authornumber.bbx ├── ext-authornumber.cbx ├── ext-authortitle-common.bbx ├── ext-authortitle-comp.bbx ├── ext-authortitle-comp.cbx ├── ext-authortitle-ibid.bbx ├── ext-authortitle-ibid.cbx ├── ext-authortitle-icomp.bbx ├── ext-authortitle-icomp.cbx ├── ext-authortitle-tcomp.bbx ├── ext-authortitle-tcomp.cbx ├── ext-authortitle-terse.bbx ├── ext-authortitle-terse.cbx ├── ext-authortitle-ticomp.bbx ├── ext-authortitle-ticomp.cbx ├── ext-authortitle.bbx ├── ext-authortitle.cbx ├── ext-authoryear-common.bbx ├── ext-authoryear-comp.bbx ├── ext-authoryear-comp.cbx ├── ext-authoryear-ecomp.bbx ├── ext-authoryear-ecomp.cbx ├── ext-authoryear-ibid.bbx ├── ext-authoryear-ibid.cbx ├── ext-authoryear-icomp.bbx ├── ext-authoryear-icomp.cbx ├── ext-authoryear-iecomp.bbx ├── ext-authoryear-iecomp.cbx ├── ext-authoryear-tcomp.bbx ├── ext-authoryear-tcomp.cbx ├── ext-authoryear-tecomp.bbx ├── ext-authoryear-tecomp.cbx ├── ext-authoryear-terse.bbx ├── ext-authoryear-terse.cbx ├── ext-authoryear-ticomp.bbx ├── ext-authoryear-ticomp.cbx ├── ext-authoryear-tiecomp.bbx ├── ext-authoryear-tiecomp.cbx ├── ext-authoryear.bbx ├── ext-authoryear.cbx ├── ext-biblatex-aux.def ├── ext-dashed-common.bbx ├── ext-numeric-comp.bbx ├── ext-numeric-comp.cbx ├── ext-numeric-verb.bbx ├── ext-numeric-verb.cbx ├── ext-numeric.bbx ├── ext-numeric.cbx ├── ext-standard.bbx ├── ext-verbose-common.cbx ├── ext-verbose-ibid.bbx ├── ext-verbose-ibid.cbx ├── ext-verbose-inote.bbx ├── ext-verbose-inote.cbx ├── ext-verbose-note-common.cbx ├── ext-verbose-note.bbx ├── ext-verbose-note.cbx ├── ext-verbose-trad1.bbx ├── ext-verbose-trad1.cbx ├── ext-verbose-trad2.bbx ├── ext-verbose-trad2.cbx ├── ext-verbose-trad3.bbx ├── ext-verbose-trad3.cbx ├── ext-verbose.bbx ├── ext-verbose.cbx ├── installsupport ├── install-texlive.sh └── texlive.profile ├── oaslinks.tex ├── testfiles-luatex ├── oa-doiapi.lvt └── oa-doiapi.tlg ├── testfiles-pdflatex-dev ├── latex-dev-style-ext-authoryear-icomp.lvt ├── latex-dev-style-ext-authoryear-icomp.tlg ├── latex-dev-style-ext-numeric.lvt ├── latex-dev-style-ext-numeric.tlg ├── latex-dev-tabular-authortitle.lvt ├── latex-dev-tabular-authortitle.tlg ├── latex-dev-tabular-fail.lvt └── latex-dev-tabular-fail.tlg ├── testfiles-runonce ├── loading-tabular-fail.lvt ├── loading-tabular-fail.tlg ├── oasymb-l3draw.lvt ├── oasymb-l3draw.tlg ├── oasymb-pict2e.lvt ├── oasymb-pict2e.tlg ├── oasymb-tikz.lvt └── oasymb-tikz.tlg ├── testfiles ├── citexref-numeric-comp-textcite.lvt ├── citexref-numeric-comp-textcite.tlg ├── citexref-numeric-textcite.lvt ├── citexref-numeric-textcite.tlg ├── issue-0018.lvt ├── issue-0018.tlg ├── issue-0019.lvt ├── issue-0019.tlg ├── issue-0021.lvt ├── issue-0021.tlg ├── issue-0022.lvt ├── issue-0022.tlg ├── issue-0029-at-i.lvt ├── issue-0029-at-i.tlg ├── issue-0029-at.lvt ├── issue-0029-at.tlg ├── issue-0029-ay-i.lvt ├── issue-0029-ay-i.tlg ├── issue-0029-ay.lvt ├── issue-0029-ay.tlg ├── issue-0033.lvt ├── issue-0033.tlg ├── issue-0045.lvt ├── issue-0045.tlg ├── issue-0046.lvt ├── issue-0046.tlg ├── style-ext-alphabetic-verb.lvt ├── style-ext-alphabetic-verb.tlg ├── style-ext-alphabetic.lvt ├── style-ext-alphabetic.tlg ├── style-ext-authornumber-comp.lvt ├── style-ext-authornumber-comp.tlg ├── style-ext-authornumber-ecomp.lvt ├── style-ext-authornumber-ecomp.tlg ├── style-ext-authornumber-tcomp.lvt ├── style-ext-authornumber-tcomp.tlg ├── style-ext-authornumber-tecomp.lvt ├── style-ext-authornumber-tecomp.tlg ├── style-ext-authornumber-terse.lvt ├── style-ext-authornumber-terse.tlg ├── style-ext-authornumber.lvt ├── style-ext-authornumber.tlg ├── style-ext-authortitle-comp.lvt ├── style-ext-authortitle-comp.tlg ├── style-ext-authortitle-ibid.lvt ├── style-ext-authortitle-ibid.tlg ├── style-ext-authortitle-icomp.lvt ├── style-ext-authortitle-icomp.tlg ├── style-ext-authortitle-tcomp.lvt ├── style-ext-authortitle-tcomp.tlg ├── style-ext-authortitle-terse.lvt ├── style-ext-authortitle-terse.tlg ├── style-ext-authortitle-ticomp.lvt ├── style-ext-authortitle-ticomp.tlg ├── style-ext-authortitle.lvt ├── style-ext-authortitle.tlg ├── style-ext-authoryear-comp.lvt ├── style-ext-authoryear-comp.tlg ├── style-ext-authoryear-ecomp.lvt ├── style-ext-authoryear-ecomp.tlg ├── style-ext-authoryear-ibid.lvt ├── style-ext-authoryear-ibid.tlg ├── style-ext-authoryear-icomp.lvt ├── style-ext-authoryear-icomp.tlg ├── style-ext-authoryear-iecomp.lvt ├── style-ext-authoryear-iecomp.tlg ├── style-ext-authoryear-tcomp.lvt ├── style-ext-authoryear-tcomp.tlg ├── style-ext-authoryear-tecomp.lvt ├── style-ext-authoryear-tecomp.tlg ├── style-ext-authoryear-terse.lvt ├── style-ext-authoryear-terse.tlg ├── style-ext-authoryear-ticomp.lvt ├── style-ext-authoryear-ticomp.tlg ├── style-ext-authoryear-tiecomp.lvt ├── style-ext-authoryear-tiecomp.tlg ├── style-ext-authoryear.lvt ├── style-ext-authoryear.tlg ├── style-ext-numeric-comp.lvt ├── style-ext-numeric-comp.tlg ├── style-ext-numeric-verb.lvt ├── style-ext-numeric-verb.tlg ├── style-ext-numeric.lvt ├── style-ext-numeric.tlg ├── style-ext-verbose-ibid.lvt ├── style-ext-verbose-ibid.tlg ├── style-ext-verbose-inote.lvt ├── style-ext-verbose-inote.tlg ├── style-ext-verbose-note.lvt ├── style-ext-verbose-note.tlg ├── style-ext-verbose-trad1.lvt ├── style-ext-verbose-trad1.tlg ├── style-ext-verbose-trad2.lvt ├── style-ext-verbose-trad2.tlg ├── style-ext-verbose-trad3.lvt ├── style-ext-verbose-trad3.tlg ├── style-ext-verbose.lvt ├── style-ext-verbose.tlg ├── tabular-authortitle.lvt ├── tabular-authortitle.tlg ├── tabular-fail.lvt ├── tabular-fail.tlg ├── tabular-named.lvt └── tabular-named.tlg └── testsupport ├── createtests.sh ├── saveall.sh ├── testbiblatex-doccontent.tex └── testbiblatex-loaddeps.tex /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_suggestion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.github/ISSUE_TEMPLATE/feature_suggestion.md -------------------------------------------------------------------------------- /.github/workflows/l3build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.github/workflows/l3build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/TODO.md -------------------------------------------------------------------------------- /biblatex-ext-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-examples.bib -------------------------------------------------------------------------------- /biblatex-ext-oa-doiapi.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-oa-doiapi.sty -------------------------------------------------------------------------------- /biblatex-ext-oa.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-oa.sty -------------------------------------------------------------------------------- /biblatex-ext-oasymb-l3draw.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-oasymb-l3draw.sty -------------------------------------------------------------------------------- /biblatex-ext-oasymb-pict2e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-oasymb-pict2e.sty -------------------------------------------------------------------------------- /biblatex-ext-oasymb-tikz.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-oasymb-tikz.sty -------------------------------------------------------------------------------- /biblatex-ext-tabular.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext-tabular.sty -------------------------------------------------------------------------------- /biblatex-ext.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/biblatex-ext.tex -------------------------------------------------------------------------------- /blxextdoiapi.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/blxextdoiapi.lua -------------------------------------------------------------------------------- /config-luatex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/config-luatex.lua -------------------------------------------------------------------------------- /config-pdflatex-dev.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/config-pdflatex-dev.lua -------------------------------------------------------------------------------- /config-runonce.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/config-runonce.lua -------------------------------------------------------------------------------- /ext-alphabetic-verb.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-alphabetic-verb.bbx -------------------------------------------------------------------------------- /ext-alphabetic-verb.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-alphabetic-verb.cbx -------------------------------------------------------------------------------- /ext-alphabetic.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-alphabetic.bbx -------------------------------------------------------------------------------- /ext-alphabetic.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-alphabetic.cbx -------------------------------------------------------------------------------- /ext-authornumber-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-comp.bbx -------------------------------------------------------------------------------- /ext-authornumber-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-comp.cbx -------------------------------------------------------------------------------- /ext-authornumber-ecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-ecomp.bbx -------------------------------------------------------------------------------- /ext-authornumber-ecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-ecomp.cbx -------------------------------------------------------------------------------- /ext-authornumber-tcomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-tcomp.bbx -------------------------------------------------------------------------------- /ext-authornumber-tcomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-tcomp.cbx -------------------------------------------------------------------------------- /ext-authornumber-tecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-tecomp.bbx -------------------------------------------------------------------------------- /ext-authornumber-tecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-tecomp.cbx -------------------------------------------------------------------------------- /ext-authornumber-terse.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-terse.bbx -------------------------------------------------------------------------------- /ext-authornumber-terse.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber-terse.cbx -------------------------------------------------------------------------------- /ext-authornumber.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber.bbx -------------------------------------------------------------------------------- /ext-authornumber.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authornumber.cbx -------------------------------------------------------------------------------- /ext-authortitle-common.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-common.bbx -------------------------------------------------------------------------------- /ext-authortitle-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-comp.bbx -------------------------------------------------------------------------------- /ext-authortitle-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-comp.cbx -------------------------------------------------------------------------------- /ext-authortitle-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-ibid.bbx -------------------------------------------------------------------------------- /ext-authortitle-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-ibid.cbx -------------------------------------------------------------------------------- /ext-authortitle-icomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-icomp.bbx -------------------------------------------------------------------------------- /ext-authortitle-icomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-icomp.cbx -------------------------------------------------------------------------------- /ext-authortitle-tcomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-tcomp.bbx -------------------------------------------------------------------------------- /ext-authortitle-tcomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-tcomp.cbx -------------------------------------------------------------------------------- /ext-authortitle-terse.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-terse.bbx -------------------------------------------------------------------------------- /ext-authortitle-terse.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-terse.cbx -------------------------------------------------------------------------------- /ext-authortitle-ticomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-ticomp.bbx -------------------------------------------------------------------------------- /ext-authortitle-ticomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle-ticomp.cbx -------------------------------------------------------------------------------- /ext-authortitle.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle.bbx -------------------------------------------------------------------------------- /ext-authortitle.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authortitle.cbx -------------------------------------------------------------------------------- /ext-authoryear-common.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-common.bbx -------------------------------------------------------------------------------- /ext-authoryear-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-comp.bbx -------------------------------------------------------------------------------- /ext-authoryear-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-comp.cbx -------------------------------------------------------------------------------- /ext-authoryear-ecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ecomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-ecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ecomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ibid.bbx -------------------------------------------------------------------------------- /ext-authoryear-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ibid.cbx -------------------------------------------------------------------------------- /ext-authoryear-icomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-icomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-icomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-icomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-iecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-iecomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-iecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-iecomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-tcomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tcomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-tcomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tcomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-tecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tecomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-tecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tecomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-terse.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-terse.bbx -------------------------------------------------------------------------------- /ext-authoryear-terse.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-terse.cbx -------------------------------------------------------------------------------- /ext-authoryear-ticomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ticomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-ticomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-ticomp.cbx -------------------------------------------------------------------------------- /ext-authoryear-tiecomp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tiecomp.bbx -------------------------------------------------------------------------------- /ext-authoryear-tiecomp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear-tiecomp.cbx -------------------------------------------------------------------------------- /ext-authoryear.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear.bbx -------------------------------------------------------------------------------- /ext-authoryear.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-authoryear.cbx -------------------------------------------------------------------------------- /ext-biblatex-aux.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-biblatex-aux.def -------------------------------------------------------------------------------- /ext-dashed-common.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-dashed-common.bbx -------------------------------------------------------------------------------- /ext-numeric-comp.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric-comp.bbx -------------------------------------------------------------------------------- /ext-numeric-comp.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric-comp.cbx -------------------------------------------------------------------------------- /ext-numeric-verb.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric-verb.bbx -------------------------------------------------------------------------------- /ext-numeric-verb.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric-verb.cbx -------------------------------------------------------------------------------- /ext-numeric.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric.bbx -------------------------------------------------------------------------------- /ext-numeric.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-numeric.cbx -------------------------------------------------------------------------------- /ext-standard.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-standard.bbx -------------------------------------------------------------------------------- /ext-verbose-common.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-common.cbx -------------------------------------------------------------------------------- /ext-verbose-ibid.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-ibid.bbx -------------------------------------------------------------------------------- /ext-verbose-ibid.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-ibid.cbx -------------------------------------------------------------------------------- /ext-verbose-inote.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-inote.bbx -------------------------------------------------------------------------------- /ext-verbose-inote.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-inote.cbx -------------------------------------------------------------------------------- /ext-verbose-note-common.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-note-common.cbx -------------------------------------------------------------------------------- /ext-verbose-note.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-note.bbx -------------------------------------------------------------------------------- /ext-verbose-note.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-note.cbx -------------------------------------------------------------------------------- /ext-verbose-trad1.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad1.bbx -------------------------------------------------------------------------------- /ext-verbose-trad1.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad1.cbx -------------------------------------------------------------------------------- /ext-verbose-trad2.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad2.bbx -------------------------------------------------------------------------------- /ext-verbose-trad2.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad2.cbx -------------------------------------------------------------------------------- /ext-verbose-trad3.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad3.bbx -------------------------------------------------------------------------------- /ext-verbose-trad3.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose-trad3.cbx -------------------------------------------------------------------------------- /ext-verbose.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose.bbx -------------------------------------------------------------------------------- /ext-verbose.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/ext-verbose.cbx -------------------------------------------------------------------------------- /installsupport/install-texlive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/installsupport/install-texlive.sh -------------------------------------------------------------------------------- /installsupport/texlive.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/installsupport/texlive.profile -------------------------------------------------------------------------------- /oaslinks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/oaslinks.tex -------------------------------------------------------------------------------- /testfiles-luatex/oa-doiapi.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-luatex/oa-doiapi.lvt -------------------------------------------------------------------------------- /testfiles-luatex/oa-doiapi.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-luatex/oa-doiapi.tlg -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-style-ext-authoryear-icomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-style-ext-authoryear-icomp.lvt -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-style-ext-authoryear-icomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-style-ext-authoryear-icomp.tlg -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-style-ext-numeric.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-style-ext-numeric.lvt -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-style-ext-numeric.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-style-ext-numeric.tlg -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-tabular-authortitle.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-tabular-authortitle.lvt -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-tabular-authortitle.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-tabular-authortitle.tlg -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-tabular-fail.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-tabular-fail.lvt -------------------------------------------------------------------------------- /testfiles-pdflatex-dev/latex-dev-tabular-fail.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-pdflatex-dev/latex-dev-tabular-fail.tlg -------------------------------------------------------------------------------- /testfiles-runonce/loading-tabular-fail.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/loading-tabular-fail.lvt -------------------------------------------------------------------------------- /testfiles-runonce/loading-tabular-fail.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/loading-tabular-fail.tlg -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-l3draw.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-l3draw.lvt -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-l3draw.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-l3draw.tlg -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-pict2e.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-pict2e.lvt -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-pict2e.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-pict2e.tlg -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-tikz.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-tikz.lvt -------------------------------------------------------------------------------- /testfiles-runonce/oasymb-tikz.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles-runonce/oasymb-tikz.tlg -------------------------------------------------------------------------------- /testfiles/citexref-numeric-comp-textcite.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/citexref-numeric-comp-textcite.lvt -------------------------------------------------------------------------------- /testfiles/citexref-numeric-comp-textcite.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/citexref-numeric-comp-textcite.tlg -------------------------------------------------------------------------------- /testfiles/citexref-numeric-textcite.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/citexref-numeric-textcite.lvt -------------------------------------------------------------------------------- /testfiles/citexref-numeric-textcite.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/citexref-numeric-textcite.tlg -------------------------------------------------------------------------------- /testfiles/issue-0018.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0018.lvt -------------------------------------------------------------------------------- /testfiles/issue-0018.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0018.tlg -------------------------------------------------------------------------------- /testfiles/issue-0019.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0019.lvt -------------------------------------------------------------------------------- /testfiles/issue-0019.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0019.tlg -------------------------------------------------------------------------------- /testfiles/issue-0021.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0021.lvt -------------------------------------------------------------------------------- /testfiles/issue-0021.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0021.tlg -------------------------------------------------------------------------------- /testfiles/issue-0022.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0022.lvt -------------------------------------------------------------------------------- /testfiles/issue-0022.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0022.tlg -------------------------------------------------------------------------------- /testfiles/issue-0029-at-i.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-at-i.lvt -------------------------------------------------------------------------------- /testfiles/issue-0029-at-i.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-at-i.tlg -------------------------------------------------------------------------------- /testfiles/issue-0029-at.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-at.lvt -------------------------------------------------------------------------------- /testfiles/issue-0029-at.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-at.tlg -------------------------------------------------------------------------------- /testfiles/issue-0029-ay-i.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-ay-i.lvt -------------------------------------------------------------------------------- /testfiles/issue-0029-ay-i.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-ay-i.tlg -------------------------------------------------------------------------------- /testfiles/issue-0029-ay.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-ay.lvt -------------------------------------------------------------------------------- /testfiles/issue-0029-ay.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0029-ay.tlg -------------------------------------------------------------------------------- /testfiles/issue-0033.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0033.lvt -------------------------------------------------------------------------------- /testfiles/issue-0033.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0033.tlg -------------------------------------------------------------------------------- /testfiles/issue-0045.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0045.lvt -------------------------------------------------------------------------------- /testfiles/issue-0045.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0045.tlg -------------------------------------------------------------------------------- /testfiles/issue-0046.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0046.lvt -------------------------------------------------------------------------------- /testfiles/issue-0046.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/issue-0046.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-alphabetic-verb.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-alphabetic-verb.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-alphabetic-verb.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-alphabetic-verb.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-alphabetic.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-alphabetic.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-alphabetic.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-alphabetic.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-comp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-comp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-ecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-ecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-ecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-ecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-tcomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-tcomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-tcomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-tcomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-tecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-tecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-tecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-tecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-terse.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-terse.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber-terse.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber-terse.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authornumber.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authornumber.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-comp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-comp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-ibid.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-ibid.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-icomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-icomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-icomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-icomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-tcomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-tcomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-tcomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-tcomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-terse.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-terse.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-terse.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-terse.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-ticomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-ticomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle-ticomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle-ticomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authortitle.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authortitle.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-comp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-comp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ibid.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ibid.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-icomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-icomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-icomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-icomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-iecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-iecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-iecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-iecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tcomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tcomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tcomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tcomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-terse.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-terse.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-terse.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-terse.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ticomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ticomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-ticomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-ticomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tiecomp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tiecomp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear-tiecomp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear-tiecomp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-authoryear.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-authoryear.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-numeric-comp.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric-comp.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-numeric-comp.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric-comp.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-numeric-verb.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric-verb.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-numeric-verb.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric-verb.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-numeric.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-numeric.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-numeric.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-ibid.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-ibid.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-ibid.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-ibid.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-inote.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-inote.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-inote.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-inote.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-note.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-note.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-note.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-note.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad1.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad1.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad1.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad1.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad2.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad2.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad2.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad2.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad3.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad3.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose-trad3.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose-trad3.tlg -------------------------------------------------------------------------------- /testfiles/style-ext-verbose.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose.lvt -------------------------------------------------------------------------------- /testfiles/style-ext-verbose.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/style-ext-verbose.tlg -------------------------------------------------------------------------------- /testfiles/tabular-authortitle.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-authortitle.lvt -------------------------------------------------------------------------------- /testfiles/tabular-authortitle.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-authortitle.tlg -------------------------------------------------------------------------------- /testfiles/tabular-fail.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-fail.lvt -------------------------------------------------------------------------------- /testfiles/tabular-fail.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-fail.tlg -------------------------------------------------------------------------------- /testfiles/tabular-named.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-named.lvt -------------------------------------------------------------------------------- /testfiles/tabular-named.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testfiles/tabular-named.tlg -------------------------------------------------------------------------------- /testsupport/createtests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testsupport/createtests.sh -------------------------------------------------------------------------------- /testsupport/saveall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testsupport/saveall.sh -------------------------------------------------------------------------------- /testsupport/testbiblatex-doccontent.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testsupport/testbiblatex-doccontent.tex -------------------------------------------------------------------------------- /testsupport/testbiblatex-loaddeps.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moewew/biblatex-ext/HEAD/testsupport/testbiblatex-loaddeps.tex --------------------------------------------------------------------------------