summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-16 22:30:59 +0000
committerKarl Berry <karl@freefriends.org>2017-05-16 22:30:59 +0000
commit3d8a9d90818e4363451111a43e0501e64fcdced8 (patch)
treea792b33eb46af7ed5cbcb6b69ce3ad78a4aa717b /Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
parent34979adaa4a498ab8f2acb76715ef6e36871893a (diff)
biblatex-oxref (17may17)
git-svn-id: svn://tug.org/texlive/trunk@44385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx59
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
new file mode 100644
index 00000000000..ab35b12e8ba
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-oxref/oxyear.cbx
@@ -0,0 +1,59 @@
+%%
+%% This is file `oxyear.cbx',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% oxref.dtx (with options: `cbx,y')
+%% ----------------------------------------------------------------
+%% biblatex-oxref --- Biblatex styles inspired by the Oxford Guide to Style
+%% Author: Alex Ball
+%% E-mail: a.j.ball@bath.ac.uk
+%% License: Released under the LaTeX Project Public License v1.3c or later
+%% See: http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
+\def\Version{2017/05/14 v0.10}
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesFile{oxyear.cbx}
+ [\Version\space Author-year citation style inspired by the Oxford Guide to Style]
+\RequireCitationStyle{authoryear-comp}
+\xpatchbibmacro{cite:labelyear+extrayear}{%
+ \printfield{labelendyear}%
+}{%
+ \iffieldundef{extrayear}{%
+ \blx@ox@compyear
+ {\thefield{labelyear}}%
+ {\thefield{labelendyear}}%
+ }{%
+ \printfield{labelendyear}}%
+}{}{}
+\xpatchbibmacro{cite}{%
+ \printnames{labelname}%
+}{%
+ \ifboolexpr{
+ test {\iffieldequalstr{labelnamesource}{author}}
+ and
+ togl {blx@ox@autoanon}
+ and
+ test {\iffieldequals{rawauthor}{\oxrefanon}}
+ }{%
+ \iftoggle{blx@ox@abbranon}{\bibcpsstring{anon}}{\bibcplstring{anon}}%
+ }{%
+ \printnames{labelname}%
+ }%
+}{}{}
+\renewcommand*{\nameyeardelim}{%
+ \iffieldundef{\thefield{labeldatesource}year}%
+ {\addcomma\space}%
+ {\addspace}}
+\renewcommand*{\nonameyeardelim}{%
+ \iffieldundef{\thefield{labeldatesource}year}%
+ {\addcomma\space}%
+ {\addspace}}
+\renewcommand*{\compcitedelim}{\addsemicolon\space}
+\renewcommand*{\postnotedelim}{\addcolon\space}
+%%
+%% Copyright (C) 2016 Alex Ball
+%%
+%% End of file `oxyear.cbx'.