summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-17 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2020-01-17 03:01:22 +0000
commite71ffee2103e3f137bbc9ee526858bc277e95908 (patch)
treeac2a97b2b6e40f1cf6d3191f3e08adb12e3d401e /biblio
parent4c0e3e7fa86ecd3794204d362c7e17b3d9433415 (diff)
CTAN sync 202001170301
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibtex/contrib/bath-bst/README.md2
-rw-r--r--biblio/bibtex/contrib/bath-bst/bath-bst-v1.pdfbin278589 -> 325472 bytes
-rw-r--r--biblio/bibtex/contrib/bath-bst/bath-bst.dtx44
-rw-r--r--biblio/bibtex/contrib/bath-bst/bath-bst.pdfbin510481 -> 557273 bytes
4 files changed, 32 insertions, 14 deletions
diff --git a/biblio/bibtex/contrib/bath-bst/README.md b/biblio/bibtex/contrib/bath-bst/README.md
index cd073944a3..6aa0ea1e74 100644
--- a/biblio/bibtex/contrib/bath-bst/README.md
+++ b/biblio/bibtex/contrib/bath-bst/README.md
@@ -96,7 +96,7 @@ documentation.
## Licence
-Copyright 2016-2018 University of Bath.
+Copyright 2016-2020 University of Bath.
This work consists of the documented LaTeX file bath-bst.dtx and a Makefile.
diff --git a/biblio/bibtex/contrib/bath-bst/bath-bst-v1.pdf b/biblio/bibtex/contrib/bath-bst/bath-bst-v1.pdf
index ce82e8fbfc..3e748e4f7d 100644
--- a/biblio/bibtex/contrib/bath-bst/bath-bst-v1.pdf
+++ b/biblio/bibtex/contrib/bath-bst/bath-bst-v1.pdf
Binary files differ
diff --git a/biblio/bibtex/contrib/bath-bst/bath-bst.dtx b/biblio/bibtex/contrib/bath-bst/bath-bst.dtx
index 1c1560d008..18e1beb4f6 100644
--- a/biblio/bibtex/contrib/bath-bst/bath-bst.dtx
+++ b/biblio/bibtex/contrib/bath-bst/bath-bst.dtx
@@ -39,7 +39,7 @@ See: http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-Copyright (C) 2019 by University of Bath
+Copyright (C) 2020 by University of Bath
\endpostamble
\usedir{bibtex/bst/\jobname}
@@ -74,7 +74,7 @@ Copyright (C) 2019 by University of Bath
\ProvidesFile{bath-bst.dtx}
%</driver>
%<*driver|tex1>
- [2019/07/10 v3.0 Harvard referencing style as recommended by the University of Bath Library]
+ [2020/01/16 v3.2 Harvard referencing style as recommended by the University of Bath Library]
\documentclass[10pt,a4paper]{article}
\usepackage[british]{babel}
@@ -1716,8 +1716,7 @@ but the \texttt{organization} field if the location relates to the archive.
year = {2006},
title = {Rick {Stein's} {French} Odyssey: Episode 5},
type = {TV},
- note = {BBC2, 23 August. 20.30 hrs}
-}
+ note = {BBC2, 23 August. 20.30 hrs}}
%</driver|bib>
%<*driver>
\end{Verbatim}
@@ -1900,13 +1899,13 @@ unfortunately this means you have to put in extra work to show only the year in
\begin{Verbatim}
%</driver|tex1>
%<*driver|bib>
-@online{bvd2008bt,
+@dataset{bvd2008bt,
author = {{Bureau van Dijk}},
year = {2008},
title = {{BT} {Group} PLC Company Report},
library = {FAME},
address = {London},
- organization = {Bureau van Dijk},
+ publisher = {Bureau van Dijk},
url = {http://www.portal.euromonitor.com},
urlyear = {6 November 2014}}
%</driver|bib>
@@ -1941,12 +1940,12 @@ unfortunately this means you have to put in extra work to show only the year in
\begin{Verbatim}
%</driver|tex1>
%<*driver|bib>
-@online{wilson2013rgc,
+@dataset{wilson2013rgc,
author = {Wilson, D.},
year = {2013},
title = {Real Geometry and Connectedness via Triangular Description: {CAD} Example Bank},
address = {Bath},
- organization = {University of Bath},
+ publisher = {University of Bath},
doi = {10.15125/BATH-00069},
urlyear = {20 April 2016}}
%</driver|bib>
@@ -2781,7 +2780,7 @@ Commission case number, \texttt{number} for the formal decision number, and give
%<readme>## Licence
%<readme>
%<*driver|readme>
-Copyright 2016-2018 University of Bath.
+Copyright 2016-2020 University of Bath.
This work consists of the documented LaTeX file bath-bst.dtx and a Makefile.
@@ -3213,7 +3212,7 @@ FUNCTION {either.or.check}
FUNCTION {is.online}
{ type$ "software" =
{ #0 }
- { url empty$
+ { url empty$ doi empty$ and
{ type$ "online" =
{ #1 }
{ #0 }
@@ -3783,6 +3782,18 @@ FUNCTION {get.title.addenda}
and
journal empty$
and
+ type empty$
+ type$ "booklet" = not
+ type$ "audio" = not
+ and
+ type$ "video" = not
+ and
+ type$ "music" = not
+ and
+ type$ "movie" = not
+ and
+ or
+ and
{ bbl.online output }
'skip$
if$
@@ -4087,14 +4098,21 @@ FUNCTION {format.thesis.type}
}
% \end{macrocode}
%
-% If the type is provided, |format.booklet.type| simply writes the type field
-% with an initial capital. Otherwise it returns an empty string.
+% If the type is provided, |format.booklet.type| writes the type field
+% with an initial capital. Then, if this is an online work with no author/editor,
+% the online label is added. If the type is not provided, it
+% returns an empty string.
%
% \begin{macrocode}
FUNCTION {format.booklet.type}
{ type duplicate$ empty$
{ pop$ "" }
- { "type" bibinfo.check}
+ { "type" bibinfo.check
+ is.online author empty$ and editor empty$ and
+ { " " * bbl.online * }
+ 'skip$
+ if$
+ }
if$
}
% \end{macrocode}
diff --git a/biblio/bibtex/contrib/bath-bst/bath-bst.pdf b/biblio/bibtex/contrib/bath-bst/bath-bst.pdf
index 37b1b312d3..7290d79e44 100644
--- a/biblio/bibtex/contrib/bath-bst/bath-bst.pdf
+++ b/biblio/bibtex/contrib/bath-bst/bath-bst.pdf
Binary files differ