From 38be0a44ee9d2d9158e4fbc11cf492dbe2f68abe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Feb 2019 23:00:12 +0000 Subject: biblatex-oxref (19feb19) git-svn-id: svn://tug.org/texlive/trunk@50053 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-oxref/Makefile | 70 ---------------- .../texmf-dist/doc/latex/biblatex-oxref/README.md | 5 +- .../doc/latex/biblatex-oxref/oxalph-doc.pdf | Bin 439285 -> 438440 bytes .../doc/latex/biblatex-oxref/oxalph-doc.tex | 90 +++++++++++---------- .../doc/latex/biblatex-oxref/oxnotes-doc.pdf | Bin 444826 -> 443922 bytes .../doc/latex/biblatex-oxref/oxnotes-doc.tex | 82 ++++++++++--------- .../doc/latex/biblatex-oxref/oxnum-doc.pdf | Bin 439576 -> 438804 bytes .../doc/latex/biblatex-oxref/oxnum-doc.tex | 82 ++++++++++--------- .../texmf-dist/doc/latex/biblatex-oxref/oxref.bib | 36 +++++---- .../texmf-dist/doc/latex/biblatex-oxref/oxref.pdf | Bin 520545 -> 524007 bytes .../doc/latex/biblatex-oxref/oxyear-doc.pdf | Bin 442924 -> 442116 bytes .../doc/latex/biblatex-oxref/oxyear-doc.tex | 90 +++++++++++---------- 12 files changed, 205 insertions(+), 250 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/biblatex-oxref/Makefile (limited to 'Master/texmf-dist/doc/latex/biblatex-oxref') diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/Makefile b/Master/texmf-dist/doc/latex/biblatex-oxref/Makefile deleted file mode 100644 index 4c468d7f97a..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -NAME = oxref -PFX = biblatex- -STY1 = oxnotes -STY2 = oxyear -STY3 = oxnum -STY4 = oxalph -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 uninst install uninstall zip ctan - -all: $(NAME).pdf $(STY1)-doc.pdf $(STY2)-doc.pdf $(STY3)-doc.pdf $(STY4)-doc.pdf - @exit 0 - -source $(NAME).bbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx $(STY1)-doc.tex $(STY1).bbx $(STY1).cbx $(STY1).dbx $(STY2)-doc.tex $(STY2).bbx $(STY2).cbx $(STY2).dbx $(STY3)-doc.tex $(STY3).bbx $(STY3).cbx $(STY3).dbx $(STY4)-doc.tex $(STY4).bbx $(STY4).cbx $(STY4).dbx: $(NAME).dtx - luatex -interaction=nonstopmode $(NAME).dtx >/dev/null - -$(NAME).pdf: $(NAME).dtx $(NAME).bbx $(STY1).bbx $(STY1).cbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx - latexmk -silent -lualatex -shell-escape -interaction=nonstopmode $(NAME).dtx >/dev/null -$(STY1)-doc.pdf: $(STY1)-doc.tex $(NAME).bbx $(STY1).bbx $(STY1).cbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx - latexmk -silent -lualatex -shell-escape -interaction=nonstopmode $(STY1)-doc.tex >/dev/null -$(STY2)-doc.pdf: $(STY2)-doc.tex $(NAME).bbx $(STY2).bbx $(STY2).cbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx - latexmk -silent -lualatex -shell-escape -interaction=nonstopmode $(STY2)-doc.tex >/dev/null -$(STY3)-doc.pdf: $(STY3)-doc.tex $(NAME).bbx $(STY3).bbx $(STY3).cbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx - latexmk -silent -lualatex -shell-escape -interaction=nonstopmode $(STY3)-doc.tex >/dev/null -$(STY4)-doc.pdf: $(STY4)-doc.tex $(NAME).bbx $(STY4).bbx $(STY4).cbx american-$(NAME).lbx british-$(NAME).lbx english-$(NAME).lbx - latexmk -silent -lualatex -shell-escape -interaction=nonstopmode $(STY4)-doc.tex >/dev/null - -clean: - rm -f {$(NAME),$(STY1)-doc,$(STY2)-doc,$(STY3)-doc,$(STY4)-doc}.{aux,bbl,bcf,blg,doc,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,listing,log,nav,out,run.xml,snm,synctex.gz,toc,vrb} - rm -f {$(STY1),$(STY2),$(STY3),$(STY4),american-$(NAME),british-$(NAME),english-$(NAME)}.doc - rm -rf _minted-* - rm -f $(NAME).markdown.in - rm -rf _markdown_* -distclean: clean - rm -f $(NAME).{bbx,bib,ins,pdf} {$(STY1),$(STY2),$(STY3),$(STY4)}.{b,c,d}bx {american,british,english}-$(NAME).lbx {$(STY1),$(STY2),$(STY3),$(STY4)}-doc.{tex,pdf} - -inst: all - mkdir -p $(UTREE)/{tex,source,doc}/latex/$(PFX)$(NAME) - cp $(NAME).{dtx,ins} $(UTREE)/source/latex/$(PFX)$(NAME) - cp $(NAME).bbx {$(STY1),$(STY2),$(STY3),$(STY4)}.{b,c,d}bx {american,british,english}-$(NAME).lbx $(UTREE)/tex/latex/$(PFX)$(NAME) - cp $(NAME).{bib,pdf} {$(STY1),$(STY2),$(STY3),$(STY4)}-doc.{tex,pdf} $(UTREE)/doc/latex/$(PFX)$(NAME) - mktexlsr -uninst: - rm -r $(UTREE)/{tex,source,doc}/latex/$(PFX)$(NAME) - mktexlsr - -install: all - sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(PFX)$(NAME) - sudo $(NAME).{dtx,ins} $(LOCAL)/source/latex/$(PFX)$(NAME) - sudo $(NAME).bbx {$(STY1),$(STY2),$(STY3),$(STY4)}.{b,c,d}bx {american,british,english}-$(NAME).lbx $(LOCAL)/tex/latex/$(PFX)$(NAME) - sudo cp $(NAME).{bib,pdf} {$(STY1),$(STY2),$(STY3),$(STY4)}-doc.{tex,pdf} $(LOCAL)/doc/latex/$(PFX)$(NAME) - mktexlsr -uninstall: - sudo rm -r $(LOCAL)/{tex,source,doc}/latex/$(PFX)$(NAME) - mktexlsr - -zip: all - mkdir $(TDIR) - cp $(NAME).{dtx,pdf} {$(STY1),$(STY2),$(STY3),$(STY4)}-doc.pdf README.md Makefile $(NAME).bbx {$(STY1),$(STY2),$(STY3),$(STY4)}.{b,c,d}bx {american,british,english}-$(NAME).lbx $(TDIR) - cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(NAME) -ctan: all - mkdir $(TDIR) - cp $(NAME).{dtx,pdf} {$(STY1),$(STY2),$(STY3),$(STY4)}-doc.pdf README.md Makefile $(TDIR) - cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(NAME) diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/README.md b/Master/texmf-dist/doc/latex/biblatex-oxref/README.md index 32848e68f6b..1e6ba1b6a51 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/README.md @@ -13,9 +13,6 @@ stipulations and examples provided by the 2014 *New Hart's Rules* and the 2002 * `oxyear` is a style similar to the standard `authoryear`, intended for use with parenthetical in-text citations. -These styles should be considered experimental. In particular, the ways in which -the styles handle certain tricky references are subject to change. - [biblatex]: http://ctan.org/pkg/biblatex ## Installation @@ -119,7 +116,7 @@ first two steps. ## Licence -Copyright 2016–2018 Alex Ball. +Copyright 2016–2019 Alex Ball. This work consists of the documented LaTeX file oxref.dtx and a Makefile. diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.pdf b/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.pdf index b50c5a7054a..e428aa0dc24 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.pdf and b/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex b/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex index 4921a90cfb8..aac80d43212 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex @@ -13,7 +13,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/03/03 v0.12} +\def\Version{2019/02/15 v1.0} \ProvidesFile{oxalph-doc.tex} [\Version\space Alphabetic biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxalph,varissuedate,anon}{biblatex} @@ -207,7 +207,7 @@ ,bottomrule = 0pt ,rightrule = 0pt }{#1} -\NewTCBListing{egcite}{D(){ok}omo}% +\NewTCBListing{egcite}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,listing side text @@ -215,7 +215,7 @@ ,IfNoValueTF={#2}{}{title = #2} ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}} ,IfNoValueTF={#4}{}{#4}} -\NewTCBListing{egcite*}{D(){ok}omo}% +\NewTCBListing{egcite*}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,IfNoValueTF={#2}{}{title = #2} @@ -486,18 +486,19 @@ see the separate documentation file \href{./oxref.pdf}{\texttt{oxref.pdf}} \section{Stability} The \pkg[biblatex]{oxref} family of styles is currently at \fileversion. -I have no further features planned, so unless there is popular demand otherwise, -it should be bug-fix releases only between now and the release of version 1.0. -When that happens, the default (expected) behaviour of the styles will be frozen, -meaning I will do my best to avoid backwards-incompatible changes, though -alternative behaviour may be added. If you spot any aspects of the styles that -could be improved before then, especially for the cases not covered by the two -style manuals, please leave your thoughts on the GitHub issue tracker.% -\footnote{\url{https://github.com/alex-ball/biblatex-oxref/issues}} - -You are of course encouraged to report any bugs you discover on the -\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker} -as well. + +I have no plans to change the default (expected) behaviour of the styles, +and will do my best to avoid backwards-incompatible changes, though +alternative behaviour may be added. If changes are introduced that alter +the advertised output, this will be signalled by a change in major +version number. + +Please report any bugs you discover on the +\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker}.% +\footnote{Issue tracker for \pkg[biblatex]{oxref}: +\url{https://github.com/alex-ball/biblatex-oxref/issues}} +You are also welcome to leave your thoughts there on how the styles could +be improved, especially for the cases not covered by the two style manuals. \chapter{Citations and common formatting}\label{sec:citing} @@ -693,7 +694,7 @@ Joukovsky, F. (= Joukovsky-Micha, F.) (1967), \enquote{La Guerre des dieux et de authoraddon = {F. Joukovsky-Micha}, authoraddon+an = {1=variant}, title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} - siècle (1500\textendash 1585)}, + siècle (1500--1585)}, journaltitle = {Bibliothèque d'Humanisme et Renaissance}, volume = {29}, date = {1967}, @@ -712,18 +713,18 @@ If the contribution of the translators or revisers is so great they could be joi \begin{bibexbox} {kuehner.blass1890ef} -Kühner, R., rev. Blass, F. (1890-2), \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung). +Kühner, R., rev. Blass, F. (1890–2), \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung). \toggletrue{blx@bibliography} \tcblower \begin{Verbatim} @mvbook{kuehner.blass1890ef, - author = {Raphael Kühner}, + author = {Raphael Kühner}, editor = {Friedrich Blass}, editor+an = {=jointauthor}, editortype = {reviser}, - shortauthor = {Kühner--Blass}, + shortauthor = {Kühner--Blass}, title = {Elementar- und Formenlehre}, - maintitle = {Ausführliche grammatik der griechischen sprache}, + maintitle = {Ausführliche grammatik der griechischen sprache}, volume = {1}, location = {Hannover}, publisher = {Hahnsche Buchhandlung}, @@ -1034,12 +1035,12 @@ Li, S. et al. (2013), \enquote{Forever Love: The Hitherto Earliest Record of Cop \begin{bibexbox} {moody1953mdb} -Moody, T. W. (1953), \enquote{Michael Davitt and the British Labour Movement, 1882–1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3: 53--76. +Moody, T. W. (1953), \enquote{Michael Davitt and the British Labour Movement, 1882--1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3: 53–76. \tcblower \begin{Verbatim} @article{moody1953mdb, author = {T. W. Moody}, - title = {Michael Davitt and the British Labour Movement, 1882–1906}, + title = {Michael Davitt and the British Labour Movement, 1882--1906}, journaltitle = {Transactions of the Royal Historical Society}, series = {5}, volume = {3}, @@ -1062,7 +1063,7 @@ Hankinson, R. J. (1989), \enquote{Galen and the Best of All Possible Worlds}, \e journaltitle = {CQ}, series = {newseries}, volume = {39}, - pages = {43–76}} + pages = {43-76}} \end{Verbatim} \end{bibexbox} @@ -1089,7 +1090,7 @@ Marx, K. (1842), \enquote{Der Kommunismus und die Augsburger \enquote{Allgemeine \begin{bibexbox} {who1983nsb} -WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritional Status of Children 0–4 Years}, \emph{Weekly Epidemiologial Record}, 20 May. +WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritional Status of Children 0--4 Years}, \emph{Weekly Epidemiologial Record}, 20 May. \tcblower \begin{Verbatim} @article{who1983nsb, @@ -1097,7 +1098,7 @@ WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritio author = {{World Health Organization}}, date = {1983-05-20}, title = {Nutrition}, - subtitle = {Sex Bias of Nutritional Status of Children 0–4 Years}, + subtitle = {Sex Bias of Nutritional Status of Children 0--4 Years}, journaltitle = {Weekly Epidemiologial Record}} \end{Verbatim} \end{bibexbox} @@ -1145,7 +1146,7 @@ Bec, C. (1976) (ed.), \emph{Italie 1500--1550: Une situation de crise?} = \emph{ number = {2}, location = {Lyon}, date = {1976}, - pages = {99--109}} + pages = {99-109}} @periodical{aujm1975.2, title = {Annales de l'Université Jean Moulin}, volume = {1975}, @@ -1582,12 +1583,12 @@ the following form is used: \begin{bibexbox} {brady.etal1994hehsa} -Brady, Jr., T. A., Oberman, H. A., and Tracy, J. D. (1994) (eds.), \emph{Handbook of European History, 1400–1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill). +Brady, Jr., T. A., Oberman, H. A., and Tracy, J. D. (1994) (eds.), \emph{Handbook of European History, 1400--1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill). \tcblower \begin{Verbatim} @mvcollection{brady.etal1994hehsa, editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy}, - maintitle = {Handbook of European History, 1400–1600}, + maintitle = {Handbook of European History, 1400--1600}, mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}}, volume = {1}, title = {Structures and Assertions}, @@ -2604,14 +2605,14 @@ CNNR/GMH (Comisión Nacional de Reparación y Reconciliación y Grupo de Memoria \begin{bibexbox} {opcs1979amt} -Office of Population Censuses and Surveys (1979a), \emph{Area Mortality Tables: The Registrar-General's Decennial Supplement for England and Wales 1969–1973}, Series DS, No.~3 (London) +Office of Population Censuses and Surveys (1979a), \emph{Area Mortality Tables: The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, Series DS, No.~3 (London) \tcblower \begin{Verbatim} @report{opcs1979amt, author = {{Office of Population Censuses and Surveys}}, date = {1979}, title = {Area Mortality Tables}, - subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969–1973}, + subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, series = {Series DS}, number = {3}, location = {London}} @@ -3784,9 +3785,9 @@ United Nations (2011), \emph{World Population Prospects: The 2010 Revision} [CD- \chapterprecis{commentary, jurisdiction, legal, legislation} \pkg[biblatex]{Oxref} provides only a basic level of support for legal references, in case you need to use some in a mainly non-legal text. -For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \href{http://www.ctan.org/pkg/oscola}{\textsf{oscola}} style instead. +For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \pkg{oscola} style instead. -Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \textsf{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. +Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \pkg{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. \section{Cases} @@ -4046,6 +4047,9 @@ Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} are inconsiste \tip{European cases still get sorted by title, even if the entry begins with the case number. Use \code{sorttitle} if you would rather they were sorted under \enquote{Case} or \enquote{Joined Cases}.} +\tip{For ECR cases, you can use either \code{number} or the non-standard \code{casenumber} field + for the case number.} + \begin{bibexbox} {C118/07} @@ -4056,7 +4060,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E keywords = {eu}, title = {Commission of the European Communities v. Finland}, sorttitle = {Case C0118/0007}, - number = {C\textendash 118/07}, + number = {C--118/07}, journaltitle = {ECR}, volume = {I}, pages = {10889}, @@ -4064,9 +4068,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E \end{Verbatim} \end{bibexbox} -\tip{Indicate Commission Decisions by putting \code{commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field. Put the case number (including the word \enquote{Case} if needed) in either the \code{titleaddon}, \code{parvolume}, or \code{userb} field.} - -\tip{An unfortunate side effect of this is that is not possible to use either the parallel or neutral citation idiom to get a reference to look like the following. In such cases, use the \code{note} field to provide the second citation.} +\tip{Indicate Commission Decisions by putting \code{Commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field, and put the case number in the (non-standard) \code{casenumber} field or (\pkg{oscola}-supported) \code{userb} field. If wider portability is an issue, you can put the case number, including the word \enquote{Case} if needed, in the \code{titleaddon} field instead.} \begin{bibexbox} @@ -4077,14 +4079,18 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E @jurisdiction{alcatel, keywords = {eu}, title = {Alcatel/Telettra}, - parvolume = {Case IV/M042}, - institution = {commission}, + casenumber = {IV/M042}, + institution = {Commission}, date = {1991}, journaltitle = {OJ}, series = {L}, volume = {122}, pages = {48}, - note = {[1991] 4 CLMR 391}} + pardate = {1991}, + parreporter = {CLMR}, + parvolume = {4}, + parpages = {391}, + options = {paryear-essential}} \end{Verbatim} \end{bibexbox} @@ -4468,7 +4474,7 @@ If a poem is divided into cantos, the title is set in italics rather than quoted \begin{bibexbox} {spenser1965fq}% -Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443–4; London: Dent, 1965–6). +Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443--4; London: Dent, 1965–6). \tcblower \begin{Verbatim} @book{spenser1965fq, @@ -4476,7 +4482,7 @@ Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443–4; L title = {The Faerie Queene}, shorttitle = {Faerie Queene}, series = {Everyman's Library}, - number = {443–4}, + number = {443--4}, location = {London}, publisher = {Dent}, date = {1965/1966}, @@ -4679,6 +4685,6 @@ Ritter, R. M. (2001), \enquote{Revised proofs} [email to H. E. Cox], (1 Aug.\@), \printbibliography[notcategory=hidden] \end{document} %% -%% Copyright (C) 2016–2018 Alex Ball +%% Copyright (C) 2016–2019 Alex Ball %% %% End of file `oxalph-doc.tex'. diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.pdf b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.pdf index a130b052a5d..2198155f1a3 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.pdf and b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.tex b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.tex index f9fef8febd8..9003096a2a9 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.tex +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnotes-doc.tex @@ -13,7 +13,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/03/03 v0.12} +\def\Version{2019/02/15 v1.0} \ProvidesFile{oxnotes-doc.tex} [\Version\space Footnote-based biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxnotes,scnames,varissuedate,anon}{biblatex} @@ -207,7 +207,7 @@ ,bottomrule = 0pt ,rightrule = 0pt }{#1} -\NewTCBListing{egcite}{D(){ok}omo}% +\NewTCBListing{egcite}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,listing side text @@ -215,7 +215,7 @@ ,IfNoValueTF={#2}{}{title = #2} ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}} ,IfNoValueTF={#4}{}{#4}} -\NewTCBListing{egcite*}{D(){ok}omo}% +\NewTCBListing{egcite*}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,IfNoValueTF={#2}{}{title = #2} @@ -478,18 +478,19 @@ see the separate documentation file \href{./oxref.pdf}{\texttt{oxref.pdf}} \section{Stability} The \pkg[biblatex]{oxref} family of styles is currently at \fileversion. -I have no further features planned, so unless there is popular demand otherwise, -it should be bug-fix releases only between now and the release of version 1.0. -When that happens, the default (expected) behaviour of the styles will be frozen, -meaning I will do my best to avoid backwards-incompatible changes, though -alternative behaviour may be added. If you spot any aspects of the styles that -could be improved before then, especially for the cases not covered by the two -style manuals, please leave your thoughts on the GitHub issue tracker.% -\footnote{\url{https://github.com/alex-ball/biblatex-oxref/issues}} - -You are of course encouraged to report any bugs you discover on the -\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker} -as well. + +I have no plans to change the default (expected) behaviour of the styles, +and will do my best to avoid backwards-incompatible changes, though +alternative behaviour may be added. If changes are introduced that alter +the advertised output, this will be signalled by a change in major +version number. + +Please report any bugs you discover on the +\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker}.% +\footnote{Issue tracker for \pkg[biblatex]{oxref}: +\url{https://github.com/alex-ball/biblatex-oxref/issues}} +You are also welcome to leave your thoughts there on how the styles could +be improved, especially for the cases not covered by the two style manuals. \chapter{Citations and common formatting}\label{sec:citing} @@ -706,7 +707,7 @@ This is only supposed to to printed in the bibliography, not in notes. authoraddon = {F. Joukovsky-Micha}, authoraddon+an = {1=variant}, title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} - siècle (1500\textendash 1585)}, + siècle (1500--1585)}, journaltitle = {Bibliothèque d'Humanisme et Renaissance}, volume = {29}, date = {1967}, @@ -725,18 +726,18 @@ If the contribution of the translators or revisers is so great they could be joi \begin{bibexbox} {kuehner.blass1890ef} -\textsc{Kühner, Raphael}, rev. \textsc{Blass, Friedrich}, \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung, 1890-2). +\textsc{Kühner, Raphael}, rev. \textsc{Blass, Friedrich}, \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung, 1890–2). \toggletrue{blx@bibliography} \tcblower \begin{Verbatim} @mvbook{kuehner.blass1890ef, - author = {Raphael Kühner}, + author = {Raphael Kühner}, editor = {Friedrich Blass}, editor+an = {=jointauthor}, editortype = {reviser}, - shortauthor = {Kühner--Blass}, + shortauthor = {Kühner--Blass}, title = {Elementar- und Formenlehre}, - maintitle = {Ausführliche grammatik der griechischen sprache}, + maintitle = {Ausführliche grammatik der griechischen sprache}, volume = {1}, location = {Hannover}, publisher = {Hahnsche Buchhandlung}, @@ -1056,12 +1057,12 @@ B. Lindars, \enquote{Ezechiel and Individual Responsibility}, \emph{VT} 15 (1965 \begin{bibexbox} {moody1953mdb} -T. W. Moody, \enquote{Michael Davitt and the British Labour Movement, 1882–1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3 (1953), 53--76. +T. W. Moody, \enquote{Michael Davitt and the British Labour Movement, 1882--1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3 (1953), 53–76. \tcblower \begin{Verbatim} @article{moody1953mdb, author = {T. W. Moody}, - title = {Michael Davitt and the British Labour Movement, 1882–1906}, + title = {Michael Davitt and the British Labour Movement, 1882--1906}, journaltitle = {Transactions of the Royal Historical Society}, series = {5}, volume = {3}, @@ -1084,7 +1085,7 @@ J. Barnes, \enquote{Homonymy in Aristotle and Speusippus}, \emph{Classical Quart series = {newseries}, volume = {21}, date = {1971}, - pages = {65--80}} + pages = {65-80}} \end{Verbatim} \end{bibexbox} @@ -1162,7 +1163,7 @@ C. Bec (ed.), \emph{Italie 1500--1550: Une situation de crise?} = \emph{Annales number = {2}, location = {Lyon}, date = {1976}, - pages = {99--109}} + pages = {99-109}} @periodical{aujm1975.2, title = {Annales de l'Université Jean Moulin}, volume = {1975}, @@ -1608,12 +1609,12 @@ the following form is used: \begin{bibexbox} {brady.etal1994hehsa} -Thomas A. Brady, Jr., Heiko A. Oberman, and James D. Tracy (eds.), \emph{Handbook of European History, 1400–1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill, 1994). +Thomas A. Brady, Jr., Heiko A. Oberman, and James D. Tracy (eds.), \emph{Handbook of European History, 1400--1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill, 1994). \tcblower \begin{Verbatim} @mvcollection{brady.etal1994hehsa, editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy}, - maintitle = {Handbook of European History, 1400–1600}, + maintitle = {Handbook of European History, 1400--1600}, mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}}, volume = {1}, title = {Structures and Assertions}, @@ -3773,9 +3774,9 @@ United Nations, \emph{World Population Prospects: The 2010 Revision} [CD-ROM] (N \chapterprecis{commentary, jurisdiction, legal, legislation} \pkg[biblatex]{Oxref} provides only a basic level of support for legal references, in case you need to use some in a mainly non-legal text. -For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \href{http://www.ctan.org/pkg/oscola}{\textsf{oscola}} style instead. +For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \pkg{oscola} style instead. -Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \textsf{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. +Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \pkg{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. \section{Cases} @@ -4035,6 +4036,9 @@ Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} are inconsiste \tip{European cases still get sorted by title, even if the entry begins with the case number. Use \code{sorttitle} if you would rather they were sorted under \enquote{Case} or \enquote{Joined Cases}.} +\tip{For ECR cases, you can use either \code{number} or the non-standard \code{casenumber} field + for the case number.} + \begin{bibexbox} {C118/07} @@ -4045,7 +4049,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E keywords = {eu}, title = {Commission of the European Communities v. Finland}, sorttitle = {Case C0118/0007}, - number = {C\textendash 118/07}, + number = {C--118/07}, journaltitle = {ECR}, volume = {I}, pages = {10889}, @@ -4053,9 +4057,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E \end{Verbatim} \end{bibexbox} -\tip{Indicate Commission Decisions by putting \code{commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field. Put the case number (including the word \enquote{Case} if needed) in either the \code{titleaddon}, \code{parvolume}, or \code{userb} field.} - -\tip{An unfortunate side effect of this is that is not possible to use either the parallel or neutral citation idiom to get a reference to look like the following. In such cases, use the \code{note} field to provide the second citation.} +\tip{Indicate Commission Decisions by putting \code{Commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field, and put the case number in the (non-standard) \code{casenumber} field or (\pkg{oscola}-supported) \code{userb} field. If wider portability is an issue, you can put the case number, including the word \enquote{Case} if needed, in the \code{titleaddon} field instead.} \begin{bibexbox} @@ -4066,14 +4068,18 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E @jurisdiction{alcatel, keywords = {eu}, title = {Alcatel/Telettra}, - parvolume = {Case IV/M042}, - institution = {commission}, + casenumber = {IV/M042}, + institution = {Commission}, date = {1991}, journaltitle = {OJ}, series = {L}, volume = {122}, pages = {48}, - note = {[1991] 4 CLMR 391}} + pardate = {1991}, + parreporter = {CLMR}, + parvolume = {4}, + parpages = {391}, + options = {paryear-essential}} \end{Verbatim} \end{bibexbox} @@ -4459,7 +4465,7 @@ If a poem is divided into cantos, the title is set in italics rather than quoted \begin{bibexbox} {spenser1965fq}% -Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443–4; London: Dent, 1965–6) (originally pub. 1590–6). +Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443--4; London: Dent, 1965–6) (originally pub. 1590–6). \tcblower \begin{Verbatim} @book{spenser1965fq, @@ -4467,7 +4473,7 @@ Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443–4; London: D title = {The Faerie Queene}, shorttitle = {Faerie Queene}, series = {Everyman's Library}, - number = {443–4}, + number = {443--4}, location = {London}, publisher = {Dent}, date = {1965/1966}, @@ -4670,6 +4676,6 @@ R. M. Ritter, \enquote{Revised proofs} [email to H. E. Cox], (1 Aug.\@ 2001), \u \printbibliography[notcategory=hidden] \end{document} %% -%% Copyright (C) 2016–2018 Alex Ball +%% Copyright (C) 2016–2019 Alex Ball %% %% End of file `oxnotes-doc.tex'. diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.pdf b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.pdf index e2b72ae9c7d..658dcefc15e 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.pdf and b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.tex b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.tex index 88008082e76..3766ad65c3f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.tex +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/oxnum-doc.tex @@ -13,7 +13,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/03/03 v0.12} +\def\Version{2019/02/15 v1.0} \ProvidesFile{oxnum-doc.tex} [\Version\space Numeric biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxnum,scnames,varissuedate,anon}{biblatex} @@ -205,7 +205,7 @@ ,bottomrule = 0pt ,rightrule = 0pt }{#1} -\NewTCBListing{egcite}{D(){ok}omo}% +\NewTCBListing{egcite}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,listing side text @@ -213,7 +213,7 @@ ,IfNoValueTF={#2}{}{title = #2} ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}} ,IfNoValueTF={#4}{}{#4}} -\NewTCBListing{egcite*}{D(){ok}omo}% +\NewTCBListing{egcite*}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,IfNoValueTF={#2}{}{title = #2} @@ -476,18 +476,19 @@ see the separate documentation file \href{./oxref.pdf}{\texttt{oxref.pdf}} \section{Stability} The \pkg[biblatex]{oxref} family of styles is currently at \fileversion. -I have no further features planned, so unless there is popular demand otherwise, -it should be bug-fix releases only between now and the release of version 1.0. -When that happens, the default (expected) behaviour of the styles will be frozen, -meaning I will do my best to avoid backwards-incompatible changes, though -alternative behaviour may be added. If you spot any aspects of the styles that -could be improved before then, especially for the cases not covered by the two -style manuals, please leave your thoughts on the GitHub issue tracker.% -\footnote{\url{https://github.com/alex-ball/biblatex-oxref/issues}} - -You are of course encouraged to report any bugs you discover on the -\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker} -as well. + +I have no plans to change the default (expected) behaviour of the styles, +and will do my best to avoid backwards-incompatible changes, though +alternative behaviour may be added. If changes are introduced that alter +the advertised output, this will be signalled by a change in major +version number. + +Please report any bugs you discover on the +\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker}.% +\footnote{Issue tracker for \pkg[biblatex]{oxref}: +\url{https://github.com/alex-ball/biblatex-oxref/issues}} +You are also welcome to leave your thoughts there on how the styles could +be improved, especially for the cases not covered by the two style manuals. \chapter{Citations and common formatting}\label{sec:citing} @@ -683,7 +684,7 @@ In cases where an author changes the name under which they publish (e.g.\ due to authoraddon = {F. Joukovsky-Micha}, authoraddon+an = {1=variant}, title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} - siècle (1500\textendash 1585)}, + siècle (1500--1585)}, journaltitle = {Bibliothèque d'Humanisme et Renaissance}, volume = {29}, date = {1967}, @@ -702,18 +703,18 @@ If the contribution of the translators or revisers is so great they could be joi \begin{bibexbox} {kuehner.blass1890ef} -\textsc{Kühner, Raphael}, rev. \textsc{Blass, Friedrich}, \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung, 1890-2). +\textsc{Kühner, Raphael}, rev. \textsc{Blass, Friedrich}, \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung, 1890–2). \toggletrue{blx@bibliography} \tcblower \begin{Verbatim} @mvbook{kuehner.blass1890ef, - author = {Raphael Kühner}, + author = {Raphael Kühner}, editor = {Friedrich Blass}, editor+an = {=jointauthor}, editortype = {reviser}, - shortauthor = {Kühner--Blass}, + shortauthor = {Kühner--Blass}, title = {Elementar- und Formenlehre}, - maintitle = {Ausführliche grammatik der griechischen sprache}, + maintitle = {Ausführliche grammatik der griechischen sprache}, volume = {1}, location = {Hannover}, publisher = {Hahnsche Buchhandlung}, @@ -1033,12 +1034,12 @@ B. Lindars, \enquote{Ezechiel and Individual Responsibility}, \emph{VT} 15 (1965 \begin{bibexbox} {moody1953mdb} -T. W. Moody, \enquote{Michael Davitt and the British Labour Movement, 1882–1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3 (1953), 53--76. +T. W. Moody, \enquote{Michael Davitt and the British Labour Movement, 1882--1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3 (1953), 53–76. \tcblower \begin{Verbatim} @article{moody1953mdb, author = {T. W. Moody}, - title = {Michael Davitt and the British Labour Movement, 1882–1906}, + title = {Michael Davitt and the British Labour Movement, 1882--1906}, journaltitle = {Transactions of the Royal Historical Society}, series = {5}, volume = {3}, @@ -1061,7 +1062,7 @@ J. Barnes, \enquote{Homonymy in Aristotle and Speusippus}, \emph{Classical Quart series = {newseries}, volume = {21}, date = {1971}, - pages = {65--80}} + pages = {65-80}} \end{Verbatim} \end{bibexbox} @@ -1139,7 +1140,7 @@ C. Bec (ed.), \emph{Italie 1500--1550: Une situation de crise?} = \emph{Annales number = {2}, location = {Lyon}, date = {1976}, - pages = {99--109}} + pages = {99-109}} @periodical{aujm1975.2, title = {Annales de l'Université Jean Moulin}, volume = {1975}, @@ -1585,12 +1586,12 @@ the following form is used: \begin{bibexbox} {brady.etal1994hehsa} -Thomas A. Brady, Jr., Heiko A. Oberman, and James D. Tracy (eds.), \emph{Handbook of European History, 1400–1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill, 1994). +Thomas A. Brady, Jr., Heiko A. Oberman, and James D. Tracy (eds.), \emph{Handbook of European History, 1400--1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill, 1994). \tcblower \begin{Verbatim} @mvcollection{brady.etal1994hehsa, editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy}, - maintitle = {Handbook of European History, 1400–1600}, + maintitle = {Handbook of European History, 1400--1600}, mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}}, volume = {1}, title = {Structures and Assertions}, @@ -3719,9 +3720,9 @@ United Nations, \emph{World Population Prospects: The 2010 Revision} [CD-ROM] (N \chapterprecis{commentary, jurisdiction, legal, legislation} \pkg[biblatex]{Oxref} provides only a basic level of support for legal references, in case you need to use some in a mainly non-legal text. -For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \href{http://www.ctan.org/pkg/oscola}{\textsf{oscola}} style instead. +For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \pkg{oscola} style instead. -Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \textsf{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. +Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \pkg{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. \section{Cases} @@ -3981,6 +3982,9 @@ Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} are inconsiste \tip{European cases still get sorted by title, even if the entry begins with the case number. Use \code{sorttitle} if you would rather they were sorted under \enquote{Case} or \enquote{Joined Cases}.} +\tip{For ECR cases, you can use either \code{number} or the non-standard \code{casenumber} field + for the case number.} + \begin{bibexbox} {C118/07} @@ -3991,7 +3995,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E keywords = {eu}, title = {Commission of the European Communities v. Finland}, sorttitle = {Case C0118/0007}, - number = {C\textendash 118/07}, + number = {C--118/07}, journaltitle = {ECR}, volume = {I}, pages = {10889}, @@ -3999,9 +4003,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E \end{Verbatim} \end{bibexbox} -\tip{Indicate Commission Decisions by putting \code{commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field. Put the case number (including the word \enquote{Case} if needed) in either the \code{titleaddon}, \code{parvolume}, or \code{userb} field.} - -\tip{An unfortunate side effect of this is that is not possible to use either the parallel or neutral citation idiom to get a reference to look like the following. In such cases, use the \code{note} field to provide the second citation.} +\tip{Indicate Commission Decisions by putting \code{Commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field, and put the case number in the (non-standard) \code{casenumber} field or (\pkg{oscola}-supported) \code{userb} field. If wider portability is an issue, you can put the case number, including the word \enquote{Case} if needed, in the \code{titleaddon} field instead.} \begin{bibexbox} @@ -4012,14 +4014,18 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E @jurisdiction{alcatel, keywords = {eu}, title = {Alcatel/Telettra}, - parvolume = {Case IV/M042}, - institution = {commission}, + casenumber = {IV/M042}, + institution = {Commission}, date = {1991}, journaltitle = {OJ}, series = {L}, volume = {122}, pages = {48}, - note = {[1991] 4 CLMR 391}} + pardate = {1991}, + parreporter = {CLMR}, + parvolume = {4}, + parpages = {391}, + options = {paryear-essential}} \end{Verbatim} \end{bibexbox} @@ -4401,7 +4407,7 @@ If a poem is divided into cantos, the title is set in italics rather than quoted \begin{bibexbox} {spenser1965fq}% -Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443–4; London: Dent, 1965–6) (originally pub. 1590–6). +Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443--4; London: Dent, 1965–6) (originally pub. 1590–6). \tcblower \begin{Verbatim} @book{spenser1965fq, @@ -4409,7 +4415,7 @@ Edmund Spenser, \emph{The Faerie Queene} (Everyman's Library, 443–4; London: D title = {The Faerie Queene}, shorttitle = {Faerie Queene}, series = {Everyman's Library}, - number = {443–4}, + number = {443--4}, location = {London}, publisher = {Dent}, date = {1965/1966}, @@ -4612,6 +4618,6 @@ R. M. Ritter, \enquote{Revised proofs} [email to H. E. Cox], (1 Aug.\@ 2001), \u \printbibliography[notcategory=hidden] \end{document} %% -%% Copyright (C) 2016–2018 Alex Ball +%% Copyright (C) 2016–2019 Alex Ball %% %% End of file `oxnum-doc.tex'. diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.bib b/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.bib index 89772f4eb0c..5aeaea33ce3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.bib +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.bib @@ -82,20 +82,20 @@ authoraddon = {F. Joukovsky-Micha}, authoraddon+an = {1=variant}, title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} - siècle (1500\textendash 1585)}, + siècle (1500--1585)}, journaltitle = {Bibliothèque d'Humanisme et Renaissance}, volume = {29}, date = {1967}, langid = {french}, pages = {55-92}} @mvbook{kuehner.blass1890ef, - author = {Raphael Kühner}, + author = {Raphael Kühner}, editor = {Friedrich Blass}, editor+an = {=jointauthor}, editortype = {reviser}, - shortauthor = {Kühner--Blass}, + shortauthor = {Kühner--Blass}, title = {Elementar- und Formenlehre}, - maintitle = {Ausführliche grammatik der griechischen sprache}, + maintitle = {Ausführliche grammatik der griechischen sprache}, volume = {1}, location = {Hannover}, publisher = {Hahnsche Buchhandlung}, @@ -237,7 +237,7 @@ pages = {411-416}} @article{moody1953mdb, author = {T. W. Moody}, - title = {Michael Davitt and the British Labour Movement, 1882–1906}, + title = {Michael Davitt and the British Labour Movement, 1882--1906}, journaltitle = {Transactions of the Royal Historical Society}, series = {5}, volume = {3}, @@ -250,7 +250,7 @@ series = {newseries}, volume = {21}, date = {1971}, - pages = {65--80}} + pages = {65-80}} @article{hankinson1989gba, author = {R. J. Hankinson}, date = {1989}, @@ -258,7 +258,7 @@ journaltitle = {CQ}, series = {newseries}, volume = {39}, - pages = {43–76}} + pages = {43-76}} @article{bw1984wen, title = {Who's Excellent Now?}, journaltitle = {Business Week}, @@ -280,7 +280,7 @@ author = {{World Health Organization}}, date = {1983-05-20}, title = {Nutrition}, - subtitle = {Sex Bias of Nutritional Status of Children 0–4 Years}, + subtitle = {Sex Bias of Nutritional Status of Children 0--4 Years}, journaltitle = {Weekly Epidemiologial Record}} @article{boyce1957pgi, author = {M. Boyce}, @@ -298,7 +298,7 @@ number = {2}, location = {Lyon}, date = {1976}, - pages = {99--109}} + pages = {99-109}} @periodical{aujm1975.2, title = {Annales de l'Université Jean Moulin}, volume = {1975}, @@ -510,7 +510,7 @@ location = {Oxford}} @mvcollection{brady.etal1994hehsa, editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy}, - maintitle = {Handbook of European History, 1400–1600}, + maintitle = {Handbook of European History, 1400--1600}, mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}}, volume = {1}, title = {Structures and Assertions}, @@ -994,7 +994,7 @@ author = {{Office of Population Censuses and Surveys}}, date = {1979}, title = {Area Mortality Tables}, - subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969–1973}, + subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, series = {Series DS}, number = {3}, location = {London}} @@ -1503,7 +1503,7 @@ keywords = {eu}, title = {Commission of the European Communities v. Finland}, sorttitle = {Case C0118/0007}, - number = {C\textendash 118/07}, + number = {C--118/07}, journaltitle = {ECR}, volume = {I}, pages = {10889}, @@ -1511,14 +1511,18 @@ @jurisdiction{alcatel, keywords = {eu}, title = {Alcatel/Telettra}, - parvolume = {Case IV/M042}, - institution = {commission}, + casenumber = {IV/M042}, + institution = {Commission}, date = {1991}, journaltitle = {OJ}, series = {L}, volume = {122}, pages = {48}, - note = {[1991] 4 CLMR 391}} + pardate = {1991}, + parreporter = {CLMR}, + parvolume = {4}, + parpages = {391}, + options = {paryear-essential}} @jurisdiction{young1982, title = {Young, James and Webster v. UK}, number = {7601/76}, @@ -1671,7 +1675,7 @@ title = {The Faerie Queene}, shorttitle = {Faerie Queene}, series = {Everyman's Library}, - number = {443–4}, + number = {443--4}, location = {London}, publisher = {Dent}, date = {1965/1966}, diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.pdf b/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.pdf index 0d91cf83917..5d16afabd3a 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.pdf and b/Master/texmf-dist/doc/latex/biblatex-oxref/oxref.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.pdf b/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.pdf index b703cd87a44..50f723060f2 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.pdf and b/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex b/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex index 636deda5ea9..6cafb88d25a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex +++ b/Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex @@ -13,7 +13,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/03/03 v0.12} +\def\Version{2019/02/15 v1.0} \ProvidesFile{oxyear-doc.tex} [\Version\space Author-year biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxyear,varissuedate,anon}{biblatex} @@ -207,7 +207,7 @@ ,bottomrule = 0pt ,rightrule = 0pt }{#1} -\NewTCBListing{egcite}{D(){ok}omo}% +\NewTCBListing{egcite}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,listing side text @@ -215,7 +215,7 @@ ,IfNoValueTF={#2}{}{title = #2} ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}} ,IfNoValueTF={#4}{}{#4}} -\NewTCBListing{egcite*}{D(){ok}omo}% +\NewTCBListing{egcite*}{D(){ok} o m !o}% {colframe = #1 ,colback = #1!5!white ,IfNoValueTF={#2}{}{title = #2} @@ -486,18 +486,19 @@ see the separate documentation file \href{./oxref.pdf}{\texttt{oxref.pdf}} \section{Stability} The \pkg[biblatex]{oxref} family of styles is currently at \fileversion. -I have no further features planned, so unless there is popular demand otherwise, -it should be bug-fix releases only between now and the release of version 1.0. -When that happens, the default (expected) behaviour of the styles will be frozen, -meaning I will do my best to avoid backwards-incompatible changes, though -alternative behaviour may be added. If you spot any aspects of the styles that -could be improved before then, especially for the cases not covered by the two -style manuals, please leave your thoughts on the GitHub issue tracker.% -\footnote{\url{https://github.com/alex-ball/biblatex-oxref/issues}} - -You are of course encouraged to report any bugs you discover on the -\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker} -as well. + +I have no plans to change the default (expected) behaviour of the styles, +and will do my best to avoid backwards-incompatible changes, though +alternative behaviour may be added. If changes are introduced that alter +the advertised output, this will be signalled by a change in major +version number. + +Please report any bugs you discover on the +\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker}.% +\footnote{Issue tracker for \pkg[biblatex]{oxref}: +\url{https://github.com/alex-ball/biblatex-oxref/issues}} +You are also welcome to leave your thoughts there on how the styles could +be improved, especially for the cases not covered by the two style manuals. \chapter{Citations and common formatting}\label{sec:citing} @@ -725,7 +726,7 @@ Joukovsky, F. (= Joukovsky-Micha, F.) (1967), \enquote{La Guerre des dieux et de authoraddon = {F. Joukovsky-Micha}, authoraddon+an = {1=variant}, title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} - siècle (1500\textendash 1585)}, + siècle (1500--1585)}, journaltitle = {Bibliothèque d'Humanisme et Renaissance}, volume = {29}, date = {1967}, @@ -744,18 +745,18 @@ If the contribution of the translators or revisers is so great they could be joi \begin{bibexbox} {kuehner.blass1890ef} -Kühner, R., rev. Blass, F. (1890-2), \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung). +Kühner, R., rev. Blass, F. (1890–2), \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung). \toggletrue{blx@bibliography} \tcblower \begin{Verbatim} @mvbook{kuehner.blass1890ef, - author = {Raphael Kühner}, + author = {Raphael Kühner}, editor = {Friedrich Blass}, editor+an = {=jointauthor}, editortype = {reviser}, - shortauthor = {Kühner--Blass}, + shortauthor = {Kühner--Blass}, title = {Elementar- und Formenlehre}, - maintitle = {Ausführliche grammatik der griechischen sprache}, + maintitle = {Ausführliche grammatik der griechischen sprache}, volume = {1}, location = {Hannover}, publisher = {Hahnsche Buchhandlung}, @@ -1066,12 +1067,12 @@ Li, S. et al. (2013), \enquote{Forever Love: The Hitherto Earliest Record of Cop \begin{bibexbox} {moody1953mdb} -Moody, T. W. (1953), \enquote{Michael Davitt and the British Labour Movement, 1882–1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3: 53--76. +Moody, T. W. (1953), \enquote{Michael Davitt and the British Labour Movement, 1882--1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3: 53–76. \tcblower \begin{Verbatim} @article{moody1953mdb, author = {T. W. Moody}, - title = {Michael Davitt and the British Labour Movement, 1882–1906}, + title = {Michael Davitt and the British Labour Movement, 1882--1906}, journaltitle = {Transactions of the Royal Historical Society}, series = {5}, volume = {3}, @@ -1094,7 +1095,7 @@ Hankinson, R. J. (1989), \enquote{Galen and the Best of All Possible Worlds}, \e journaltitle = {CQ}, series = {newseries}, volume = {39}, - pages = {43–76}} + pages = {43-76}} \end{Verbatim} \end{bibexbox} @@ -1121,7 +1122,7 @@ Marx, K. (1842), \enquote{Der Kommunismus und die Augsburger \enquote{Allgemeine \begin{bibexbox} {who1983nsb} -WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritional Status of Children 0–4 Years}, \emph{Weekly Epidemiologial Record}, 20 May. +WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritional Status of Children 0--4 Years}, \emph{Weekly Epidemiologial Record}, 20 May. \tcblower \begin{Verbatim} @article{who1983nsb, @@ -1129,7 +1130,7 @@ WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritio author = {{World Health Organization}}, date = {1983-05-20}, title = {Nutrition}, - subtitle = {Sex Bias of Nutritional Status of Children 0–4 Years}, + subtitle = {Sex Bias of Nutritional Status of Children 0--4 Years}, journaltitle = {Weekly Epidemiologial Record}} \end{Verbatim} \end{bibexbox} @@ -1177,7 +1178,7 @@ Bec, C. (1976) (ed.), \emph{Italie 1500--1550: Une situation de crise?} = \emph{ number = {2}, location = {Lyon}, date = {1976}, - pages = {99--109}} + pages = {99-109}} @periodical{aujm1975.2, title = {Annales de l'Université Jean Moulin}, volume = {1975}, @@ -1614,12 +1615,12 @@ the following form is used: \begin{bibexbox} {brady.etal1994hehsa} -Brady, Jr., T. A., Oberman, H. A., and Tracy, J. D. (1994) (eds.), \emph{Handbook of European History, 1400–1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill). +Brady, Jr., T. A., Oberman, H. A., and Tracy, J. D. (1994) (eds.), \emph{Handbook of European History, 1400--1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill). \tcblower \begin{Verbatim} @mvcollection{brady.etal1994hehsa, editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy}, - maintitle = {Handbook of European History, 1400–1600}, + maintitle = {Handbook of European History, 1400--1600}, mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}}, volume = {1}, title = {Structures and Assertions}, @@ -2638,14 +2639,14 @@ CNNR/GMH (Comisión Nacional de Reparación y Reconciliación y Grupo de Memoria \begin{bibexbox} {opcs1979amt} -Office of Population Censuses and Surveys (1979a), \emph{Area Mortality Tables: The Registrar-General's Decennial Supplement for England and Wales 1969–1973}, Series DS, No.~3 (London) +Office of Population Censuses and Surveys (1979a), \emph{Area Mortality Tables: The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, Series DS, No.~3 (London) \tcblower \begin{Verbatim} @report{opcs1979amt, author = {{Office of Population Censuses and Surveys}}, date = {1979}, title = {Area Mortality Tables}, - subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969–1973}, + subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, series = {Series DS}, number = {3}, location = {London}} @@ -3822,9 +3823,9 @@ United Nations (2011), \emph{World Population Prospects: The 2010 Revision} [CD- \chapterprecis{commentary, jurisdiction, legal, legislation} \pkg[biblatex]{Oxref} provides only a basic level of support for legal references, in case you need to use some in a mainly non-legal text. -For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \href{http://www.ctan.org/pkg/oscola}{\textsf{oscola}} style instead. +For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \pkg{oscola} style instead. -Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \textsf{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. +Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \pkg{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes. Since legal references are usually cited using footnotes, how \textsf{oxyear} should behave is not well defined. As a result, I have not configured it to do anything fancy: the full reference will be formatted just the same as with \textsf{oxnotes}, and citations will typically be title–year using parentheses in the usual way. I am open to suggestions for how to handle things better. @@ -4086,6 +4087,9 @@ Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} are inconsiste \tip{European cases still get sorted by title, even if the entry begins with the case number. Use \code{sorttitle} if you would rather they were sorted under \enquote{Case} or \enquote{Joined Cases}.} +\tip{For ECR cases, you can use either \code{number} or the non-standard \code{casenumber} field + for the case number.} + \begin{bibexbox} {C118/07} @@ -4096,7 +4100,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E keywords = {eu}, title = {Commission of the European Communities v. Finland}, sorttitle = {Case C0118/0007}, - number = {C\textendash 118/07}, + number = {C--118/07}, journaltitle = {ECR}, volume = {I}, pages = {10889}, @@ -4104,9 +4108,7 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E \end{Verbatim} \end{bibexbox} -\tip{Indicate Commission Decisions by putting \code{commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field. Put the case number (including the word \enquote{Case} if needed) in either the \code{titleaddon}, \code{parvolume}, or \code{userb} field.} - -\tip{An unfortunate side effect of this is that is not possible to use either the parallel or neutral citation idiom to get a reference to look like the following. In such cases, use the \code{note} field to provide the second citation.} +\tip{Indicate Commission Decisions by putting \code{Commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field, and put the case number in the (non-standard) \code{casenumber} field or (\pkg{oscola}-supported) \code{userb} field. If wider portability is an issue, you can put the case number, including the word \enquote{Case} if needed, in the \code{titleaddon} field instead.} \begin{bibexbox} @@ -4117,14 +4119,18 @@ Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] E @jurisdiction{alcatel, keywords = {eu}, title = {Alcatel/Telettra}, - parvolume = {Case IV/M042}, - institution = {commission}, + casenumber = {IV/M042}, + institution = {Commission}, date = {1991}, journaltitle = {OJ}, series = {L}, volume = {122}, pages = {48}, - note = {[1991] 4 CLMR 391}} + pardate = {1991}, + parreporter = {CLMR}, + parvolume = {4}, + parpages = {391}, + options = {paryear-essential}} \end{Verbatim} \end{bibexbox} @@ -4516,7 +4522,7 @@ If a poem is divided into cantos, the title is set in italics rather than quoted \begin{bibexbox} {spenser1965fq}% -Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443–4; London: Dent, 1965–6). +Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443--4; London: Dent, 1965–6). \tcblower \begin{Verbatim} @book{spenser1965fq, @@ -4524,7 +4530,7 @@ Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443–4; L title = {The Faerie Queene}, shorttitle = {Faerie Queene}, series = {Everyman's Library}, - number = {443–4}, + number = {443--4}, location = {London}, publisher = {Dent}, date = {1965/1966}, @@ -4735,6 +4741,6 @@ Ritter, R. M. (2001), \enquote{Revised proofs} [email to H. E. Cox], (1 Aug.\@), \printbibliography[notcategory=hidden] \end{document} %% -%% Copyright (C) 2016–2018 Alex Ball +%% Copyright (C) 2016–2019 Alex Ball %% %% End of file `oxyear-doc.tex'. -- cgit v1.2.3