summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdfbin74596 -> 76030 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex5
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx4
3 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf b/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
index 9d82e4233df..d1ec2cd3fbd 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex b/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex
index e1b3a4c9c95..ea0079a9b0a 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-bwl/doc/bwl-FU.tex
@@ -15,12 +15,15 @@ Free University of Berlin}
\begin{document}
\maketitle
-This is a test. According to~\cite{Weisbrod:1964} and~\cite{Wunder:2008} this is all
+This is a test. According to~\cite{Weisbrod:1964,Heal:1998} and~\cite{Wunder:2008} this is all
right or wrong.
This is a test. According to~\parencite{Weisbrod:1964} and~\parencite{Wunder:2008} this is all
right or wrong.
+
+
+
\printbibliography
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx b/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx
index c0020364eab..62f0a63a1b5 100644
--- a/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-bwl/bwl-FU.bbx
@@ -9,7 +9,7 @@
%% ---------------------------------------------------------------
%%
-\ProvidesFile{bwl-FU.bbx}[2012/05/07 v0.01 biblatex bibliography style]
+\ProvidesFile{bwl-FU.bbx}[2012/05/19 v0.02 biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{authoryear}
@@ -29,7 +29,7 @@
\renewbibmacro*{volume+number+eid}{%
\printfield{volume}%
% \setunit*{\adddot}%
- (\printfield{number})%
+ \iffieldundef{number}{}{(\printfield{number})}%
\setunit{\addcomma\space}%
\printfield{eid}}