From: Agnibho Mondal <mondal@agnibho.com>
Date: Fri, 29 May 2020 11:35:30 +0000 (+0530)
Subject: No space betweent volume and issue
X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;p=biblatex-vancouver.git

No space betweent volume and issue
---

diff --git a/vancouver.bbx b/vancouver.bbx
index af8c698..a20c39a 100644
--- a/vancouver.bbx
+++ b/vancouver.bbx
@@ -39,7 +39,7 @@
 % Remove unwanted punctuations
 \renewcommand*{\revsdnamepunct}{}
 \renewcommand*{\finentrypunct}{}
-\renewcommand*{\bibpagespunct}{\addspace}
+\renewcommand*{\bibpagespunct}{}
 
 % Remove 'in:' string
 \renewbibmacro{in:}{}
@@ -74,15 +74,14 @@
 \DeclareFieldFormat*{pages}{:\mkcomprange{#1}}
 \DeclareFieldFormat*{url}{Available from: \url{#1}}
 \DeclareFieldFormat*[article]{issue}{(#1)}
-\DeclareFieldFormat*[article]{eid}{(#1)}
 \DeclareFieldFormat*{date}{
-	\thefield{year}\addspace
+	\thefield{year}%
 	\shortmonth{\thefield{month}}\addspace
 	\thefield{day}\isdot
 }
 \DeclareFieldFormat*{urldate}{
 	{[}Accessed on:
-		\thefield{urlyear}\addspace
+		\thefield{urlyear}%
 		\shortmonth{\thefield{urlmonth}}\addspace
 	\thefield{urlday}{]}
 }