biblatex-ext icon indicating copy to clipboard operation
biblatex-ext copied to clipboard

Extensions for the biblatex standard styles

Results 10 biblatex-ext issues
Sort by recently updated
recently updated
newest added

As reported in [this biblatex issue](https://github.com/plk/biblatex/issues/1301), I propose that even in authoryear styles, "spurious" parentheses be removed if the year/date field is not entered.

bug

Below a mwe: ``` % !TEX encoding = UTF-8 Unicode % !TEX program = lualatex % !BIB program = biber \begin{filecontents}{\jobname.bib} @mvbook{a, author = {Author1}, title = {Title1}, volumes =...

bug

Hi, This patch will help on my side and allow futher custumization for reviewing the bibliography and be more consistant for even/odd pages

Hi, I want to redirect url to web.archive.org if url+an is archived (I will do a small package for this). However because \iffieldannnotation is not expandable I needed to patch...

enhancement

See https://tex.stackexchange.com/q/646485/35864 for background. In some situations where the boxed typesetting of bibnamedash is not that desirable it might be nicer to have it behave more predictable (especially in terms...

enhancement

Consider the following MWE ```latex \documentclass[british]{article} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage{csquotes} \usepackage[backend=biber, style=ext-authoryear-comp]{biblatex} \DeclareInnerCiteDelims{parencite}{\bibopenparen}{\bibcloseparen} \DeclareOuterCiteDelims{parencite}{}{} \addbibresource{biblatex-examples.bib} \begin{document} Lorem \parencite{sigfridsson} ipsum \parencite{knuth:ct:a,knuth:ct:b} dolor \parencites{knuth:ct:a}{knuth:ct:b} Lorem \textcite{sigfridsson} ipsum \textcite{knuth:ct:a,knuth:ct:b} dolor \textcites{knuth:ct:a}{knuth:ct:b} \end{document} ``` >...

bug

See https://golatex.de/viewtopic.php?p=115990#p115990. The `authoryear` styles define https://github.com/moewew/biblatex-ext/blob/9d79bafff65174186d3f99ad7282381f0b40bb3e/ext-authoryear.cbx#L26-L30 and use those formats https://github.com/moewew/biblatex-ext/blob/9d79bafff65174186d3f99ad7282381f0b40bb3e/ext-authoryear.cbx#L32-L38 Check that they are safe to redefine for users and document them if that is the case.

documentation

Hi @moewew , Many many thanks for this wonderful extension of biblatex standard styles! I am deeply grateful as it will save me quite some time, let alone its being...

enhancement

I use biblatex-ext-oa to display beautiful pictograms next to my OA publications. Thank you. Because I no longer need DOIs, eprints and URLs, I hide them and save space. Now,...

enhancement

The ext-standard.bbx bibliography changes the behaviour of several of the 'minor' fields: They don't get printed if they were inherited (via xref or crossref). This is true for the fields:...

bug