summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-bwl/bwl-FU.bbx37
1 files changed, 37 insertions, 0 deletions
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