From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../biblatex-contrib/biblatex-bwl/bwl-FU.bbx | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx') diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx new file mode 100644 index 0000000000..62f0a63a1b --- /dev/null +++ b/macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx @@ -0,0 +1,37 @@ +%% --------------------------------------------------------------- +%% biblatex-bwl --- A set of biblatex implementations of +%% bwl bibliography styles for the Business Administration +%% department of the Free University of Berlin +%% Maintained by Herbert Voß +%% (C) herbert@dante.de +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% --------------------------------------------------------------- +%% + +\ProvidesFile{bwl-FU.bbx}[2012/05/19 v0.02 biblatex bibliography style] + +% Load the standard style to avoid copy-pasting unnecessary material +\RequireBibliographyStyle{authoryear} + +\ExecuteBibliographyOptions{dashed=false} + +\renewbibmacro*{publisher+location+date}{% + \printlist{publisher}% + \iflistundef{publisher} + {\setunit*{\addcomma\space}} + {\setunit*{\addcolon\space}}% + \printlist{location}% + \setunit*{\addcomma\space}% + \usebibmacro{date}% + \newunit} + +\renewbibmacro*{volume+number+eid}{% + \printfield{volume}% +% \setunit*{\adddot}% + \iffieldundef{number}{}{(\printfield{number})}% + \setunit{\addcomma\space}% + \printfield{eid}} + +%% +\endinput \ No newline at end of file -- cgit v1.2.3