~ubuntu-branches/ubuntu/raring/texlive-extra/raring

« back to all changes in this revision

Viewing changes to texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-16 08:22:07 UTC
  • mfrom: (1.1.12) (3.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120516082207-41ox35jj1qsu46a7
Tags: 2012.20120516-1
* new upstream snapshot based on TL2012 tlpretest
* switch to xz compression for orig and deb (Closes: #672428)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% ---------------------------------------------------------------
 
2
%% biblatex-bwl --- A set of biblatex implementations of
 
3
%%   bwl bibliography styles for the Business Administration
 
4
%%   department of the Free University of Berlin
 
5
%% Maintained by Herbert Voß
 
6
%% (C) herbert@dante.de
 
7
%% Released under the LaTeX Project Public License v1.3c or later
 
8
%% See http://www.latex-project.org/lppl.txt
 
9
%% ---------------------------------------------------------------
 
10
%% 
 
11
 
 
12
\ProvidesFile{bwl-FU.bbx}[2012/05/07 v0.01 biblatex bibliography style]
 
13
 
 
14
% Load the standard style to avoid copy-pasting unnecessary material
 
15
\RequireBibliographyStyle{authoryear}
 
16
 
 
17
\ExecuteBibliographyOptions{dashed=false}
 
18
 
 
19
\renewbibmacro*{publisher+location+date}{%
 
20
  \printlist{publisher}%
 
21
  \iflistundef{publisher}
 
22
    {\setunit*{\addcomma\space}}
 
23
    {\setunit*{\addcolon\space}}%
 
24
  \printlist{location}%
 
25
  \setunit*{\addcomma\space}%
 
26
  \usebibmacro{date}%
 
27
  \newunit}
 
28
 
 
29
\renewbibmacro*{volume+number+eid}{%
 
30
  \printfield{volume}%
 
31
%  \setunit*{\adddot}%
 
32
  (\printfield{number})%
 
33
  \setunit{\addcomma\space}%
 
34
  \printfield{eid}}
 
35
 
 
36
%% 
 
37
\endinput
 
 
b'\\ No newline at end of file'