1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
%%
%% This is file `oxref.ins',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% oxref.dtx (with options: `install')
%% ----------------------------------------------------------------
%% 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
%% ----------------------------------------------------------------
%%
\input docstrip.tex
\keepsilent
\askforoverwritefalse
\nopreamble\nopostamble
\usedir{doc/latex/\jobname}
\generate{
\file{README.md}{\from{\jobname.dtx}{readme}}
\file{\jobname.bib}{\from{\jobname.dtx}{bib}}
}
\preamble
----------------------------------------------------------------
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
----------------------------------------------------------------
\endpreamble
\postamble
Copyright (C) 2016–2019 Alex Ball
\endpostamble
\usedir{tex/latex/\jobname}
\generate{
\file{\jobname.bbx}{\from{\jobname.dtx}{bbx,o}}
\file{oxnotes.bbx}{\from{\jobname.dtx}{bbx,n}}
\file{oxnum.bbx}{\from{\jobname.dtx}{bbx,m}}
\file{oxalph.bbx}{\from{\jobname.dtx}{bbx,a}}
\file{oxyear.bbx}{\from{\jobname.dtx}{bbx,y}}
\file{oxnotes.cbx}{\from{\jobname.dtx}{cbx,n}}
\file{oxnum.cbx}{\from{\jobname.dtx}{cbx,m}}
\file{oxalph.cbx}{\from{\jobname.dtx}{cbx,a}}
\file{oxyear.cbx}{\from{\jobname.dtx}{cbx,y}}
\file{oxnotes.dbx}{\from{\jobname.dtx}{dbx,n}}
\file{oxnum.dbx}{\from{\jobname.dtx}{dbx,m}}
\file{oxalph.dbx}{\from{\jobname.dtx}{dbx,a}}
\file{oxyear.dbx}{\from{\jobname.dtx}{dbx,y}}
\file{american-\jobname.lbx}{\from{\jobname.dtx}{lbx,us}}
\file{british-\jobname.lbx}{\from{\jobname.dtx}{lbx,gb}}
\file{english-\jobname.lbx}{\from{\jobname.dtx}{lbx,en}}
\file{oxnotes-doc.tex}{\from{\jobname.dtx}{doc,n}}
\file{oxnum-doc.tex}{\from{\jobname.dtx}{doc,m}}
\file{oxalph-doc.tex}{\from{\jobname.dtx}{doc,a}}
\file{oxyear-doc.tex}{\from{\jobname.dtx}{doc,y}}
}
\endbatchfile
%%
%% Copyright (C) 2016–2019 Alex Ball
%%
%% End of file `oxref.ins'.
|