diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex | 32 |
1 files changed, 31 insertions, 1 deletions
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 a89492eaf3e..a5d510ccd74 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{2019/09/02 v1.2} +\def\Version{2019/09/20 v2.0} \ProvidesFile{oxalph-doc.tex} [\Version\space Alphabetic biblatex style inspired by the Oxford Guide to Style] \PassOptionsToPackage{style=oxalph,varissuedate,anon}{biblatex} @@ -1550,6 +1550,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: |