diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-20 21:33:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-20 21:33:28 +0000 |
commit | 24c79eb8c2a06ff6b9b40ff4f6236f59b43ba414 (patch) | |
tree | 0f94a743203a77fd35c7ba14bcd574d587338731 /Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex | |
parent | 1e06fcc402b29940f4d8eafaca626a048d017e08 (diff) |
biblatex-oxref (20sep19)
git-svn-id: svn://tug.org/texlive/trunk@52135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-oxref/oxyear-doc.tex | 32 |
1 files changed, 31 insertions, 1 deletions
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 b8793e5dfcb..11e8069671d 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{2019/09/02 v1.2} +\def\Version{2019/09/20 v2.0} \ProvidesFile{oxyear-doc.tex} [\Version\space Author-year biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxyear,varissuedate,anon}{biblatex} @@ -1582,6 +1582,36 @@ Ritter, H. (1838--46), \emph{The History of Ancient Philosophy}, trans. A. J. W. all in \S13.11.1). I am therefore choosing to ignore this unnecessary complication.} +\tip{You can alternatively use the standard \textsf{biblatex} relation type \code{multivolume}. +} + +\begin{bibexbox} +<OGS \S15.2.6*\textdagger> +{ritter1838hap:mv} +Ritter, H (1838-46). \emph{The History of Ancient Philosophy}, trans. A. J. W. Morrison, 4~vols., i–iii (Oxford: Talboys, 1838–9), iv (London: Bohn, 1846). +\tcblower +\begin{Verbatim} +@mvbook{ritter1838hap:mv, + author = {Heinrich Ritter}, + title = {The History of Ancient Philosophy}, + translator = {Alexander J. W. Morrison}, + volumes = {4}, + date = {1838/1846}, + related = {ritter1838hap1-3,ritter1838hap4}, + relatedtype = {multivolume}} +@book{ritter1838hap1-3, + volume = {1-3}, + location = {Oxford}, + publisher = {Talboys}, + date = {1838/1839}} +@book{ritter1838hap4, + volume = {4}, + location = {London}, + publisher = {Bohn}, + date = {1846}} +\end{Verbatim} +\end{bibexbox} + \subsection{One volume from several} Where the volumes are merely numbered, the following form is used: |