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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
%%
%% This is file `jurabib.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% jurabib.dtx (with options: `config')
%% ----------------------------------------
%% Local configuration file for use with the jurabib package
%%
%% (http://www.jurabib.org)
%%
%% Here you can place personal redefinitions
\ProvidesFile{jurabib.cfg}[jurabib local configuration file]
\jurabibsetup{%
%citefull=first,%
%citefull=chapter,%
%citefull=section,%
%citefull=all,%
%
%authorformat=smallcaps,%
%authorformat=italic,%
%authorformat=dynamic,%
%authorformat=citationreversed,%
%authorformat=allreversed,%
%authorformat=firstnotreversed,%
%authorformat=reducedifibidem,%
%authorformat=abbrv,%
%authorformat=and,%
%authorformat=year,%
%authorformat=indexed,%
%
%annotatorformat=italic,%
%annotatorformat=normal,%
%
%annotatorfirstsep=in,%
%annotatorfirstsep=comma,%
%annotatorlastsep=divis,%
%
%titleformat=italic,%
%titleformat=all,%
%titleformat=commasep,%
%titleformat=colonsep,%
%titleformat=noreplace,%
%
%ibidem=strict,%
%ibidem=strictdoublepage,%
%ibidem=nostrict,%
%ibidem=name,%
%ibidem=name&title,%
%ibidem=name&title&auto,%
%
%idem=strict,%
%idem=strictdoublepage,%
%idem=nostrict,%
%
%opcit=true,%
%opcit=chapter,%
%opcit=section,%
%
%bibformat=tabular,%
%bibformat=nohang,%
%bibformat=numbered,%
%bibformat=ibidem,%
%bibformat=ibidemalt,%
%bibformat=compress,%
%bibformat=raggedright,%
%
%crossref=long,%
%crossref=short,%
%crossref=dynamic,%
%
%superscriptedition=all,%
%superscriptedition=switch,%
%superscriptedition=commented,%
%superscriptedition=bib,%
%
%pages=always,%
%pages=test,%
%pages=format,%
%
%howcited=all,%
%howcited=normal,%
%howcited=compare,%
%howcited=multiple,%
%
%dotafter=bibentry,%
%dotafter=endnote,%
%
%see=true,%
%lookat=true,%
%human=true,%
%oxford=true,%
%chicago=true,%
%edby=true,%
%endnote=true,%
%biblikecite=true,%
%commabeforerest=true,%
%round,%
%square,%
%annote=true,%
%citetoend=true,%
%hypercite=false,%
%super,
%lookforgender,
%silent,%
%jurabiborder,%
%config=your_config_filename_here%
}
%%
%%
%% End of file `jurabib.cfg'.
|