summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-bath
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-10 20:28:52 +0000
committerKarl Berry <karl@freefriends.org>2019-07-10 20:28:52 +0000
commit332943b2e6215950e6462a0691583913da8d6ba6 (patch)
tree9e4b0403ec656de476ea806f5eb5e5ea8f63ac68 /Master/texmf-dist/doc/latex/biblatex-bath
parent4f58a04bac374894a50724aa34f44f3dd46298c1 (diff)
biblatex-bath (10jul19)
git-svn-id: svn://tug.org/texlive/trunk@51599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bath')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bath/Makefile64
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bath/README.md32
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.bib116
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.pdfbin426684 -> 443145 bytes
4 files changed, 95 insertions, 117 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bath/Makefile b/Master/texmf-dist/doc/latex/biblatex-bath/Makefile
deleted file mode 100644
index f726af2689a..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-bath/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-STYLE = bath
-NAME = biblatex-$(STYLE)
-SHELL = bash
-PWD = $(shell pwd)
-TEMP := $(shell mktemp -d -t tmp.XXXXXXXXXX)
-TDIR = $(TEMP)/$(NAME)
-VERS = $(shell ltxfileinfo -v $(NAME).dtx)
-LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)
-UTREE = $(shell kpsewhich --var-value TEXMFHOME)
-
-.PHONY: source clean distclean inst install uninst uninstall zip ctan
-
-all: $(NAME).pdf clean
- @exit 0
-
-source: $(NAME).dtx
- luatex -interaction=batchmode $(NAME).dtx >/dev/null
-
-$(STYLE).bbx $(STYLE).cbx $(STYLE).dbx american-$(STYLE).lbx british-$(STYLE).lbx $(NAME).bib: source
-
-$(NAME).pdf: source
- latexmk -silent -lualatex -interaction=batchmode $(NAME).dtx >/dev/null
- @echo "Compilation complete."
-
-clean:
- rm -f $(NAME).{aux,bbl,bcf,blg,doc,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,listing,log,nav,out,run.xml,snm,synctex.gz,tcbtemp,toc,vrb}
- rm -f $(NAME).markdown.in
- rm -rf _markdown_$(NAME)
-
-distclean: clean
- rm -f $(NAME).{pdf,bib,ins} $(STYLE).{b,c,d}bx {american,british}-$(STYLE).lbx
-
-
-inst: all
- mkdir -p $(UTREE)/{source,tex,doc}/latex/$(NAME)
- cp $(NAME).dtx $(NAME).ins $(UTREE)/source/latex/$(NAME)
- cp $(NAME).{bib,pdf} $(UTREE)/doc/latex/$(NAME)
- cp $(STYLE).{b,c,d}bx {american,british}-$(STYLE).lbx $(UTREE)/tex/latex/$(NAME)
- mktexlsr
-
-uninst:
- rm -r $(UTREE)/{source,tex,doc}/latex/$(NAME)
- mktexlsr
-
-install: all
- sudo mkdir -p $(LOCAL)/{source,tex,doc}/latex/$(NAME)
- sudo cp $(NAME).dtx $(NAME).ins $(LOCAL)/source/latex/$(NAME)
- sudo cp $(NAME).{bib,pdf} $(LOCAL)/doc/latex/$(NAME)
- sudo cp $(STYLE).{b,c,d}bx {american,british}-$(STYLE).lbx $(LOCAL)/tex/latex/$(NAME)
- mktexlsr
-
-uninstall:
- sudo rm -r $(LOCAL)/{source,tex,doc}/latex/$(NAME)
- mktexlsr
-
-zip: all
- mkdir $(TDIR)
- cp $(NAME).{dtx,bib,pdf} $(STYLE).{b,c,d}bx {american,british}-$(STYLE).lbx README.md Makefile $(TDIR)
- cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)
-
-ctan: all
- mkdir $(TDIR)
- cp $(NAME).{dtx,pdf} README.md Makefile $(TDIR)
- cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)
diff --git a/Master/texmf-dist/doc/latex/biblatex-bath/README.md b/Master/texmf-dist/doc/latex/biblatex-bath/README.md
index 30a82e70ae8..a6419b1512b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bath/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-bath/README.md
@@ -5,12 +5,24 @@ This package provides a [biblatex] style to format reference lists in the
## Installation
+The files you need are included in the zip archive available from [GitHub].
+If you use the zip archive from [CTAN], you will need to run `luatex
+biblatex-bath.dtx` to generate them.
+
You can use this style simply by copying all the `.bbx`, `.cbx`, `.dbx` and
`.lbx` files into your working directory, that is, the directory holding the
main `.tex` file for your document. If you want the style to be available for
all your documents without having to copy the files over each time, you can
install them using the instructions below.
+### Managed way
+
+The latest stable release of biblatex-bath has been packaged for TeX Live and
+MiKTeX. If you are running TeX Live and have `tlmgr` installed, you can install
+the package simply by running `tlmgr install biblatex-bath`. If you are running
+MiKTeX, you can install the package by running `mpm --install=biblatex-bath`.
+Both `tlmgr` and `mpm` have GUI versions that you might find friendlier.
+
### Automated way
A makefile is provided which you can use with the Make utility on
@@ -19,10 +31,12 @@ UNIX-like systems:
* Running `make source` generates the derived files
- `README.md`
- `bath.bbx`, `bath.cbx`, `bath.dbx`
- - `american-bath.lbx`, `british-bath.lbx`
+ - `english-bath.lbx`, `british-bath.lbx`
- `biblatex-bath.bib`
- `biblatex-bath.ins`
- * Running `make` generates the above files and also biblatex-bath.pdf.
+ * Running `make` generates the above files and also `biblatex-bath.pdf`.
+ Ensure you have (at least) the [luatexja], [adobemapping] and [ipaex]
+ packages installed first.
* Running `make inst` installs the files in the user's TeX tree.
You can undo this with `make uninst`.
* Running `make install` installs the files in the local TeX tree.
@@ -30,9 +44,9 @@ UNIX-like systems:
### Manual way
-You only need to follow the first two steps if you have made your own
-changes to the .dtx file. The compiled files you need are included in
-the zip archive.
+You do not need to follow the first step if you downloaded the zip archive from
+[GitHub]. You do not need to follow the second step if you already have the PDF
+documentation.
1. Run `luatex biblatex-bath.dtx` to generate the source files.
@@ -61,7 +75,7 @@ the zip archive.
`bath.bbx`,
`bath.cbx`,
`bath.dbx`,
- `american-bath.lbx`,
+ `english-bath.lbx`,
`british-bath.lbx`
- `doc/latex/biblatex-bath`:
`biblatex-bath.pdf`,
@@ -70,8 +84,10 @@ the zip archive.
5. You may then have to update your installation's file name database
before TeX and friends can see the files.
-[bath-harvard]: http://www.bath.ac.uk/library/infoskills/referencing-plagiarism/harvard-bath-style.html
+[bath-harvard]: https://library.bath.ac.uk/referencing/harvard-bath
[biblatex]: http://ctan.org/pkg/biblatex
+[GitHub]: https://github.com/alex-ball/bathbib/releases
+[CTAN]: http://ctan.org/pkg/biblatex-bath
[LuaLaTeX]: http://ctan.org/pkg/lualatex-doc
[Biber]: http://ctan.org/pkg/biber
[luatexja]: http://ctan.org/pkg/luatexja
@@ -80,7 +96,7 @@ the zip archive.
## Licence
-Copyright 2016 University of Bath.
+Copyright 2016-2018 University of Bath.
This work consists of the documented LaTeX file biblatex-bath.dtx and a Makefile.
diff --git a/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.bib b/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.bib
index 7868b9072b6..71b8b661476 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.bib
@@ -18,18 +18,6 @@
edition = {3},
address = {Philadelphia, Pa.},
publisher = {Lippincott Williams \& Wilkins}}
-@book{oed1989,
- title = {Oxford {English} Dictionary},
- year = {1989},
- edition = {2},
- address = {Oxford},
- publisher = {Clarendon Press}}
-@book{merckNDidx,
- title = {The {Merck} Index Online},
- address = {London},
- publisher = {RSC Publishing},
- url = {http://www.rsc.org/Merck-Index},
- urldate = {2016-06-16}}
@book{haynes2014crc,
editor = {Haynes, W. M.},
year = {2014},
@@ -85,7 +73,7 @@
author = {Newman, R.},
year = {2010},
title = {Malaria control beyond 2010},
- journal = {Brit.\@ Med.\@ J.},
+ journal = {{Brit.\@ Med.\@ J.\isdot}},
volume = {341},
number = {7765},
pages = {157-208}}
@@ -98,6 +86,15 @@
volume = {10},
url = {http://www.ariadne.ac.uk/issue10/edd/},
urldate = {1997-12-05}}
+@article{liontou.etal2019dra,
+ author = {Liontou, C. and Kontopodis, E. and Oikonomidis, N. and Maniotis, C. and
+ Tassopoulos, A. and Tsiafoutis, I. and Lazaris, E. and Koutouzis, M.},
+ year = {2019},
+ title = {Distal Radial Access: a Review Article},
+ journal = {Cardiovascular Revascularization Medicine},
+ pubstate = {inpress},
+ url = {https://www.sciencedirect.com/science/article/pii/S1553838919303367},
+ urldate = {2019-06-19}}
@report{shah.corrick2016hsc,
author = {Shah, I. and Corrick, I.},
year = {2016},
@@ -111,13 +108,13 @@
author = {Haurant, S.},
date = {2004-07-29},
title = {Britain's Borrowing Hits \pounds 1 Trillion},
- journal = {The Guardian},
+ journal = {{The Guardian}},
pages = {16c}}
@article{independent1992pub,
author = {{The Independent}},
date = {1992-06-04},
title = {Picking Up the Bills},
- journal = {The Independent},
+ journal = {{The Independent}},
pages = {28a}}
@inproceedings{crawford1965oim,
author = {Crawford, G. I.},
@@ -145,7 +142,7 @@
author = {Burrell, J. G.},
year = {1973},
title = {The Importance of School Tours in Education},
- type = {Thesis ({M.A.})},
+ type = {Thesis \parentext{M.A.}},
school = {Queen's University, Belfast}}
@report{unesco1993gip,
author = {{UNESCO}},
@@ -154,17 +151,47 @@
address = {Paris},
institution = {UNESCO},
number = {PGI-93/WS/22}}
+@techreport{bre2007dqb,
+ author = {{BRE}},
+ year = {2007},
+ title = {Designing Quality Buildings: a {BRE} Guide},
+ address = {Bracknell},
+ institution = {BRE},
+ type = {Report},
+ number = {497}}
@standard{bs5605:1990,
- number = {BS~5605:1990},
- sortyear = {1990},
- title = {Recommendations for citing and referencing published material},
+ author = {{BSI}},
+ year = {1990},
+ title = {{BS}~5605:1990 {Recommendations} for Citing and Referencing Published Material},
+ address = {London},
organization = {BSI}}
+@standard{astm.d1655,
+ author = {{ASTM}},
+ year = {2019},
+ title = {{ASTM~D1655} - 19 {Standard} Specification for Aviation Turbine Fuels},
+ address = {West Conshohocken, Pa.},
+ organization = {ASTM}}
@patent{pm1981opa,
author = {{Phillipp Morris Inc.}},
year = {1981},
title = {Optical perforating apparatus and system},
type = {European patent application},
number = {0021165A1. 1981-01-07}}
+@unpublished{harris2013fgr,
+ author = {Harris, G.},
+ year = {2013},
+ title = {Focus group recommendations: internal task group report}}
+@unpublished{hadley2015bir,
+ author = {Hadley, S.},
+ year = {2015},
+ title = {Biomechanics: introductory reading, {BM289}: sport biomechanics},
+ howpublished = {University of Bath}}
+@unpublished{thomas2015wcr,
+ author = {Thomas, D.},
+ year = {2015},
+ title = {Word count and referencing style},
+ booktitle = {Frequently asked questions discussion board: {PHYS} 2011: housing studies},
+ howpublished = {University of Bath}}
@image{nasa2015nat,
author = {{NASA}},
year = {2015},
@@ -187,7 +214,7 @@
title = {Prototype electric bicycle displayed at the \enquote{Britain Can Make It} exhibition
organised by the {Council} of {Industrial} {Design} and held at the {Victoria} and {Albert}
{Museum}, {London}, 1946. {Designed} by {B.~G.} {Bowden}},
- titleaddon = {photograph},
+ titleaddon = {Photograph},
address = {London},
library = {Design Council Slide Collection}}
@manual{andrews.dury1773wilts,
@@ -207,7 +234,7 @@
@video{moran2016sol,
author = {Moran, C.},
year = {2016},
- title = {Save {Our} {Libraries}},
+ title = {Save Our Libraries},
url = {https://www.youtube.com/watch?v=gKTfCz4JtVE&feature=youtu.be},
urldate = {2016-04-29}}
@video{uob2015wie,
@@ -216,9 +243,15 @@
title = {What is Engineering?},
url = {https://www.youtube.com/watch?v=NoyZarq-Zbo},
urldate = {2016-01-12}}
+@audio{chakrabarti2016hac,
+ author = {Chakrabarti, V.},
+ year = {2016},
+ title = {How Architecture and City Planning Can Combat Social Inequality},
+ url = {https://www.curbed.com/2016/5/5/11593058/vishaan-chakrabarti-pau-curbed-appeal-podcast},
+ urldate = {2019-03-28}}
@video{rsfo2006ep5,
date = {2006-08-23T20:30:00},
- title = {Rick {Stein's} {French} {Odyssey}},
+ title = {Rick {Stein's} {French} Odyssey},
subtitle = {{Episode} 5},
type = {TV},
publisher = {BBC2}}
@@ -241,14 +274,6 @@
organization = {Bournemouth University},
url = {http://www.bournemouth.ac.uk/library/using/guide_to_citing_internet_sourc.html},
urldate = {2002-11-04}}
-@online{wiltshire2015gww,
- author = {{Wiltshire Council}},
- year = {2015},
- title = {Get {Wiltshire} walking},
- address = {Trowbridge},
- organization = {Wiltshire Council},
- url = {http://www.wiltshire.gov.uk/leisureandrecreation/sportphysicalactivity/getwiltshirewalking.html},
- urldate = {2015-08-19}}
@letter{clark2004euk,
author = {Clark, T.},
date = {2004-07-05},
@@ -256,11 +281,6 @@
journal = {Lis-link},
url = {lis-link@jiscmail.ac.uk},
urldate = {2004-07-30}}
-@letter{alston2004sah,
- author = {Alston, S.},
- date = {2004-07-19},
- title = {Society of {Architectural} {Historians} of {GB}},
- howpublished = {Email to K.M. Jordan}}
@online{bvd2008bt,
author = {{Bureau van Dijk}},
year = {2008},
@@ -332,6 +352,13 @@
author+an = {1=cjk},
year = {2001},
title = {Lorem ipsum}}
+@book{pamporov2006rvb,
+ author = {Pamporov, A.},
+ year = {2006},
+ title = {Romskoto vsekidnevie v {Balgariya}},
+ titleaddon = {Roma everyday life in Bulgaria},
+ address = {Veliko Tarnovo},
+ publisher = {Faber}}
@legislation{gb.wa1735,
title = {Witchcraft {Act}},
year = {1735},
@@ -372,7 +399,7 @@
@report{gb.hl1986/87-66,
author = {{Great Britain. Parliament. House of Lords}},
year = {1987},
- title = {Social Fund ({Maternity} and {Funeral} {Expenses}) {Bill}},
+ title = {Social Fund (Maternity and Funeral Expenses) Bill},
address = {London},
publisher = {HMSO},
series = {HL 1986/87},
@@ -386,16 +413,15 @@
publisher = {TSO},
series = {Cm},
number = {6041}}
-@legislation{eu.dir2015/413,
- title = {Directive ({EU}) 2015/413 of the {European} {Parliament} and of the {Council} of
- 11th {March} 2015 Facilitating Cross-Border Exchange of Information on Road-Safety-Related
- Traffic Offences},
- shorttitle = {Directive ({EU}) 2015/413},
- year = {2015},
+@legislation{eu.dir1984/2003,
+ title = {Council {Regulation} ({EC}) 1984/2003 of 8 {April} 2003 Introducing a System for
+ the Statistical Monitoring of Trade in Bluefin Tuna, Swordfish and Big Eye Tuna within
+ the {Community}},
+ shorttitle = {Council {Regulation} \parentext{EC} 1984/2003},
+ year = {2003},
journal = {OJ},
series = {L},
- volume = {68},
- pages = {9}}
+ volume = {295}}
@report{ec2015gra,
author = {{European Commission}},
year = {2015},
@@ -403,7 +429,7 @@
address = {Luxembourg},
publisher = {Publications Office of the European Union}}
@jurisdiction{seldon-v-c.w.j2012,
- title = {Seldon v {Clarkson} {Wright} \& {Jakes}},
+ title = {Seldon v.~{Clarkson} {Wright} \& {Jakes}},
year = {2012},
journal = {UKSC},
pages = {16}}
diff --git a/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.pdf b/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.pdf
index 6cc791feb9f..d99232f5d88 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-bath/biblatex-bath.pdf
Binary files differ