summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx
new file mode 100644
index 0000000000..4fbb237f01
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-ext/ext-authornumber-terse.bbx
@@ -0,0 +1,26 @@
+\ProvidesFile{ext-authornumber-terse.bbx}
+ [2022/03/06 v0.15 extended biblatex authoryear bibliography style (MW)]
+
+\RequireBibliographyStyle{ext-authornumber}
+
+\renewbibmacro{extraname}{%
+ \iffieldundef{shorthand}
+ {\iffieldundef{extraname}
+ {}
+ {\printtext[bibextraname]{\printfield{extraname}}}}
+ {\printtext[bibextraname]{\printfield{shorthand}}}}
+
+\endinput
+%
+% This file is part of the biblatex-ext bundle.
+% biblatex-ext is released under the LaTeX Project Public License v1.3c
+% or later.
+%
+% A complete list of files included in that package can be found in
+% README.md or - failing that - in ext-standard.bbx.
+%
+% Official releases of this package are on CTAN
+% https://www.ctan.org/pkg/biblatex-ext
+% development takes place on GitHub
+% https://github.com/moewew/biblatex-ext
+%