summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2020-08-14 13:18:01 -0400
committerRyan Kavanagh <rak@rak.ac>2020-08-14 13:21:48 -0400
commit9a796a3db3a33aa30a37c1400a787b779c91fc87 (patch)
treea153c7021f32b44145112c1a917ecf598f7a8df7
parentInitial import of EPTCS biblatex style (diff)
Don't forget page numbers for @InProceedingsHEADv0.3master
-rw-r--r--eptcs.bbx8
-rw-r--r--eptcs.cbx2
2 files changed, 6 insertions, 4 deletions
diff --git a/eptcs.bbx b/eptcs.bbx
index c5e320b..9100867 100644
--- a/eptcs.bbx
+++ b/eptcs.bbx
@@ -39,10 +39,10 @@
%% visually consistent with the preexisting BibTeX style. Individual
%% changes are documented below.
-\ProvidesFile{eptcs.bbx}[2020/08/12 v0.2 EPTCS biblatex style]
+\ProvidesFile{eptcs.bbx}[2020/08/14 v0.3 EPTCS biblatex style]
\RequireBiber[3]
-% Requires at least biblatex 3.8 for \DeclareDelimFormat
+% Requires at least biblatex 3.8 (2017-11-04) for \DeclareDelimFormat
% The default style is based off of the "standard" biblatex style
% and uses the numeric-comp citation style.
@@ -352,11 +352,13 @@
\usebibmacro{event}%
\setunit{\addcomma\addspace}
\printfield{volumes}%
- \newunit\newblock
+ \setunit*{\addcomma\space}
\usebibmacro{series+number}%
\setunit{\addcomma\space}
\usebibmacro{organization+publisher+location}%
\setunit{\addcomma\addspace}
+ \usebibmacro{chapter+pages}%
+ \setunit{\addcomma\addspace}
\usebibmacro{doi/issn+eprint+url}%
\newunit\newblock
\usebibmacro{addendum+pubstate}%
diff --git a/eptcs.cbx b/eptcs.cbx
index 3f100b9..65f05ff 100644
--- a/eptcs.cbx
+++ b/eptcs.cbx
@@ -1,4 +1,4 @@
-\ProvidesFile{eptcs.cbx}[2020/08/12 v0.2 EPTCS biblatex style]
+\ProvidesFile{eptcs.cbx}[2020/08/14 v0.3 EPTCS biblatex style]
\RequireCitationStyle{numeric-comp}