summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-18 21:46:27 +0000
committerKarl Berry <karl@freefriends.org>2017-11-18 21:46:27 +0000
commit20660a493139f7da8061a165133f5ff2bc3da266 (patch)
treeab1f8b963c366fcb439dee750c167c4f5ac6dca2 /Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx
parentba6f6ac5705667b8a0d7d3ddcb50a275d06278a1 (diff)
biblatex-oxref (18nov17)
git-svn-id: svn://tug.org/texlive/trunk@45847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx b/Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx
new file mode 100644
index 00000000000..6f678321cc7
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-oxref/oxnum.cbx
@@ -0,0 +1,41 @@
+%%
+%% This is file `oxnum.cbx',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% oxref.dtx (with options: `cbx,m')
+%% ----------------------------------------------------------------
+%% 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/11/18 v0.11}
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesFile{oxnum.cbx}
+ [\Version\space Numeric citation style inspired by the Oxford Guide to Style]
+\RequireCitationStyle{numeric-comp}
+\renewcommand*{\compcitedelim}{\addsemicolon\space}
+\renewcommand*{\postnotedelim}{\addcolon\space}
+\xpatchbibmacro{textcite}{%
+ \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}%
+ }%
+}{}{}
+%%
+%% Copyright (C) 2016 Alex Ball
+%%
+%% End of file `oxnum.cbx'.