summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-oxref/oxalph-doc.tex
blob: ae85398c355ae584f1792e96d7f8f972e7268f09 (plain)
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
%%
%% This is file `oxalph-doc.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% oxref.dtx  (with options: `doc,a')
%% ----------------------------------------------------------------
%% 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{2021/01/18 v2.2}
\ProvidesFile{oxalph-doc.tex}
    [\Version\space Alphabetic biblatex style inspired by the Oxford Guide to Style]
\PassOptionsToPackage{style=oxalph,varissuedate,anon}{biblatex}
\documentclass[extrafontsizes,11pt,a4paper,oneside]{memoir}
\setlrmarginsandblock{3cm}{3cm}{*}
\setulmarginsandblock{2.5cm}{2.5cm}{*}
\checkandfixthelayout
\chapterstyle{ell}
\renewcommand{\prechapterprecis}{%
  \vspace*{\prechapterprecisshift}%
  \begin{flushright}\precisfont
}
\renewcommand{\postchapterprecis}{\end{flushright}}
\hangsecnum
\setsecheadstyle{\Large\bfseries\raggedright}
\setsubsecheadstyle{\large\bfseries\scshape\raggedright}
\setsecnumdepth{subsection}
\nouppercaseheads
\makeoddhead{myheadings}{\textsc{\leftmark}}{}{\thepage}
\makepsmarks{myheadings}{%
  \def\chaptermark##1{\markboth{##1}{##1}}%
  \def\sectionmark##1{\markright{##1}}%
}
\pagestyle{myheadings}
\aliaspagestyle{title}{empty}
\setlength{\parindent}{0pt}\nonzeroparskip
\firmlists

\usepackage[british]{babel}
\usepackage[mono=false,defaultfeatures={SmallCapsFeatures={Letters=SmallCaps,Renderer=Basic,Ligatures=NoCommon}}]{libertine}
\usepackage{fontawesome}[2015/07/07]
\newcommand{\booksym}{\makebox[1em][c]{\faicon{book}}}
\newcommand{\cogsym}{\makebox[1em][c]{\faicon{cog}}}
\makeatletter
\@ifpackageloaded{fontspec}{%
  \setmonofont[Scale=MatchLowercase,StylisticSet=1,AutoFakeSlant]{Inconsolatazi4}
}{%
  \usepackage[utf8]{inputenc}
  \usepackage[varl]{zi4}
}
\makeatother

\usepackage{xcolor,xparse}
\definecolor{Green}{rgb}{0,.5,0}
\colorlet{ok}{Green}
\colorlet{todo}{red}
\colorlet{hacked}{orange}
\colorlet{manual}{purple}

\usepackage{tcolorbox}
\tcbuselibrary{skins,xparse,documentation,breakable,minted}
\colorlet{Option}{violet}
\colorlet{Command}{red!75!black}
\colorlet{Environment}{blue!75!black}
\colorlet{Value}{olive!75!black}
\colorlet{Color}{cyan!75!black}
\tcbset
  { enhanced
  , listing engine=minted
  , minted options=
    { breaklines
    , fontsize=\footnotesize
    }
  , index format=pgf
  , color command=Command
  , color environment=Environment
  , color key=Option
  , color value=Value
  , color color=Color
  }
\renewcommand{\theFancyVerbLine}{\footnotesize\itshape\color{gray}\arabic{FancyVerbLine}}
\let\tcbcs=\cs
\renewcommand*{\cs}[1]{\textcolor{Command}{\tcbcs{#1}}}
\def\sqbrackets#1{%
  \texttt{\textcolor{Option}{[}#1\textcolor{Option}{]}}}
\def\brackets#1{%
  \texttt{\textcolor{Environment}{\char`\{}#1\textcolor{Environment}{\char`\}}}}
\def\marg#1{%
  \textcolor{Environment}{\ttfamily\char`\{}\meta{#1}\textcolor{Environment}{\ttfamily\char`\}}}
\newcommand*{\env}[1]{\textcolor{Environment}{\ttfamily #1}}
\newcommand*{\key}[1]{\textcolor{Option}{\ttfamily #1}}
\newcommand*{\val}[1]{\textcolor{Value}{\ttfamily #1}}
\makeatletter
\newcommand{\resetmintedformat}{%
  % Comments
  \expandafter\def\csname PYGdefault@tok@c\endcsname{\let\PYGdefault@it=\textit\def\PYGdefault@tc####1{\textcolor{gray}{####1}}}
  % Command sequences
  \expandafter\def\csname PYGdefault@tok@k\endcsname{\def\PYGdefault@tc####1{\textcolor{Command}{####1}}}
  % Optional arguments
  \expandafter\def\csname PYGdefault@tok@na\endcsname{\def\PYGdefault@tc####1{\textcolor{Option}{####1}}}
  % Braces
  \expandafter\def\csname PYGdefault@tok@nb\endcsname{\def\PYGdefault@tc####1{\textcolor{Environment}{####1}}}
}
\apptocmd{\minted@checkstyle}{\resetmintedformat}{}{}
\makeatother

\RecustomVerbatimEnvironment
  {Verbatim}{Verbatim}
  {commentchar=\%}

\usepackage{xpatch,csquotes,multicol}

\usepackage
[backend=biber%
,hyperref=false%
]{biblatex}
\addbibresource{oxref.bib}
\setcounter{biburllcpenalty}{900}
\setcounter{biburlucpenalty}{800}
\setcounter{biburlnumpenalty}{700}
\DeclareBibliographyCategory{hidden}
\makeatletter
\DeclareCiteCommand{\fullcite}
  {\usebibmacro{prenote}}
  {\usedriver
     {\defcounter{maxnames}{\blx@maxbibnames}}
     {\thefield{entrytype}}}
  {\multicitedelim}
  {\usebibmacro{postnote}\finentrypunct}
\makeatother
\DeclareSourcemap{%
  \maps[datatype=bibtex]{%
    \map[overwrite=true]{%
      \pertype{legislation}
      \pertype{legal}
      \step[fieldset=shorthand, null=true]
    }%
  }%
}

\hypersetup{pdfborder={0 0 0},pdfencoding=unicode}
\usepackage[noabbrev,capitalize,nameinlink]{cleveref}
\crefname{page}{page}{pages}

\NewDocumentCommand{\pkg}{om}{%
  \IfNoValueTF{#1}
    {\lowercase{\href{http://www.ctan.org/pkg/#2}}{\textsf{#2}}}
    {\lowercase{\href{http://www.ctan.org/pkg/#1-#2}}{\textsf{#2}}}%
}
\newcommand*{\lit}[1]{\textsf{#1}}
\newcommand*{\code}[1]{\texttt{#1}}
\newcommand*{\aside}[1]{\textcolor{violet}{[\textsc{tip:} #1]}}
\newcommand{\tip}[1]{\hangfrom{\makebox[2em][c]{\faLightbulbO}}#1\par}
\newcommand{\info}[1]{\hangfrom{\makebox[2em][c]{\faInfoCircle}}#1\par}
\newcommand{\hack}[1]{\hangfrom{\makebox[2em][c]{\faWrench}}#1\par}

\makeatletter
\def\CiteStatus{todo}
\newcommand{\dbgcolor}[2]{%
  \bgroup
  \blx@citecmdinit
  \blx@citeinit
  \def\blx@precode{}%
  \def\blx@postcode{}%
  \def\blx@loopcode{%
    \iffieldundef{userd}
    {\xdef\CiteStatus{ok}}
    {\xdef\CiteStatus{\abx@field@userd}}}%
  \blx@citeloop{#1}%
  \textcolor{\CiteStatus}{#2}%
  \egroup
}
\makeatother
\NewTColorBox{bibexbox}{D(){ok}d<>omo}%
  {bicolor
  ,colframe = #1
  ,colback = #1!5!white
  ,colbacklower = white
  ,fontlower = \footnotesize
  ,before upper = {\hangfrom{\booksym\space}\biburlsetup}
  ,IfNoValueTF={#3}%
    {after upper = {\par\hangfrom{\cogsym\space}\fullcite{#4}}
    }%
    {after upper = {\par\hangfrom{\cogsym\space}\fullcite[#3]{#4}}
    ,title = {\texttt{\string\fullcite[#3]\{#4\}}}
    }
  ,IfNoValueTF={#2}{}%
    {overlay = {
      \node[anchor=south east,text=teal] at (frame.south east) {#2};
      }
    }
  ,phantomlabel={ex:#4}
  ,IfNoValueTF={#5}{}{#5}
  }
\NewTotalTColorBox{\spec}{m}%
  {enhanced
  ,sharp corners = west
  ,colframe = teal
  ,colback = teal!5!white
  ,toprule = 0pt
  ,bottomrule = 0pt
  ,rightrule = 0pt
  }{#1}
\NewTCBListing{egcite}{D(){ok} o m !o}%
  {colframe = #1
  ,colback = #1!5!white
  ,listing side text
  ,lefthand width = 14em
  ,IfNoValueTF={#2}{}{title = #2}
  ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}}
  ,IfNoValueTF={#4}{}{#4}}
\NewTCBListing{egcite*}{D(){ok} o m !o}%
  {colframe = #1
  ,colback = #1!5!white
  ,IfNoValueTF={#2}{}{title = #2}
  ,before lower = {\raggedright\ifblank{#3}{}{\hangfrom{\booksym\space}#3\par}\hangfrom{\cogsym\space}}
  ,IfNoValueTF={#4}{}{#4}}

\frenchspacing

\usepackage[british]{isodate}
\usepackage{readprov}
\GetFileInfo{\jobname.tex}
\title{OXALPH -- An alphabetic style for Biblatex}
\author{Alex Ball}
\date{\printdateTeX{\filedate}}
\begin{document}
\thispagestyle{empty}
\begin{adjustwidth}{.2\textwidth}{0pt}
  \sffamily\setlength{\parindent}{0pt}%
  \LARGE\textsc{oxref bundle}

  \vspace{\stretch{1}}
  \LARGE\thetitle

  \bigskip
  \Large\theauthor

  \bigskip
  \Large\thedate

  \bigskip
  \Large\fileversion
\end{adjustwidth}

\vspace{\stretch{3}}
\noindent
\hspace*{.1\textwidth}\raisebox{0pt}[0pt][0pt]{\rule{\normalrulethickness}{\textheight}}

\newpage
\tableofcontents*

\chapter{Introduction}

\section{Loading the style}\label{sec:loading}

The style is self-contained, so you can load it with \pkg{biblatex}:
\begin{tcblisting}{listing only}
\usepackage[style=oxalph]{biblatex}
\end{tcblisting}

The style has some options additional to the regular \pkg{biblatex} ones:

\begin{docKey}{anon}{=\val{literal}|\val{long}|\val{short}}{default \val{short}, initially \val{literal}}
  Affects what happens if the author name matches the value of \cs{oxrefanon}.
  By default, this is \enquote{Anonymous}, but you could change it a different word (such as \enquote{Anonimo}) instead.
  \begin{itemize}
  \item\docValue{literal}
    means no special handling is used.
  \item\docValue{long}
    will print the unabbreviated localization string \code{anon} (\enquote{Anonymous}) instead of the author name
    in the bibliography.
  \item\docValue{short}
    will print the abbreviated localization string \code{anon} (\enquote{Anon.\@}) instead of the author name
    in the bibliography.
  \end{itemize}
\end{docKey}

\begin{docKey}{bookseries}{=\val{in}|\val{out}}{default \val{in}, initially \val{in}}
  Puts the series information for a book \docValue{in}side or \docValue{out}side the parenthetical publication block.
\end{docKey}

\begin{docKey}{court-plain}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Prints courts of decision without parentheses.
\end{docKey}

\begin{docKey}{dashed}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  In the biblography, replaces recurring author\slash editor names with a dash.
\end{docKey}

\begin{docKey}{ecli}{=\val{yes}|\val{only}|\val{no}}{default \val{yes}, initially \val{yes}}
  Determines when ECLI numbers for EU legal cases are printed (if provided).
  \begin{itemize}
  \item\docValue{yes}
    prints the ECLI number in addition to the official report.
  \item\docValue{only}
    prints the ECLI number instead of the official report.
  \item\docValue{no}
    only prints the ECLI number if the case is otherwise unreported.
  \end{itemize}
\end{docKey}

\begin{docKey}{isourls}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Surrounds URLs with angle brackets.
\end{docKey}

\begin{docKey}{issuedate-plain}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Removes the parentheses around the date of a periodical without a volume number.
  This can also be set on a per-type and per-entry basis.
  (This option was previously called \key{varissuedate}.)
\end{docKey}

\begin{docKey}{issuestyle}{=\val{slash}|\val{colon}|\val{comma}|\val{parens}}{default \val{slash}, initially \val{slash}}
  Affects how journal volumes and numbers are printed.
  \begin{itemize}
  \item\docValue{slash}
    separates the two with a solidus, e.g. \enquote{23/2}.
  \item\docValue{colon}
    separates the two with a colon and space, e.g. \enquote{23: 2}.
    It is intended for use with \textsf{oxnotes}\slash\textsf{oxnum} and not recommended for this style.
  \item\docValue{comma}
    separates the two with a comma and space, e.g. \enquote{23, 2}.
  \item\docValue{parens}
    sets off the issue number in parentheses, e.g. \enquote{23 (2)}.
  \end{itemize}
\end{docKey}

\begin{docKey}{mergedate}{=\val{maximum}|\val{compact}|\val{basic}|\val{minimum}|\val{year}|\val{false}}{default \val{year}, initially \val{year}}
  Affects how the date at the start of the references relates to the date in the \enquote{normal} position.
  The default value of \val{year} is intended for use with the default setting of \key{labeldate}\texttt{=}\val{year}.
  If you set \key{labeldate} to something else, you will probably want to set this option to \val{compact} or \val{maximum}. It can also be set on a per-type basis.
\end{docKey}

\begin{docKey}{nolocation}{}{no value, initially unset}
  Replaces missing locations with \enquote{n.p.} or the localized equivalent in books, collections, reference works, proceedings, and similar entry types. Once set, this option cannot be overridden.
  Alternatively, it may be set on a per-entry basis.
\end{docKey}

\begin{docKey}{nonodate}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Suppresses the printing of the \code{nodate} localization string when an entry is missing a recognizable date. It can also be set on a per-type and per-entry basis. It is automatically set to \val{true} for entries with a \code{sortyear}, on the assumption that the date has been given in a non-date field (e.g.\@ the number of a standard).
\end{docKey}

\begin{docKey}{nopublisher}{}{no value, initially unset}
  Removes publisher name from all entries. Once set, this option cannot be overridden.
\end{docKey}

\begin{docKey}{norelatedin}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Suppresses the printing of the \code{in} localization string in circumstances where it would appear directly following a related string such as \enquote{originally published as}. It can also be set on a per-type and per-entry basis. The effects of this key are not well tested, so do please get in touch (see below) if you encounter problems with it.
\end{docKey}

\begin{docKey}{relationpunct}{=\val{period}|\val{comma}|\val{semicolon}|\val{colon}|\val{space}}{default \val{semicolon}, initially \val{semicolon}}
  Sets the punctuation that precedes the \code{relatedtype} localization string.
  An additional space is assumed unless the value is \val{space}.
  This can also be set on a per-type and per-entry basis.
  Note that the general and per-type settings are ignored for some values of \code{relatedtype},
  but the per-entry setting is always effective.
\end{docKey}


\begin{docKey}{thesis}{=\val{in}|\val{out}|\val{plain}}{default \val{out}, initially \val{out}}
  Puts the thesis type \docValue{in}side or \docValue{out}side the parenthetical publication block,
  while \docValue{plain} removes the parentheses entirely.
\end{docKey}

\begin{docKey}{timefirst}{=\val{true}|\val{false}}{default \val{true}, initially \val{false}}
  Prints the time (if provided) before the date instead of after it.
  This can also be set on a per-type and per-entry basis.
\end{docKey}

\begin{docKey}{usenametitles}{=\val{true}|\val{false}}{default \val{true}, initially \val{true}}
  Controls whether titular prefixes such as Revd, Dr, Mrs, Sir, and so on are printed.
  (See \cref{sec:nametitles} for how to supply titles as part of a name.)
  This can also be set on a per-type and per-entry basis.
\end{docKey}

\pkg[biblatex]{Oxref} makes use of Biber-specific techniques to solve some of the challenges presented by Oxford style.
It will not stop you from using Bib\TeX\ instead but, if you do, only simple and standard entries will work.
In particular, manuscripts, legal references and anything involving related entries will be adversely affected.

\section{How to use this document}

Bibliographical items are given throughout this document, and serve three purposes:

\begin{itemize}
  \item
  To demonstrate which of the variations discussed by the
  \emph{Oxford Guide to Style} and \emph{New Hart's Rules} have been chosen
  in this style.
  \item
  To help me, as package author, check that the style is working as intended.
  \item
  To show you, as document author, how to use the style to get the effect you want.
\end{itemize}

Examples that follow standard \textsf{biblatex} semantics, and are therefore
(mostly) portable to other styles, are in green:

\begin{tcolorbox}%
  [bicolor
  ,colframe = ok
  ,colback = ok!5!white
  ,colbacklower = white
  ,fontlower = \footnotesize\ttfamily
  ,overlay = {\node[anchor=south east,text=teal] at (frame.south east) {Source};}
  ]
  \hangfrom{\booksym\space} Reference text as it should look.\par
  \hangfrom{\cogsym\space} Reference text as generated by \textsf{biblatex}.
  \tcblower
  Code used in bibliography file.
\end{tcolorbox}

Examples that have been \enquote{hacked} in some way, and are therefore not portable
to other styles, are in amber:

\begin{tcolorbox}%
  [bicolor
  ,colframe = hacked
  ,colback = hacked!5!white
  ,colbacklower = white
  ,fontlower = \footnotesize\ttfamily
  ,overlay = {\node[anchor=south east,text=teal] at (frame.south east) {Source};}
  ]
  \hangfrom{\booksym\space} Reference text as it should look.\par
  \hangfrom{\cogsym\space} Reference text as generated by \textsf{biblatex}.
  \tcblower
  Code used in bibliography file.
\end{tcolorbox}

Where a source is provided, it refers to a section from one of the reference works below:

\begin{description}
\item[OGS]
\fullcite{ritter2002ogs}

\item[NHR]
\fullcite{waddingham2014nhr}
\end{description}

Where the source is starred (*), this indicates the example is not quite how it appears in the book,
usually because the original is demonstrating an option that is not the \pkg[biblatex]{oxref} default.
Where the source is marked with a dagger (\textdagger),
this indicates that the example has been coverted from an \textsf{oxnotes}-style one,
since the guides provide relatively few for author-year references.

\section{Design philosophy}

The stipulations given by the \emph{Oxford Guide to Style} regarding citations and references
amount not so much to a consistent style as a body of advice for creating one.
Unlike the style manuals published by the American Psychological Association,
the Modern Language Association, and the University of Chicago to name but three,
the emphasis of the Oxford guide is to describe good practice rather than prescribe a particular style.
This means that when it comes to \pkg[biblatex]{oxref}, there are decisions to be made
as to which variations to support by default, which to support as options,
and which to ignore quietly.

The situation is complicated further by the nature of the available versions.
The 2002 guide remains the most comprehensive in terms of rules, principles and examples.
The succeeding versions, under the title \emph{New Hart's Rules},
update the aspects of the 2002 guide that now seem somewhat dated,
such as its handling of URLs and DOIs,
and have more of an eye on machine processing of bibliographies.
They do, however, introduce additional variations with less of a steer on what is preferred,
and are considerably shorter with fewer examples.

The approach of \pkg[biblatex]{oxref} is to follow the 2014 \emph{New Hart's Rules} as much as possible,
but where variations are given without strong preference, or where guidance is lacking,
to follow the preferences of the 2002 guide.
Where the practices of the humanities and the sciences are contrasted,
the former are followed for \textsf{oxnotes}\slash\textsf{oxnum}
and the latter for \textsf{oxalph}\slash\textsf{oxyear}.
Where neither version gives explicit guidance on citing a resource supported by \textsf{biblatex},
\pkg[biblatex]{oxref} extrapolates from what is provided, guided by standard \textsf{biblatex}
and other major referencing styles.

Where it is practical to do so,
ways and means of achieving the variations defined by the two guides are provided,
but by no means all of them will be supported.

\section{Technical documentation}

For information on installing the styles, and for the documented source code,
see the separate documentation file \href{./oxref.pdf}{\texttt{oxref.pdf}}

\section{Stability}

The \pkg[biblatex]{oxref} family of styles is currently at \fileversion.

I have no plans to change the default (expected) behaviour of the styles,
and will do my best to avoid backwards-incompatible changes, though
alternative behaviour may be added. If changes are introduced that alter
the advertised output, this will be signalled by a change in major
version number.

Please report any bugs you discover on the
\href{https://github.com/alex-ball/biblatex-oxref/issues}{GitHub issue tracker}.%
\footnote{Issue tracker for \pkg[biblatex]{oxref}:
\url{https://github.com/alex-ball/biblatex-oxref/issues}}
You are also welcome to leave your thoughts there on how the styles could
be improved, especially for the cases not covered by the two style manuals.

\chapter{Citations and common formatting}\label{sec:citing}

The \textsf{oxalph} bibliography style is intended for use with an alphabetic citation style,
and indeed loads a tweaked version of a standard \textsf{biblatex} one.

\section{Test citations}

Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} describe a system that uses simple numbers as citation labels, almost as if they were endnotes. This system does not support page references, unlike the citation labels familiar to \LaTeX\ users. In the absence of a better idea, therefore, this style treats citation labels rather like author–year parenthetical citations and adopts the conventions from \textsf{oxyear}. Pages are set off with a colon, and multiple works are separated with a semicolon.

\begin{egcite}%
{Test [\citefield{hankinson1988mmm}{labelalpha}: 93, 96; \citefield{hankinson1989gba}{labelalpha}: 72]}
Test \parencites%
  [93, 96]{hankinson1988mmm}%
  [72]{hankinson1989gba}
\end{egcite}

\section{Missing or inferred attribution}

\subsection{Missing attribution}

\tip{\pkg[biblatex]{Oxref} will not automatically generate anonymous labels for you, but if you use the \key{anon} option (see \cref{sec:loading}), you can transform an author name of \enquote{Anonymous} (or whatever \cs{oxrefanon} is set to) in your .bib file to either the long or short localization string \code{anon}.
}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{anon1822san}
Anon.\@ (1822), \emph{Stories after Nature} (London: Allman).
\toggletrue{blx@bibliography}
\tcblower
\begin{Verbatim}
@book{anon1822san,
  author = {Anonymous},
  title = {Stories after Nature},
  location = {London},
  publisher = {Allman},
  date = {1822}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{anon1956lu}
Anon.\@ (1956), \emph{Liber usualis} (Tournai: Desclée).
\toggletrue{blx@bibliography}
\tcblower
\begin{Verbatim}
@book{anon1956lu,
  author = {Anonymous},
  title = {Liber usualis},
  location = {Tournai},
  publisher = {Desclée},
  year = {1956}}
\end{Verbatim}
\end{bibexbox}

\begin{egcite}{}
\textcite{anon1822san,anon1956lu}
\end{egcite}


\subsection{Pseudepigraphy}
Some older works are known to have been written pseudepigraphically, that is, falsely attributed to a more famous author. The way of indicating this in Oxford style, if desired, is
to put \enquote{(Ps.-)} after the name in the bibliography.

\tip{With \pkg[biblatex]{oxref}, you can achieve this by annotating the name with the keyword \code{pseudo}.
}

\begin{egcite}{}
\textcite{boethius1976dds}
\end{egcite}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{boethius1976dds}
Boethius (Ps.-) (1976), \emph{De disciplina scolarium: Édition critique, introduction et notes}, ed. O.\ Weijers (Leiden).
\toggletrue{blx@bibliography}
\tcblower
\begin{Verbatim}
@book{boethius1976dds,
  author = {Boethius},
  author+an = {1=pseudo},
  title = {De disciplina scolarium},
  subtitle = {Édition critique, introduction et notes},
  editor = {Olga Weijers},
  location = {Leiden},
  date = {1976}}
\end{Verbatim}
\end{bibexbox}

\subsection{Inferred attribution}

If the attribution is missing from the work but may be inferred from other sources,
Oxford style is to give the attribution in square brackets.

\tip{With \pkg[biblatex]{oxref}, you can achieve this by annotating the whole name field
  (usually \code{author} or \code{editor}) with the keyword \code{inferred}.
  You can also annotate names individually within the list, if only some of them should be taken as inferred.}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{balfour1768pe}
{[Balfour, J.]} (1768), \emph{Philosophical Essays} (Edinburgh).
\tcblower
\begin{Verbatim}
@book{balfour1768pe,
  author = {James Balfour},
  author+an = {=inferred},
  title = {Philosophical Essays},
  location = {Edinburgh},
  date = {1768}}
\end{Verbatim}
\end{bibexbox}

\tip{You can also use the syntax from \textsf{biblatex-realauthor}.
  If you do not specify the \code{author}, then \code{realauthor} is treated as an alias for \code{author} annotated with the keyword \code{inferred}.
  The equivalent is true for \code{realeditor}.
  Note, however, that \pkg[biblatex]{oxref} does not recognize the \key{userealauthor} and \key{userealeditor} options.}

\subsection{Pseudonyms}

If an author publishes under a pen name, and you want to link the names in the bibliography,
the name as given in the work should be given first, immediately followed by the other name
in parentheses (\emph{Oxford Guide to Style}) or brackets (\emph{New Hart's Rules}).

\tip{If you don't mind the second name being printed as-is,
  the canonical place to include it is the \code{nameaddon} field.}

\begin{bibexbox}
<NHR \S18.2.2\textdagger>
{dodgson1896sl}
Dodgson, C. L. [Lewis Carroll] (1896), \emph{Symbolic Logic} (Oxford).
\tcblower
\begin{Verbatim}
@book{dodgson1896sl,
  author = {C. L. Dodgson},
  nameaddon = {Lewis Carroll},
  title = {Symbolic Logic},
  location = {Oxford},
  date = {1896}}
\end{Verbatim}
\end{bibexbox}

\tip{You can switch to using parentheses for name addons by changing the \code{nameaddon} field format.}

\begin{tcblisting}{listing only}
\DeclareFieldFormat{nameaddon}{\mkbibparens{#1}}
\end{tcblisting}

\tip{If you do want the second name to be normalized, or you are dealing with a list of names,
  you can use the (non-standard) \code{authoraddon} and \code{editoraddon} fields. The addon
  name will be printed after the corresponding name in the regular name list, using the
  \code{nameaddon} field format, but only if it is different.}

\begin{bibexbox}
<NHR \S18.2.2\textdagger>
{lauder1965lss}
Lauder, A. [Morrison, A.] (1965), \emph{Let Stalk Strine} (Sydney).
\tcblower
\begin{Verbatim}
@book{lauder1965lss,
  author = {Afferbeck Lauder},
  authoraddon = {Alistair Morrison},
  title = {Let Stalk Strine},
  location = {Sydney},
  date = {1965}}
\end{Verbatim}
\end{bibexbox}

\tip{Again, you can also use the syntax from \textsf{biblatex-realauthor}.
  If you specify the \code{author}, then \code{realauthor} is treated as an alias for \code{authoraddon}.
  The equivalent is true for \code{realeditor}.}

\section{Name variants}

In cases where an author changes the name under which they publish (e.g.\ due to changes of marital status), both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} suggest putting the later form of the name first, followed by parentheses containing an equals sign and the earier form of the name.

\tip{To trigger this formatting, annotate the relevant name in \code{authoraddon} or \code{editoraddon} with the keyword \code{variant}.}

\begin{egcite}{}
\textcite{joukovsky1967gdd}
\end{egcite}

\begin{bibexbox}
<OGS \S15.17.4\textdagger>
{joukovsky1967gdd}
Joukovsky, F. (= Joukovsky-Micha, F.) (1967), \enquote{La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e} siècle (1500–1585)}, \emph{Bibliothèque d'Humanisme et Renaissance}, 29: 55–92.
\toggletrue{blx@bibliography}
\tcblower
\begin{Verbatim}
@article{joukovsky1967gdd,
  author = {F. Joukovsky},
  authoraddon = {F. Joukovsky-Micha},
  authoraddon+an = {1=variant},
  title = {La Guerre des dieux et des géants chez les poètes francais du XVI\textsuperscript{e}
    siècle (1500--1585)},
  journaltitle = {Bibliothèque d'Humanisme et Renaissance},
  volume = {29},
  date = {1967},
  langid = {french},
  pages = {55-92}}
\end{Verbatim}
\end{bibexbox}

\section{Author-translators and author-revisers}

If the contribution of the translators or revisers is so great they could be joint authors, Oxford style is to print them immediately after the actual author. The motivation comes from textbooks like this one:

\begin{egcite}{}
\textcite{kuehner.blass1890ef}
\end{egcite}

\begin{bibexbox}
{kuehner.blass1890ef}
Kühner, R., rev. Blass, F. (1890–2), \emph{Ausführliche grammatik der griechischen sprache}, i: \emph{Elementar- und Formenlehre} (Hannover: Hahnsche Buchhandlung).
\toggletrue{blx@bibliography}
\tcblower
\begin{Verbatim}
@mvbook{kuehner.blass1890ef,
  author = {Raphael Kühner},
  editor = {Friedrich Blass},
  editor+an = {=jointauthor},
  editortype = {reviser},
  shortauthor = {Kühner--Blass},
  title = {Elementar- und Formenlehre},
  maintitle = {Ausführliche grammatik der griechischen sprache},
  volume = {1},
  location = {Hannover},
  publisher = {Hahnsche Buchhandlung},
  date = {1890/1892}}
\end{Verbatim}
\end{bibexbox}

\tip{Annotate \emph{either} the \code{editor} \emph{or} \code{translator} field with the keyword \code{jointauthor} to promote the name to the joint author position (you cannot do it for both). Internally, what this does is move the names to the \pkg[biblatex]{oxref}-specific \code{jointauthor} field; you can use this and \code{jointauthortype} directly if you like, at the cost of portability to other styles. Note that you have to supply a suitable \code{shortauthor} value yourself; \pkg[biblatex]{oxref} does not calculate it for you.}

\section{Titular prefixes}\label{sec:nametitles}

Generally speaking, using titular prefixes like Revd, Dr, Mrs, Sir, and so on as part of an author's name is unnecessary,
but there are occasions when removing them can cause problems, so with \pkg[biblatex]{oxref} you can supply them if you need to.
I have not added special rules for recognizing such titles, so if you want to include one you have to label each part of the name explicitly, as in the following example (the keyword for the titular prefix is \code{title}).

\begin{bibexbox}
<NHR \S18.2.2*\textdagger>
{wood1861el}
Wood, Mrs H. (1861), \emph{East Lynne}, 3 vols. (London).
\tcblower
\begin{Verbatim}
@mvbook{wood1861el,
  author = {title=Mrs, given=Henry, family=Wood},
  title = {East Lynne},
  volumes = {3},
  location = {London},
  date = {1861}}
\end{Verbatim}
\end{bibexbox}

You can switch the display of titular prefixes on or off using the \key{usenametitles} option.
This can be set globally or on a per-type or per-entry basis.

\section{Works in foreign languages}

If you used a foreign language work, you might want to recommend a good translation.

\tip{Add the translation in \code{related}, and set \code{relatedtype} to \code{translationas}.}

\begin{bibexbox}
<NHR \S18.2.5*\textdagger>
{tschichold1955tg}
Tschichold, J. (1955), \emph{Typographische Gestaltung} (Basle); Eng. trans. as \emph{Asymmetric Typography} (London, 1967).
\tcblower
\begin{Verbatim}
@book{tschichold1955tg,
  author = {J. Tschichold},
  title = {Typographische Gestaltung},
  location = {Basle},
  date = {1955},
  related = {tschichold1967tg},
  relatedtype = {translationas}}
@book{tschichold1967tg,
  title = {Asymmetric Typography},
  location = {London},
  date = {1967}}
\end{Verbatim}
\end{bibexbox}

\tip{To specify the translator up front, set the \code{relatedtype} to \code{bytranslator} instead.}

\begin{bibexbox}
<NHR \S18.2.14\textdagger>
{sarrau1975ta}
Sarrau, J. (1975), \emph{Tapas y aperitivos} (Madrid); trans. F. P. Slesinger as \emph{Tapas and Appetizers} (New York, 1987).
\tcblower
\begin{Verbatim}
@book{sarrau1975ta,
  author = {José Sarrau},
  title = {Tapas y aperitivos},
  location = {Madrid},
  date = {1975},
  related = {sarrau1987ta},
  relatedtype = {bytranslator}}
@book{sarrau1987ta,
  author = {José Sarrau},
  translator = {Francesca Piemonte Slesinger},
  title = {Tapas and Appetizers},
  location = {New York},
  date = {1987}}
\end{Verbatim}
\end{bibexbox}

If you used the translation, you might want to give the original publication as well.

\tip{Add the original in \code{related}, and set \code{relatedtype} to \code{translationof}.}

\begin{bibexbox}
<NHR \S18.2.5\textdagger>
{metz1938hyb}
Metz, R. (1938), \emph{A Hundred Years of British Philosophy}, ed. J. H. Muirhead, trans. J. W. Harvey [Ger. orig., \emph{Die philosophischen Strömungen der Gegenwart in Grossbritannien} (1935)]
\tcblower
\begin{Verbatim}
@book{metz1938hyb,
  author = {R. Metz},
  title = {A Hundred Years of British Philosophy},
  editor = {J. H. Muirhead},
  translator = {J. W. Harvey},
  date = {1938},
  related = {metz1935psg},
  relatedtype = {translationof}}
@book{metz1935psg,
  title = {Die philosophischen Strömungen der Gegenwart in Grossbritannien},
  date = {1935},
  language = {german}}
\end{Verbatim}
\end{bibexbox}

It is often helpful to provide an informative translation of foreign language titles.

\tip{Put the translation in \code{titleaddon}.}

\begin{bibexbox}
<NHR \S18.2.5\textdagger>
{nissan1965hnm}
Nissan Motor Corporation (1965), \emph{Nissan Jidosha 30nen shi} [A 30-year history of Nissan Motors].
\tcblower
\begin{Verbatim}
@book{nissan1965hnm,
  author = {{Nissan Motor Corporation}},
  title = {Nissan Jidosha 30nen shi},
  titleaddon = {A 30-year history of Nissan Motors},
  date = {1965}}
\end{Verbatim}
\end{bibexbox}

Conversely, it might be helpful to provide the English original of a translated title.

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{milne1938pb}
Milne, A. A. (1938), \emph{Pu der Bär} [Ger. trans. of \emph{Winnie the Pooh}] (Potsdam: Williams).
\tcblower
\begin{Verbatim}
@book{milne1938pb,
  author = {A. A. Milne},
  title = {Pu der Bär},
  language = {german},
  origtitle = {Winnie the Pooh},
  location = {Potsdam},
  publisher = {Williams},
  date = {1938}}
\end{Verbatim}
\end{bibexbox}

\section{Missing place of publication}

For periodicals, grey literature, audiovisual and online material, the lack of a place of publication is not surprising; indeed it may be expected. For books, however, it may be remarkable and deserve marking in the bibliography with \enquote{n.p.\@} (for \enquote{no place}).

\tip{To have \pkg[biblatex]{oxref} automatically insert \enquote{n.p.\@} or the localized equivalent for books, collections, reference works, proceedings and similar entry types, use the \key{nolocation} bibliography option.}

\tip{To have \pkg[biblatex]{oxref} automatically insert \enquote{n.p.\@} or the localized equivalent for only a specific entry, use the \key{nolocation} entry option instead.
  The advantage of doing this over simply giving \enquote{n.p.\@} as the publisher is that it hides it from other styles that do not follow the same convention.}

\begin{bibexbox}
<NHR \S18.2.9\textdagger>
{padua1961p}
Marchetto of Padua (1961), \emph{Pomerium}, ed. G. Vecchi (n.p.).
\tcblower
\begin{Verbatim}
@book{padua1961p,
  author = {{Marchetto of Padua}},
  title = {Pomerium},
  editor = {Guiseppe Vecchi},
  date = {1961},
  options = {nolocation}}
\end{Verbatim}
\end{bibexbox}

\section{Missing or inferred date of publication}

If the date is missing from a work, you can sometimes make an educated guess
what it should be. It is usual practice to enclose such guesses in square
brackets.

\tip{With \pkg[biblatex]{oxref}, you can achieve this by annotating the
  \code{date}, \code{origdate}, or \code{eventdate} field with the keyword
  \code{inferred}.}

\begin{tcblisting}{listing only}
  date+an = {=inferred},
\end{tcblisting}

Otherwise, if you don't supply a suitable date, it will be replaced with the
localization string \code{nodate}. If you don't want this behaviour, you can
suppress it with the \key{nonodate} option, which can be set globally or on a
per-type or per-entry basis.

\chapter{Articles and periodicals}\label{sec:article}
\chapterprecis{article, periodical, suppperiodical, review}

\section{Articles in periodicals with volumes/numbers}

The \emph{Oxford Guide to Style} consistently prefers volume and part numbers to be written like \enquote{23/2}, but also discusses formats such as \enquote{23: 2} and \enquote{23 (2)}. \emph{New Hart's Rules} adds \enquote{23, 2} as a further possibility. The latter two are better suited to \textsf{oxalph}\slash\textsf{oxyear} which use a colon to demarcate the page numbers. These variations are implemented as the option \key{issuestyle}; see \autoref{sec:loading} for details.

\spec{Author (Year), \enquote{Title}, \emph{JournalTitle}, Vol/Number: Pages.}

\begin{bibexbox}<OGS \S15.19.2>
{hollingsworth1957dsb}
Hollingsworth, T. H. (1957), \enquote{A Demographic Study of the British Ducal Families}, \emph{Population Studies}, 11/1: 4–26.
\tcblower
\begin{Verbatim}
@article{hollingsworth1957dsb,
  author = {T. H. Hollingsworth},
  date = {1957},
  title = {A Demographic Study of the British Ducal Families},
  journaltitle = {Population Studies},
  volume = {11},
  number = {1},
  pages = {4-26}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}<NHR \S17.3.2*>
{unwin1994sce}
Unwin, T. (1994), \enquote{Structural Change in Estonian Agriculture: From Command Economy to Privatisation}, \emph{Geography}, 79/3: 246–61.
\tcblower
\begin{Verbatim}
@article{unwin1994sce,
  author = {Tim Unwin},
  date = {1994},
  title = {Structural Change in Estonian Agriculture},
  subtitle = {From Command Economy to Privatisation},
  journaltitle = {Geography},
  volume = {79},
  number = {3},
  pages = {246-261}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{vaucouleurs1975nmn}
Vaucouleurs, G. de, et al. (1975), \enquote{The New Martian Nomenclature of the International Astronomical Union}, \emph{Icarus}, 26: 85--98.
\tcblower
\begin{Verbatim}
@article{vaucouleurs1975nmn,
  author = {Gerald de Vaucouleurs and J. Blunck and M. Davies and A. Dollfus and I. Koval and
    G. Kuiper and H. Masursky and S. Miyamoto and V Moroz and Carl Sagan},
  title = {The New {Martian} Nomenclature of the {International} {Astronomical} {Union}},
  journaltitle = {Icarus},
  volume = {26},
  date = {1975},
  pages = {85-98}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{druin2002rcd}
Druin, A. (2002), \enquote{The Role of Children in the Design of New Technology}, \emph{Behaviour \& Information Technology}, 21/1: 1–25. doi: \path{10.1080/01449290110108659}
\tcblower
\begin{Verbatim}
@article{druin2002rcd,
  author = {A. Druin},
  title = {The Role of Children in the Design of New Technology},
  journaltitle = {Behaviour \& Information Technology},
  volume = {21},
  number = {1},
  date = {2002},
  pages = {1-25},
  doi = {10.1080/01449290110108659}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}(hacked)
<NHR \S18.8.5*\textdagger>
{li.etal2013flh}
Li, S. et al. (2013), \enquote{Forever Love: The Hitherto Earliest Record of Copulating Insects from the Middle Jurassic of China}, \emph{PLoS ONE}, 8/11, e78188. doi: \path{10.1371/journal.pone.0078188}
\tcblower
\begin{Verbatim}
@article{li.etal2013flh,
  author = {Shu Li and Chungkun Shih and Chen Wang and Hong Pang and Dong Ren},
  title = {Forever Love},
  subtitle = {The Hitherto Earliest Record of Copulating Insects from the Middle Jurassic of China},
  journaltitle = {{PLoS ONE}},
  volume = {8},
  number = {11},
  date = {2013},
  eid = {e78188},
  doi = {10.1371/journal.pone.0078188}}
\end{Verbatim}
\end{bibexbox}

\hack{If the last\slash only word of the journal title is abbreviated (indicated by point or capital letter), it does not need a comma after it. \pkg[biblatex]{Oxref} will try to detect this; if it gets it wrong, you can suppress the comma by adding \cs{nopunct} to the end of the journal (sub)title, or restore it by adding a pair of braces.}


\begin{bibexbox}
<OGS \S15.4.1*\textdagger>
{jsr1990spt}
\enquote{Solar Photon Thruster} (1990), \emph{Journal of Spacecraft and Rockets}, 28/4 (July–Aug.): 411–6.
\tcblower
\begin{Verbatim}
@article{jsr1990spt,
  title = {Solar Photon Thruster},
  journaltitle = {Journal of Spacecraft and Rockets},
  volume = {28},
  number = {4},
  date = {1990-07/1990-08},
  pages = {411-416}}
\end{Verbatim}
\end{bibexbox}

\section{Articles in periodicals with series}

\spec{Author (Year), \enquote{Title}, \emph{JournalTitle}, nth \lit{ser}., Vol/Number: Pages.}

\begin{bibexbox}
<NHR \S18.3.3\textdagger>
{moody1953mdb}
Moody, T. W. (1953), \enquote{Michael Davitt and the British Labour Movement, 1882--1906}, \emph{Transactions of the Royal Historical Society}, 5th ser., 3: 53–76.
\tcblower
\begin{Verbatim}
@article{moody1953mdb,
  author = {T. W. Moody},
  title = {Michael Davitt and the British Labour Movement, 1882--1906},
  journaltitle = {Transactions of the Royal Historical Society},
  series = {5},
  volume = {3},
  date = {1953},
  pages = {53-76}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year), \enquote{Title}, \emph{JournalTitle}, \textsc{ns} Vol/Number, Pages.}

\begin{bibexbox}<OGS \S15.19.2*>
{hankinson1989gba}
Hankinson, R. J. (1989), \enquote{Galen and the Best of All Possible Worlds}, \emph{CQ}, \textsc{ns} 39: 43–76.
\tcblower
\begin{Verbatim}
@article{hankinson1989gba,
  author = {R. J. Hankinson},
  date = {1989},
  title = {Galen and the Best of All Possible Worlds},
  journaltitle = {CQ},
  series = {newseries},
  volume = {39},
  pages = {43-76}}
\end{Verbatim}
\end{bibexbox}

\section{Articles in issues identified by date alone}

\spec{Author (Year), \enquote{Title}, \emph{JournalTitle}, Day Month: Pages.}

\begin{bibexbox}<OGS \S15.19.2*>
{marx1842kaa}
Marx, K. (1842), \enquote{Der Kommunismus und die Augsburger \enquote{Allgemeine Zeitung}}, \emph{Rheinische Zeitung}, 16 Oct.: 1–2.
\tcblower
\begin{Verbatim}
@article{marx1842kaa,
  author = {Karl Marx},
  title = {Der Kommunismus und die Augsburger \enquote{Allgemeine Zeitung}},
  journaltitle = {Rheinische Zeitung},
  date = {1842-10-16},
  pages = {1-2}}
\end{Verbatim}
\end{bibexbox}

\info{The above example as it appears in the \emph{Oxford Guide to Style} is both incomplete and wildly inaccurate.
  I have completed and corrected it as best I can ascertain.}

\begin{bibexbox}<OGS \S15.19.2>
{who1983nsb}
WHO (World Health Organization) (1983), \enquote{Nutrition: Sex Bias of Nutritional Status of Children 0--4 Years}, \emph{Weekly Epidemiologial Record}, 20 May.
\tcblower
\begin{Verbatim}
@article{who1983nsb,
  shortauthor = {WHO},
  author = {{World Health Organization}},
  date = {1983-05-20},
  title = {Nutrition},
  subtitle = {Sex Bias of Nutritional Status of Children 0--4 Years},
  journaltitle = {Weekly Epidemiologial Record}}
\end{Verbatim}
\end{bibexbox}


\begin{bibexbox}
<OGS \S15.3\textdagger>
{boyce1957pgi}
Boyce, M. (1957), \enquote{The Parthian \emph{Gsn} and Iranian Minstrel Tradition}, \emph{Journal of the Royal Asiatic Society}: 10--45.
\tcblower
\begin{Verbatim}
@article{boyce1957pgi,
  author = {M. Boyce},
  title = {The Parthian \emph{Gsn} and Iranian Minstrel Tradition},
  journaltitle = {Journal of the Royal Asiatic Society},
  date = {1957},
  pages = {10-45}}
\end{Verbatim}
\end{bibexbox}

\section{Works published as an issue}

These examples illustrate where a book is also published as a whole
issue of a periodical, and show how you may reference both at once.
You can either add the periodical details to a book entry
or add the book details to a periodical entry.

\spec{Author (Year), \emph{Title} = \emph{JournalTitle}, Vol/Number (Location: Publisher), pages.}

\tip{Use \code{equals} as the \code{relatedtype}.}

\begin{bibexbox}
<OGS \S15.4.1\textdagger>
{bec1976isc}
Bec, C. (1976) (ed.), \emph{Italie 1500--1550: Une situation de crise?} = \emph{Annales de l'Université Jean Moulin}, 1975/2 (Langues étrangères, 2; Lyon), 99--109.
\tcblower
\begin{Verbatim}
@collection{bec1976isc,
  editor = {C. Bec},
  title = {Italie 1500--1550},
  subtitle = {Une situation de crise?},
  related = {aujm1975.2},
  relatedtype = {equals},
  series = {Langues étrangères},
  number = {2},
  location = {Lyon},
  date = {1976},
  pages = {99-109}}
@periodical{aujm1975.2,
  title = {Annales de l'Université Jean Moulin},
  volume = {1975},
  number = {2}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year), \emph{Title} = \emph{JournalTitle}, Vol/Number.}

\tip{Use \code{issuetitle} instead of \code{title} to get the right formatting.}

\begin{bibexbox}
<OGS \S15.4.1\textdagger>
{trisoglio1973gnq}
Trisoglio, F. (1973), \emph{Gregorio di Nazianzo in un quarentennio di recherche (1925--1965)} = \emph{Rivista Iasalliana}, 40.
\tcblower
\begin{Verbatim}
@article{trisoglio1973gnq,
  author = {F. Trisoglio},
  issuetitle = {Gregorio di Nazianzo in un quarentennio di recherche (1925--1965)},
  journaltitle = {Rivista Iasalliana},
  volume = {40},
  date = {1973}}
\end{Verbatim}
\end{bibexbox}

\section{Articles in an issue that is a supplement to another issue}

\DeclareNumChars*{S}

\spec{Author (Year), \enquote{Title}, \emph{JournalTitle}, Vol/Number; \lit{Supplement to} \emph{MainJournalTitle} Vol/Number: Pages.}

\tip{To get this format, use a separate entry for the parent issue, reference it in the \code{related} field, and use the key \code{suppto} as the \code{relatedtype}.}

\begin{bibexbox}
<OGS \S15.4.1\textdagger>
{zhentao.etal1989ars}
Zhentao, X., Yau, K. K. C., and Stephenson, F. R. (1989) \enquote{Astronomical Records on the Shang Dynasty Oracle Bones}, \emph{Archaeoastronomy}, 14; Supplement to \emph{Journal for the History of Astronomy}, 20, pp. S61--S72.
\tcblower
\begin{Verbatim}
@article{zhentao.etal1989ars,
  author = {X. Zhentao and K. K. C. Yau and F. R. Stephenson},
  title = {Astronomical Records on the Shang Dynasty Oracle Bones},
  journaltitle = {Archaeoastronomy},
  volume = {14},
  date = {1989},
  related = {jha1989},
  relatedtype = {suppto},
  pages = {S61-S72},
  bookpagination = {page}}
@periodical{jha1989,
  title = {Journal for the History of Astronomy},
  volume = {20}}
\end{Verbatim}
\end{bibexbox}

\tip{Use \code{bookpagination} to force the display of \enquote{pp.} (since the number format is odd), and \cs{DeclareNumChars*}\brackets{S} to ensure that \code{S61} is recognized as a number.}%

\section{Articles that span multiple issues}

\tip{Use the key \code{serialarticle} as the \code{relatedtype}.}

\begin{bibexbox}<NHR \S 17.3*>
{stookey1974ssp}
Stookey, R. W. (1974), \enquote{Social Structure and Politics in the Yemen Arab Republic}, \emph{Middle East Journal}, 28/3: 248–60; 28/4: 409–19.
\tcblower
\begin{Verbatim}
@article{stookey1974ssp,
  author = {R. W. Stookey},
  date = {1974},
  title = {Social Structure and Politics in the Yemen Arab Republic},
  journaltitle = {Middle East Journal},
  volume = {28},
  number = {3},
  pages = {248-260},
  related = {stookey1974ssp2},
  relatedtype = {serialarticle}}
@article{stookey1974ssp2,
  crossref = {stookey1974ssp},
  options = {dataonly},
  volume = {28},
  number = {4},
  pages = {409-419}}
\end{Verbatim}
\end{bibexbox}


\section{Accepted journal articles, pre-publication}

\spec{Author (Year), \enquote{Title}, \lit{to be published in} \emph{JournalTitle}.}

\begin{bibexbox}
{briscoe2008esp}
(not in book)
\tcblower
\begin{Verbatim}
@article{briscoe2008esp,
  author = {Robert Briscoe},
  title = {Egocentric Spatial Representation in Action and Perception},
  journaltitle = {Philosophy and Phenomenological Research},
  url = {http://cogprints.org/5780/1/ECSRAP.F07.pdf},
  pubstate = {inpress}}
\end{Verbatim}
\end{bibexbox}

\section{Editorials and other regular features}

Strictly speaking, when a work is headed \enquote{Editorial} or \enquote{Letter to the Editor}
in a periodical, this is a descriptor rather than a title.

\tip{If a piece has a true title, the descriptor goes in the \code{note} field.
  If it doesn't, the descriptor goes in the \code{title} field; annotate the field with the keyword \code{descriptor} to remove the quote marks.
  Alternatively, use the (non-standard) \code{descriptor} field for the descriptor in all cases, and \pkg[biblatex]{oxref} will take care of this for you.}

\begin{bibexbox}
{ball2015ed}
(not in book)
\tcblower
\begin{Verbatim}
@suppperiodical{ball2015ed,
  author = {Alexander Ball},
  title = {Editorial},
  title+an = {=descriptor},
  date = {2015},
  journaltitle = {International Journal of Digital Curation},
  volume = {10},
  number = {1},
  pages = {i-v},
  doi = {10.2218/ijdc.v10i1.376}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{jccm2006ed}
(not in book)
\tcblower
\begin{Verbatim}
@suppperiodical{jccm2006ed,
  title = {\enquote{What a Disaster} and Why Does This Question Matter?},
  date = {2006},
  note = {Editorial},
  journaltitle   = {Journal of Contingencies and Crisis Management},
  volume = {14},
  pages = {1-2}}
\end{Verbatim}
\end{bibexbox}

\section{Reviews}

\spec{Author (Year), \enquote{Title}, \lit{review of} ReviewedWork, \lit{in} \emph{JournalTitle}, Vol/Number: Pages.}

\tip{To get this format, use a separate entry for the reviewed item, reference it in the \enquote{related} field, and use the key \enquote{reviewof} as the \enquote{relatedtype}.}

\begin{bibexbox}
<OGS \S15.4.4\textdagger>
{dean1995rpb}
Dean, J. (1995), review of P. Basiron (1994), \emph{My Early Life} (Bourges), in \emph{Res facta}, 17: 56--9.
\tcblower
\begin{Verbatim}
@review{dean1995rpb,
  author = {J. Dean},
  related = {basiron1994mel},
  relatedtype = {reviewof},
  journaltitle = {Res facta},
  volume = {17},
  date = {1995},
  pages = {56-59}}
@book{basiron1994mel,
  author = {Philippe Basiron},
  title = {My Early Life},
  location = {Bourges},
  date = {1994}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.4.4\textdagger>
{jocelyn1989pav}
Jocelyn, H. D. (1989), \enquote{Probus and Virgil}, review of M. L. Delvigo (1987), \emph{Testo virgiliano e tradizione indiretta} (Pisa), in \emph{CR}, \textsc{ns} 39: 27--8.
\tcblower
\begin{Verbatim}
@review{jocelyn1989pav,
  author = {H. D. Jocelyn},
  title = {Probus and Virgil},
  related = {delvigo1987tvt},
  relatedtype = {reviewof},
  journaltitle = {CR},
  series = {newseries},
  volume = {39},
  date = {1989},
  pages = {27-28}}
@book{delvigo1987tvt,
  author = {Maria Luisa Delvigo},
  title = {Testo virgiliano e tradizione indiretta},
  location = {Pisa},
  date = {1987}}
\end{Verbatim}
\end{bibexbox}

\chapter{Books}\label{sec:book}
\chapterprecis{book, mvbook, collection, mvcollection, reference, mvreference}

\section{Monographs}

Biblatex defines \code{book} as a monograph, written either by a single author, or by several authors who have joint responsibility for the entire work. An editor in this context has a modest role selecting or annotating the content, and therefore in Oxford style is given after the title even if the author is not given.

\subsection{Basic form}

\spec{Author (Year), \emph{Title} (Location: Publisher).}

\begin{bibexbox}<NHR \S18.5>
{lyons1981lli}
Lyons, J. (1981),
\emph{Language and Linguistics: An Introduction} (Cambridge: Cambridge University Press).
\tcblower
\begin{Verbatim}
@book{lyons1981lli,
  author = {John Lyons},
  date = {1981},
  title = {Language and Linguistics},
  subtitle = {An Introduction},
  location = {Cambridge},
  publisher = {Cambridge University Press}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}<NHR \S18.5>
{lyons1981lmc}
Lyons, J. (1981),
\emph{Language, Meaning and Context} (London: Fontana Paperbacks).
\tcblower
\begin{Verbatim}
@book{lyons1981lmc,
  author = {John Lyons},
  date = {1981},
  title = {Language, Meaning and Context},
  location = {London},
  publisher = {Fontana Paperbacks}}
\end{Verbatim}
\end{bibexbox}


\subsection{No publisher}

\spec{Author (Year), \emph{Title} (Location).}

\begin{bibexbox}<OGS \S15.19.2>
{smith1988fag}
Smith, T. (1988), \emph{Famine and Gender} (New Haven, Conn.).
\tcblower
\begin{Verbatim}
@book{smith1988fag,
  author = {Smith, T.},
  title = {Famine and Gender},
  date = {1988},
  location = {New Haven, Conn.}}
\end{Verbatim}
\end{bibexbox}


\subsection{Edited book}

\spec{Author (Year), \emph{Title}, \lit{ed.} Editor(s) (Location: Publisher).}

\spec{\emph{Title} (Year), \lit{ed.} Editor(s) (Location: Publisher).}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{boas.botschuyver1952dc}
\emph{Distichia Catonis} (1952), ed. M.\ Boas and H.\ J.\ Botschuyver (Amsterdam).
\tcblower
\begin{Verbatim}
@book{boas.botschuyver1952dc,
  title = {Distichia Catonis},
  editor = {Marcus Boas and Henricus Johannes Botschuyver},
  location = {Amsterdam},
  date = {1952}}
\end{Verbatim}
\end{bibexbox}

\section{Collections}

Biblatex defines \code{collection} as a book made up of multiple self-contained contributions from distinct authors. There is no overall author: use the regular \code{book} entry type for collections of a single author’s work. The editor in this case has a more active role and therefore comes before the title.

\spec{Editor (Year) (\lit{ed.}), \emph{Title} (Location: Publisher).}

\begin{bibexbox}<OGS \S15.19.2>
{barnes.griffin1989pte}
Barnes, J., and Griffin, M. T. (1989) (eds.), \emph{Philosophia Togata: Essays on Philosophy and Roman Society} (Oxford).
\tcblower
\begin{Verbatim}
@collection{barnes.griffin1989pte,
  editor = {Jonathan Barnes and Miriam T. Griffin},
  date = {1989},
  title = {Philosophia Togata},
  subtitle = {Essays on Philosophy and Roman Society},
  location = {Oxford}}
\end{Verbatim}
\end{bibexbox}


\begin{bibexbox}<OGS \S15.19.2>
{hankinson1988mmm}
Hankinson, R. J. (1988) (ed.), \emph{Method, Medicine, and Metaphysics} (Edmonton, Alta.).
\tcblower
\begin{Verbatim}
@collection{hankinson1988mmm,
  editor = {R. J. Hankinson},
  date = {1988},
  title = {Method, Medicine, and Metaphysics},
  location = {Edmonton, Alta.}}
\end{Verbatim}
\end{bibexbox}


\section{Reference works}

Biblatex uses \code{reference} for encyclopaedias and dictionaries, which are typically made up of many small contributions by distinct authors and compiled by an editorial board whose membership might change between successive editions. From a database perspective, reference works are like collections in that they have no single author (a reference work written by a single author should use the \code{book} entry type instead).

\tip{The \emph{Oxford Guide to Style} considers the titles of reference works to be more important and memorable than those of the editor, and so lists the title first, but \emph{New Hart's Rules} doesn't. \pkg[biblatex]{Oxref} takes the former approach, but you can switch to the latter by setting the \key{useeditor} option back to true for this type.}

\begin{tcblisting}{listing only}
\ExecuteBibliographyOptions[reference,mvreference]{useeditor=true}
\end{tcblisting}

\spec{\emph{Title} (Year), \lit{ed.} Editor(s) (Location: Publisher).}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{fortenbaugh.etal1991tes}
\emph{Theophrastus of Eresus: Sources for his Life, Writings, Thought, and Influence} (1991), ed. W. W. Fortenbaugh et al., 2 vols. (Philosophia Antiqua, 54; Leiden).
\tcblower
\begin{Verbatim}
@mvreference{fortenbaugh.etal1991tes,
  title = {{Theophrastus} of {Eresus}},
  subtitle = {Sources for his Life, Writings, Thought, and Influence},
  editor = {William W. Fortenbaugh and Pamela M Huby and Robert W. Sharples and Dimitri Gutas
    and others},
  volumes = {2},
  series = {Philosophia Antiqua},
  number = {54},
  location = {Leiden},
  date = {1991}}
\end{Verbatim}
\end{bibexbox}

\section{Multi-volume works}

Biblatex provides additional entry types for multi-volume works: \code{mvbook}, \code{mvcollection} and \code{mvreference} respectively. These can be used to cite all the volumes at once, or just one volume from the set.

\subsection{All volumes}

Where all volumes were published consistently, the following form is used:

\spec{Author (Year), \emph{Title}, n \lit{vols.} (Location: Publisher), VolNo. Pages.}

\begin{egcite}{}
\parencite[ii.~\mkcomprange{367-368}]%
{straeten1867lmp}
\end{egcite}

\begin{bibexbox}
<OGS \S15.2.6\textdagger>
{straeten1867lmp}%
Vander Straeten, E. (1867--88), \emph{La Musique aux Pays-Bas avant le XIX\textsuperscript{e} siècle}, 8 vols. (Brussels).
\tcblower
\begin{Verbatim}
@mvbook{straeten1867lmp,
    author = {Edmond {Vander Straeten}},
    title = {La Musique aux Pays-Bas avant le XIX\textsuperscript{e} siècle},
    volumes = {8},
    location = {Brussels},
    date = {1867/1888}}
\end{Verbatim}
\end{bibexbox}

Where the publisher changed between volumes, the following form is used:

\spec{Author (Year–Year), \emph{Title}, VolNo, n \lit{vols.} (Location: Publisher and Location: Publisher).}

\begin{bibexbox}
<OGS \S15.2.6*\textdagger>
{ritter1838hap}
Ritter, H. (1838--46), \emph{The History of Ancient Philosophy}, trans. A. J. W. Morrison, 4~vols. (Oxford: Talboys and London: Bohn).
\tcblower
\begin{Verbatim}
@mvbook{ritter1838hap,
  author = {Heinrich Ritter},
  title = {The History of Ancient Philosophy},
  translator = {Alexander J. W. Morrison},
  volumes = {4},
  location = {Oxford and London},
  publisher = {Talboys and Bohn},
  date = {1838/1846}}
\end{Verbatim}
\end{bibexbox}

\info{In the \emph{Oxford Style Manual}, the translator in the above reference
  is in parentheses; this occurs in one other reference (\S15.2.2, Lawrence 1992),
  but in many more does not (\S15.2.15, Bischoff 1990; \S15.8, Auden 1990;
  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:

\spec{Author (Year), \emph{Title}, VolNo (Location: Publisher), Pages.}

\tip{To get this format, do not use \code{maintitle}: put the title of the whole work in \code{title}.}

\begin{bibexbox}<OGS \S15.19.2>
{annas1983osa}
Annas, J. (1983) (ed.), \emph{Oxford Studies in Ancient Philosophy}, i (Oxford).
\tcblower
\begin{Verbatim}
@mvcollection{annas1983osa,
  editor = {Annas, Julia},
  date = {1983},
  title = {Oxford Studies in Ancient Philosophy},
  volume = {1},
  location = {Oxford}}
\end{Verbatim}
\end{bibexbox}

Where the volumes each have their own (sub)title,
and they were all published at once (more or less),
the following form is used:

\spec{Author (Year), \emph{Title}, VolNo: \emph{VolTitle} (Location: Publisher), Pages.}

\tip{To get this format, use \code{title} for the volume title and \code{maintitle} for the whole work.}

\begin{bibexbox}
<OGS \S15.2.2\textdagger>
{brady.etal1994hehsa}
Brady, Jr., T. A., Oberman, H. A., and Tracy, J. D. (1994) (eds.), \emph{Handbook of European History, 1400--1600: Late Middle Ages, Renaissance and Reformation}, i: \emph{Structures and Assertions} (Leiden: E. J. Brill).
\tcblower
\begin{Verbatim}
@mvcollection{brady.etal1994hehsa,
  editor = {Brady, Jr., Thomas A. and Heiko A. Oberman and James D. Tracy},
  maintitle = {Handbook of European History, 1400--1600},
  mainsubtitle = {{Late} {Middle} {Ages,} {Renaissance} and {Reformation}},
  volume = {1},
  title = {Structures and Assertions},
  location = {Leiden},
  publisher = {E. J. Brill},
  date = {1994}}
\end{Verbatim}
\end{bibexbox}

\begin{egcite}{}
\parencite[42-56]%
  {ward.waller1932che}
\end{egcite}

\begin{bibexbox}
<OGS \S15.2.6\textdagger>
{ward.waller1932che}
Ward, A. W., and Waller, A. E. (1932) (eds.), \emph{The Cambridge History of English Literature}, xii: \emph{The Nineteenth Century} (Cambridge: CUP).
\tcblower
\begin{Verbatim}
@mvcollection{ward.waller1932che,
  editor = {A. W. Ward and A. E. Waller},
  maintitle = {The Cambridge History of English Literature},
  volume = {12},
  title = {The Nineteenth Century},
  location = {Cambridge},
  publisher = {CUP},
  date = {1932}}
\end{Verbatim}
\end{bibexbox}

Where the volumes each have their own (sub)title,
and there are many volumes spanning years and possibly publishers,
the following form is used:

\spec{Author (Year), \emph{VolTitle}, [\lit{vol.} VolNo \lit{of} Title] (Location: Publisher), Pages.}

\tip{To get this format, use \code{book} instead of \code{mvbook}.}

\begin{bibexbox}
<NHR \S18.2.7\textdagger>
{fischer1989asf}
Fischer, D. H. (1989), \emph{Albion’s Seed: Four British Folkways in America}, [vol.\ i of \emph{America: A Cultural History}] (New York: Oxford University Press).
\tcblower
\begin{Verbatim}
@book{fischer1989asf,
  author = {David Hackett Fischer},
  title = {Albion’s Seed},
  subtitle = {Four British Folkways in America},
  volume = {1},
  maintitle = {America},
  mainsubtitle = {A Cultural History},
  location = {New York},
  publisher = {Oxford University Press},
  date = {1989}}
\end{Verbatim}
\end{bibexbox}

\section{Additions, translations, and revisions}

Where works have significant introductions, forewords, afterwords, illustrations, etc.\ this may be noted as follows:

\spec{Author (Year), \emph{Title}, \lit{with an} Addition \lit{by} Contributor (Location: Publisher).}

\begin{bibexbox}
<OGS \S15.2.1\textdagger>
{twain1971cyk}
Twain, M. (1971), \emph{A Connecticut Yankee at King Arthur's Court}, with an introduction by J. Kaplan (Harmondsworth: Penguin).
\tcblower
\begin{Verbatim}
@book{twain1971cyk,
  author = {Mark Twain},
  title = {A {Connecticut} Yankee at {King} {Arthur's} Court},
  introduction = {Justin Kaplan},
  location = {Harmondsworth},
  publisher = {Penguin},
  date = {1971}}
\end{Verbatim}
\end{bibexbox}

Translators are credited as follows:

\spec{Author (Year), \emph{Title}, \lit{trans.} Translator(s) (Location: Publisher).}

\begin{bibexbox}
<NHR \S18.2.14\textdagger>
{bischoff1990lpa}
Bischoff, B. (1990), \emph{Latin Palaeography: Antiquity and the Middle Ages}, trans. D. Ó Cróinín and D. Ganz (Cambridge).
\tcblower
\begin{Verbatim}
@book{bischoff1990lpa,
  author = {Bernhard Bischoff},
  title = {Latin Palaeography},
  subtitle = {Antiquity and the Middle Ages},
  translator = {Dáibhi Ó Cróinín and David Ganz},
  location = {Cambridge},
  date = {1990}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year), \emph{Title}, \lit{trans.\ with} Addition Translator(s) (Location: Publisher).}

\begin{bibexbox}
<NHR \S18.2.14\textdagger>
{martorell1984tlb}
Martorell, J. (1984), \emph{Tirant lo Blanc}, trans. with foreword D. H. Rosenthal (London).
\tcblower
\begin{Verbatim}
@book{martorell1984tlb,
  author = {Joanat Martorell},
  title = {Tirant lo Blanc},
  translator = {David H. Rosenthal},
  foreword = {David H. Rosenthal},
  location = {London},
  date = {1984}}
\end{Verbatim}
\end{bibexbox}

\section{Editions}

\subsection{Later edition only}

Where the author\slash editor is common to both, the following form is used:

\spec{Author (Year), \emph{Title} (nth \lit{edn.}, Location: Publisher).}

\tip{This is the format used by the entry type \code{book}}

\begin{bibexbox}<NHR \S17.3.2*>
{maitland2001mvr}
Maitland, G. (2001), \emph{Maitland's Vertebral Manipulation} (6th edn., Oxford: Butterworth--Heinemann).
\tcblower
\begin{Verbatim}
@book{maitland2001mvr,
  author = {G. Maitland},
  title = {Maitland's Vertebral Manipulation},
  edition = {6},
  publisher = {Butterworth--Heinemann},
  location = {Oxford},
  date = {2001}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{beckford1823v}
Beckford, W. (1823), \emph{Vathek} (4th edn., London) [online facsimile], \url{http://beckford.c18.net/wbvathek1823.html}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@book{beckford1823v,
  author = {William Beckford},
  title = {Vathek},
  edition = {4},
  location = {London},
  date = {1823},
  howpublished = {online facsimile},
  url = {http://beckford.c18.net/wbvathek1823.html},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

Where the editor has changed, the following form is used:

\spec{\emph{Title} (Year), nth \lit{edn.}, \lit{ed.} Editor (Location: Publisher).}

\tip{This format is used by entry type \code{reference}}

\begin{bibexbox}
<OGS \S15.2.3\textdagger>
{knowles1999odq}
\emph{The Oxford Dictionary of Quotations} (1999), 5th edn., ed. E. Knowles (Oxford).
\tcblower
\begin{Verbatim}
@reference{knowles1999odq,
  title = {The {Oxford} Dictionary of Quotations},
  edition = {5},
  editor = {Elizabeth Knowles},
  publisher = {Oxford},
  date = {1999}}
\end{Verbatim}
\end{bibexbox}

\subsection{Both first and later edition}

\spec{Author (Year), \emph{Title} (Year; nth \lit{edn.}, Location: Publisher).}

\tip{Use the \code{orig} fields for the earlier edition.}

\begin{bibexbox}<OGS \S15.19.2>
{marx1867ccp}
Marx, K. (1867), \emph{Capital: A Critique of Political Economy}, i, trans. B. Fowkes (New York, 1977).
\tcblower
\begin{Verbatim}
@mvbook{marx1867ccp,
  author = {K. Marx},
  origdate = {1867},
  title = {Capital},
  subtitle = {A Critique of Political Economy},
  volume = {1},
  translator = {B. Fowkes},
  location = {New York},
  date = {1977}}
\end{Verbatim}
\end{bibexbox}


\subsection{Republications}

If the publication has not been revised, but has been re-typeset by a different publisher,
the \emph{Oxford Guide to Style} suggests putting the original date in a note at the end,
rather than within the publication block%
, but this does not affect the author–date style since the original date is at the head of the reference anyway.

\spec{Author (OrigYear), \emph{Title} (Location: Publisher).}


\begin{bibexbox}
<OGS \S15.2.3\textdagger>
{bettelheim1976uem}
Bettelheim, B. (1976), \emph{The Uses of Enchantment: The Meaning and Importance of Fairy Tales} (Harmondsworth: Penguin Books, 1988).
\tcblower
\begin{Verbatim}
@book{bettelheim1976uem,
  author = {Bruno Bettelheim},
  title = {The Uses of Enchantment},
  subtitle = {The Meaning and Importance of Fairy Tales},
  location = {Harmondsworth},
  publisher = {Penguin Books},
  date = {1988},
  origdate = {1976}}
\end{Verbatim}
\end{bibexbox}

\subsection{Reprints}

\spec{Author (Year–Year), \emph{Title} (Location: Publisher; \lit{repr.} Location: Publisher).}

\tip{Use localization key \code{reprint} as the edition. For a revised reprint, use \code{revisedreprint}.}

\begin{bibexbox}
<OGS \S15.2.4\textdagger>
{adam.tannery1897odd}
Adam, C. and Tannery, D. (1897--1913) (eds.), \emph{Œuvres de Descartes} (Paris: Cerf; repr. Paris: J. Vrin, CNRS, 1964--76).
\tcblower
\begin{Verbatim}
@collection{adam.tannery1897odd,
  editor = {C. Adam and D. Tannery},
  title = {Œuvres de Descartes},
  origlocation = {Paris},
  origpublisher = {Cerf},
  origdate = {1897/1913},
  edition = {reprint},
  location = {Paris},
  publisher = {J. Vrin, CNRS},
  date = {1964/1976}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.2.4\textdagger>
{southern1991sap}
Southern, R. W. (1991), \emph{Saint Anselm: A Portrait in a Landscape} (rev. repr., Cambridge: Cambridge University Press).
\tcblower
\begin{Verbatim}
@book{southern1991sap,
  author = {R. W. Southern},
  title = {Saint Anselm},
  subtitle = {A Portrait in a Landscape},
  edition = {revisedreprint},
  location = {Cambridge},
  publisher = {Cambridge University Press},
  date = {1991}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year–Year), \emph{Title} (Location: Publisher; \lit{facs. edn.}, Location: Publisher).}

\tip{Use localization key \code{facsimile} as the edition.}

\begin{bibexbox}
<OGS \S15.2.4\textdagger>
{allen1594kkk}
Allen, E. (1594), \emph{A Knack to Know a Knave} (London; facs. edn., Oxford: Malone Society Reprints, 1963).
\tcblower
\begin{Verbatim}
@book{allen1594kkk,
  author = {E. Allen},
  title = {A Knack to Know a Knave},
  origlocation = {London},
  origdate = {1594},
  edition = {facsimile},
  location = {Oxford},
  publisher = {Malone Society Reprints},
  date = {1963}}
\end{Verbatim}
\end{bibexbox}

\subsection{Title changes}

\emph{New Hart's Rules} recommends giving the original publication details first,
then the new title and its details after a semicolon.

\tip{The standard \code{relatedtype} value \code{reprintas} is supported.}

\begin{bibexbox}
<NHR \S18.2.13\textdagger>
{hare1949wwb}
Hare, C. (1949), \emph{When the Wind Blows} (London); repr. as \emph{The Wind Blows Death} (London, 1987).
\tcblower
\begin{Verbatim}
@book{hare1949wwb,
  author = {Cyril Hare},
  title = {When the Wind Blows},
  location = {London},
  date = {1949},
  related = {hare1987wbd},
  relatedtype = {reprintas}}
@book{hare1987wbd,
  author = {Cyril Hare},
  title = {The Wind Blows Death},
  location = {London},
  date = {1987}}
\end{Verbatim}
\end{bibexbox}

\tip{A more generalized version of this relation is available.
  If you set the \code{relatedtype} to the \pkg[biblatex]{oxref}-specific keyword \code{editedas},
  the edition and any editorial contributions will be printed in the linking text.}

\begin{bibexbox}
<NHR \S18.2.128\textdagger>
{berkenhout1769onh}
Berkenhout, J. (1769–72), \emph{Outlines of the Natural History of Great Britain}, 3 vols. (London); rev. edn., as \emph{A Synopsis of the Natural History of Great Britain}, 2 vols. (London, 1789).
\tcblower
\begin{Verbatim}
@mvbook{berkenhout1769onh,
  author = {John Berkenhout},
  title = {Outlines of the Natural History of Great Britain},
  volumes = {3},
  location = {London},
  date = {1769/1772},
  related = {berkenhout1789snh},
  relatedtype = {editedas}}
@mvbook{berkenhout1789snh,
  author = {John Berkenhout},
  title = {A Synopsis of the Natural History of Great Britain},
  volumes = {2},
  edition = {revised},
  location = {London},
  date = {1789}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.2.13\textdagger>
{lower1665dtw}
Lower, R. (1665), \emph{Diatribæ Thomæ Willisii Doct. Med. \& Profess. Oxon. De febribus Vindicatio adversus Edmundum De Meara Ormoniensem Hibernum M.D.} (London); facs. edn. with introduction, ed. and trans. K. Dewhurst, as \emph{Richard Lower's \enquote{Vindicatio}: A Defence of the Experimental Method} (Oxford, 1983).
\tcblower
\begin{Verbatim}
@book{lower1665dtw,
  author = {Richard Lower},
  title = {Diatribæ Thomæ Willisii Doct. Med. \& Profess. Oxon. De febribus Vindicatio adversus
    Edmundum De Meara Ormoniensem Hibernum M.D.},
  location = {London},
  date = {1665},
  related = {dewhurst1983rlv},
  relatedtype = {editedas}}
@book{dewhurst1983rlv,
  author = {Richard Lower},
  introduction = {Kenneth Dewhurst},
  editor = {Kenneth Dewhurst},
  translator = {Kenneth Dewhurst},
  title = {Richard Lower's \enquote{Vindicatio}},
  subtitle = {A Defence of the Experimental Method},
  edition = {facsimile},
  location = {Oxford},
  date = {1983}}
\end{Verbatim}
\end{bibexbox}

\subsection{Co-publications\slash co-editions}

If the work is published under two different titles, it is a good idea to
provide both to make it easier to locate.

\tip{Use a generic relation and specify the country details in the \code{relatedstring}.}

\begin{bibexbox}
<OGS \S15.2.5\textdagger>
{salinger1953ns}
Salinger, J. D. (1953), \emph{Nine Stories} (Boston: Little, Brown), published in the UK as \emph{For Esmé---With Love and Squalor, and Other Stories} (London: Hamish Hamilton, 1953).
\tcblower
\begin{Verbatim}
@book{salinger1953ns,
  author = {J. D. Salinger},
  title = {Nine Stories},
  location = {Boston},
  publisher = {Little, Brown},
  date = {1953},
  related = {salinger1953few},
  relatedstring = {published in the UK as},
  options = {relationpunct=comma}}
@book{salinger1953few,
  title = {For {Esmé}---With Love and Squalor, and Other Stories},
  location = {London},
  publisher = {Hamish Hamilton},
  date = {1953}}
\end{Verbatim}
\end{bibexbox}

\section{Works from a series}

\spec{Author (Year), \emph{Title} (Series; Location: Publisher).}
\spec{Author (Year), \emph{Title} (Series, Number; Location: Publisher).}

\begin{bibexbox}<OGS \S15.19.2>
{barnes1982ari}
Barnes, J. (1982), \emph{Aristotle} (Past Masters; Oxford).
\tcblower
\begin{Verbatim}
@book{barnes1982ari,
  author = {Jonathan Barnes},
  date = {1982},
  title = {Aristotle},
  series = {Past Masters},
  location = {Oxford}}
\end{Verbatim}
\end{bibexbox}


\spec{Author (Year), \emph{Title} (nth \lit{ser.}).}

\section{Pre-publication book}

\spec{Author (\lit{forthcoming}), \emph{Title} (Location: Publisher).}

\begin{bibexbox}<OGS \S15.19.2>
{smithFCgaf}
Smith, P. (forthcoming),
\emph{Gender and Famine}, 2 vols. (London).
\tcblower
\begin{Verbatim}
@mvbook{smithFCgaf,
  author = {P. Smith},
  title = {Gender and Famine},
  volumes = {2},
  location = {London},
  pubstate = {forthcoming}}
\end{Verbatim}
\end{bibexbox}


\chapter{Works within books}\label{sec:inbook}
\chapterprecis{inbook, bookinbook, suppbook, incollection, suppcollection, inreference}

\section{Works in collections of a single author's works}

The \code{inbook} entry type is intended for books that consist of several self-contained works by the same author, for citing one of these works.

\spec{Author (Year), \enquote{Title}, \lit{in id.}, \emph{BookTitle}, \lit{ed.} Editor(s) (Location: Publisher), Pages.}

\tip{If you provide \code{bookauthor}, and it is the same as the \code{author}, the second instance of the name will replaced by \enquote{id.}\slash \enquote{ead.}\slash \enquote{eid.}\slash \enquote{eaed.} Use the \code{gender} field to select which is used.}

\begin{bibexbox}
<OGS \S15.2.11*\textdagger>
{kristeller1979thm}
Kristeller, P. O. (1979), \enquote{The Aristotelian Tradition}, in id., \emph{Renaissance Thought and Its Sources}, ed. M. Mooney (New York: Columbia University Press).
\tcblower
\begin{Verbatim}
@inbook{kristeller1979thm,
  author = {Paul Oskar Kristeller},
  gender = {sm},
  title = {The Aristotelian Tradition},
  bookauthor = {Paul Oskar Kristeller},
  booktitle = {Renaissance Thought and Its Sources},
  editor = {Michael Mooney},
  location = {New York},
  publisher = {Columbia University Press},
  date = {1979}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year), \enquote{Title}, \lit{in} \emph{BookTitle}, \lit{ed.} Editor(s) (Location: Publisher), Pages.}

\begin{bibexbox}
<NHR \S18.2.6*\textdagger>
{ashton1991d}
Ashton, J. (1991), \enquote{Dualism}, in \emph{Understanding the Fourth Gospel} (Oxford), 205–37.
\tcblower
\begin{Verbatim}
@inbook{ashton1991d,
  author = {John Ashton},
  title = {Dualism},
  booktitle = {Understanding the Fourth Gospel},
  location = {Oxford},
  date = {1991},
  pages = {205-237}}
\end{Verbatim}
\end{bibexbox}

\section{Works in collections}

The \code{incollection} entry type is intended for citing one of a collection of self-contained works by different authors.

\subsection{Works in a mixed collection}

\spec{Author (Year), \enquote{Title}, \lit{in} Editors (\lit{eds.}), \emph{BookTitle} (Location: Publisher), Pages.}

\begin{bibexbox}<NHR \S17.3.2>
{magarey1988ect}
Magarey, M. E. (1988), \enquote{Examination of the Cervical and Thoracic Spine}, in R. Grant (ed.), \emph{Physical Therapy of the Cervical and Thoracic Spine} (New York: Churchill Livingstone), 81–109.
\tcblower
\begin{Verbatim}
@incollection{magarey1988ect,
  author = {M. E. Magarey},
  date = {1988},
  title = {Examination of the Cervical and Thoracic Spine},
  editor = {R. Grant},
  booktitle = {Physical Therapy of the Cervical and Thoracic Spine},
  location = {New York},
  publisher = {Churchill Livingstone},
  pages = {81-109}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}<NHR \S17.3.2>
{jessop1997gcc}
Jessop, B. (1997), \enquote{The Governance of Complexity and Complexity of Governance}, in A. Amin and J. Hausner (eds.), \emph{Beyond Markets and Hierarchy}, (Aldershot: Edward Elgar).
\tcblower
\begin{Verbatim}
@incollection{jessop1997gcc,
  author = {Bob Jessop},
  date = {1997},
  title = {The Governance of Complexity and Complexity of Governance},
  editor = {Ash Amin and Jerzy Hausner},
  booktitle = {Beyond Markets and Hierarchy},
  location = {Aldershot},
  publisher = {Edward Elgar}}
\end{Verbatim}
\end{bibexbox}


\subsection{Works by the editor in a mixed collection}

\spec{Author (Year), \enquote{Title}, \lit{in id.} (\lit{ed.}), \emph{BookTitle} (Location: Publisher), Pages.}

\tip{If you provide the same values for \code{author} and \code{editor}, the editor name will replaced by \enquote{id.}\slash \enquote{ead.}\slash \enquote{eid.}\slash \enquote{eaed.} Use the \code{gender} field to select which is used.}

\begin{bibexbox}
<OGS \S15.3\textdagger>
{todd1974dhp}
Todd, W. B. (1974), \enquote{David Hume: A Preliminary Bibliography}, in id. (ed.), \emph{Hume and the Enlightenment: Essays Presented to Ernest Campbell Mossner} (Edinburgh: Edinburgh University Press).
\tcblower
\begin{Verbatim}
@incollection{todd1974dhp,
  author = {W. B. Todd},
  gender = {sm},
  title = {David Hume},
  subtitle = {A Preliminary Bibliography},
  editor = {W. B. Todd},
  booktitle = {Hume and the Enlightenment},
  booksubtitle = {Essays Presented to Ernest Campbell Mossner},
  location = {Edinburgh},
  publisher = {Edinburgh University Press},
  date = {1974}}
\end{Verbatim}
\end{bibexbox}

\section{Anthologies of independently published works}

Biblatex provides the \code{bookinbook} entry type for citing a part of an anthology that has previously been published as a book in its own right. The main difference from \code{inbook} is how the original publication information is handled.

\subsection{Later version more accessible}

\tip{Use \code{origdate} to give the date of original publication.}

\begin{bibexbox}
<OGS \S15.3\textdagger>
{frege1892osr}
Frege, G. (1892), \enquote{On Sense and Reference}, in id., \emph{Philosophical Writings}, trans. and ed. P. T. Geach and M. Black (Oxford: Blackwell, 1952).
\tcblower
\begin{Verbatim}
@bookinbook{frege1892osr,
  author = {G. Frege},
  gender = {sm},
  title = {On Sense and Reference},
  bookauthor = {G. Frege},
  booktitle = {Philosophical Writings},
  translator = {P. T. Geach and M. Black},
  editor = {P. T. Geach and M. Black},
  location = {Oxford},
  publisher = {Blackwell},
  date = {1952},
  origdate = {1892}}
\end{Verbatim}
\end{bibexbox}

\subsection{Both versions equally accessible}

\tip{Put the key of the original work in \code{related}, and in \code{relatedtype} use the keyword \code{reprintfrom}.}

\begin{bibexbox}
<OGS \S15.3\textdagger>
{owen1986pi}
Owen, G. E. L. (1986) \enquote{Philosophical Invective}, in id., \emph{Logic, Science and Dialectic}, ed. M. Nussbaum (Ithaca, NY: Cornell University Press), 347--64. From \emph{Oxford Studies in Ancient Philosophy}, 1 (1983): 1--25.
\tcblower
\begin{Verbatim}
@bookinbook{owen1986pi,
  author = {G. E. L. Owen},
  gender = {sm},
  title = {Philosophical Invective},
  booktitle = {Logic, Science and Dialectic},
  bookauthor = {G. E. L. Owen},
  editor = {M. Nussbaum},
  location = {Ithaca, NY},
  publisher = {Cornell University Press},
  date = {1986},
  pages = {347-364},
  related = {owen1983pi},
  relatedtype = {reprintfrom}}
@article{owen1983pi,
  author = {G. E. L. Owen},
  title = {Philosophical Invective},
  journaltitle = {Oxford Studies in Ancient Philosophy},
  volume = {1},
  date = {1983},
  pages = {1-25}}
\end{Verbatim}
\end{bibexbox}

\section{Articles in yearbooks and works of reference}

Yearbooks may be treated either as collections or periodicals; the distinction boils down to whether you want to print the location and publisher.

The \emph{Oxford Guide to Style} suggests citing entries in dictionaries and encyclopaedias using a postnote like \code{[s.v.\@ `Tawdry']}, but for online works gives a format rather similar to yearbooks, that is, without \enquote{in}.

\tip{To omit the \enquote{in} before the book title, either use the \code{inreference} entry type without specifying an editor, or use the \code{incollection} type with an \code{entrysubtype} of \code{yearbook}.}

\begin{bibexbox}
<OGS \S15.3\textdagger>
{dahlhaus1971mmf}
Dahlhaus, C. (1971), \enquote{Miszellen zur Musiktheorie des 15.\@ Jahrhunderts}, \emph{Jahrbuch des Staatlichen Instituts für Musikforschung Preußischer Kulturbesitz, 1970} (Berlin), 21–33.
\tcblower
\begin{Verbatim}
@inreference{dahlhaus1971mmf,
  author = {Carl Dahlhaus},
  title = {Miszellen zur Musiktheorie des 15.\@ Jahrhunderts},
  booktitle = {Jahrbuch des Staatlichen Instituts für Musikforschung Preußischer Kulturbesitz,
    1970},
  location = {Berlin},
  date = {1971},
  pages = {21-33}}
\end{Verbatim}
\end{bibexbox}

\section{Supplementary works in books and collections}

If the work is headed \enquote{Introduction}, \enquote{Foreword}, \enquote{Afterword}, or similar,
this is technically a descriptor rather than a title.

\tip{If the work has a true title, the descriptor goes in the \code{note} field.
  If it doesn't, the descriptor goes in the \code{title} field; annotate the field with the keyword \code{descriptor} to correct the formatting.
  Alternatively, use the (non-standard) \code{descriptor} field for the descriptor in all cases, and \pkg[biblatex]{oxref} will take care of this for you.}

\begin{bibexbox}
<NHR \S18.2.6*\textdagger>
{gill1987intro}
Gill, R. (1987), introduction in \emph{The Complete Works of Christopher Marlow}, i (Oxford; repr.\@ 2001).
\tcblower
\begin{Verbatim}
@suppbook{gill1987intro,
  author = {Roma Gill},
  title = {introduction},
  title+an = {=descriptor},
  booktitle = {The Complete Works of Christopher Marlow},
  volume = {1},
  origlocation = {Oxford},
  origdate = {1987},
  edition = {reprint},
  date = {2001}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{atwan2000fw}
(not in book)
\tcblower
\begin{Verbatim}
@suppcollection{atwan2000fw,
  author = {Robert Atwan},
  title = {foreword},
  title+an = {=descriptor},
  address = {Boston},
  booktitle = {The Best American Essays of the Century},
  date = {2000},
  editor = {Joyce Carol Oates and Robert Atwan},
  publisher = {Houghton},
  pages = {x-xvi}}
\end{Verbatim}
\end{bibexbox}

It is quite rare for such items to have a true title in addition, so previous
versions of \pkg[biblatex]{oxref} treated all titles of \texttt{suppbook}
entries as descriptors.

\tip{To restore the previous behaviour, include the following code:}

\begin{tcblisting}{listing only}
\DeclareFieldFormat[suppbook]{title}{#1}
\end{tcblisting}

\chapter{Works presented at meetings}\label{sec:proceedings}
\chapterprecis{proceedings, mvproceedings, inproceedings, unpublished}

\section{Single volume proceedings}

The \code{proceedings} entry type is intended for a set of conference papers that have been collected together into a single volume.

\spec{\emph{Title} (Year), \lit{ed.} Editor (Location: Publisher).}

\begin{bibexbox}
<OGS \S15.2.12\textdagger>
{icp1975pic}
\emph{Proceedings of the XIV International Congress of Papyrologists: Oxford, 24--31 July 1974} (1975) (London).
\tcblower
\begin{Verbatim}
@proceedings{icp1975pic,
  title = {Proceedings of the {XIV} {International} {Congress} of {Papyrologists}},
  subtitle = {{Oxford}, 24--31 {July} 1974},
  location = {London},
  date = {1975}}
\end{Verbatim}
\end{bibexbox}

\info{The \code{organization} is automatically converted into an \code{author}.}

\begin{egcite}{}
\textcite[1.52-3]{iau1922tia}
\end{egcite}

\begin{bibexbox}
<OGS \S15.2.13\textdagger>
{iau1922tia}
International Astronomical Union (1922), \emph{Transactions of the International Astronomical Union, Rome}, 12--20 May 1922 (London: Imperial College Bookstall).
\tcblower
\begin{Verbatim}
@proceedings{iau1922tia,
  organization = {{International Astronomical Union}},
  title = {Transactions of the {International} {Astronomical} {Union}, {Rome}},
  eventdate = {1922-05-12/1922-05-20},
  location = {London},
  publisher = {Imperial College Bookstall},
  date = {1922}}
\end{Verbatim}
\end{bibexbox}

Sometimes the title of the proceedings does not relate to the conference; in which case the following form might be used:

\spec{\emph{Title} (Year), EventTitle, Venue, ConfDate, \lit{ed.} Editor (Series, Number; Location: Publisher).}

\begin{bibexbox}
{ecdl2009}
(not in book)
\tcblower
\begin{Verbatim}
@proceedings{ecdl2009,
  editor = {Maristella Agosti and José Borbinha and Sarantos Kapidakis and Christos
    Papatheodorou and Giannis Tsakonas},
  title = {Research and Advanced Technology for Digital Libraries},
  eventtitle = {13th European Conference, ECDL 2009},
  venue = {Corfu, Greece},
  eventdate = {2009-09-27/2009-10-02},
  series = {Lecture Notes in Computer Science},
  number = {5714},
  location = {Berlin},
  publisher = {Springer},
  date = {2009}}
\end{Verbatim}
\end{bibexbox}

\section{Multi-volume proceedings}

\textsf{Biblatex} provides \code{mvproceedings} for multi-volume proceedings.
The examples here are a combination of Oxford style for proceedings and multi-volume books.

\subsection{All volumes}

\spec{\emph{Title} (Year), EventTitle, Venue, ConfDate, \lit{ed.} Editor, n \lit{vols.} (Series, Number; Location: Publisher).}

\begin{bibexbox}
{iced2009}
(not in book)
\tcblower
\begin{Verbatim}
@mvproceedings{iced2009,
  title = {Proceedings of the 17th International Conference on Engineering Design (ICED ’09)},
  volumes = {10},
  editor = {Margareta Norell Bergendahl and Martin Grimheden and Larry Leifer},
  venue = {Stanford, CA},
  eventdate = {2009-08-24/2009-08-27},
  location = {Glasgow},
  publisher = {Design Society},
  date = {2009},
  isbn = {978-1-904670-12-4}}
\end{Verbatim}
\end{bibexbox}

\subsection{One volume}

\spec{\emph{VolTitle} (Year), VolNo \lit{of} \emph{Title}, EventTitle, Venue, ConfDate, \lit{ed.} Editor (Series, Number; Location: Publisher).}

\begin{bibexbox}
{iced2009dik}
(not in book)
\tcblower
\begin{Verbatim}
@mvproceedings{iced2009dik,
  maintitle = {Proceedings of the 17th International Conference on Engineering Design (ICED ’09)},
  title = {Design Information and Knowledge},
  volume = {8},
  editor = {Margareta Norell Bergendahl and Martin Grimheden and Larry Leifer},
  venue = {Stanford, CA},
  eventdate = {2009-08-24/2009-08-27},
  location = {Glasgow},
  publisher = {Design Society},
  date = {2009},
  isbn = {978-1-904670-12-4}}
\end{Verbatim}
\end{bibexbox}

\section{Published conference paper}

The \code{inproceedings} entry type is intended for a conference paper published as part of a proceedings volume. For papers that have not been collected into a proceedings volume, or presentation slide sets, use the \code{unpublished} entry type instead (see below).

\spec{Author (Year), \enquote{Title}, \lit{in} \emph{BookTitle}, EventTitle, Venue, ConfDate, \lit{ed.} Editor (Series, Number; Location: Publisher).}

\begin{bibexbox}
{tonkin.strelnikov2009iem}
(not in book)
\tcblower
\begin{Verbatim}
@inproceedings{tonkin.strelnikov2009iem,
  author = {Emma Tonkin and Alexey Strelnikov},
  title = {Information Environment Metadata Schema Registry},
  editor = {Maristella Agosti and José Borbinha and Sarantos Kapidakis and Christos Papatheodorou and Giannis Tsakonas},
  booktitle = {Research and Advanced Technology for Digital Libraries},
  eventtitle = {13th European Conference, ECDL 2009},
  venue = {Corfu, Greece},
  eventdate = {2009-09-27/2009-10-02},
  series = {Lecture Notes in Computer Science},
  number = {5714},
  location = {Berlin},
  publisher = {Springer},
  date = {2009},
  pages = {487-488},
  isbn = {978-3-642-04345-1},
  issn = {0302-9743}}
\end{Verbatim}
\end{bibexbox}

\spec{Author (Year), \enquote{Title}, \lit{in} \emph{BookTitle}, EventTitle, Venue, ConfDate, \lit{ed.} Editor, n \lit{vols.} (Series, Number; Location: Publisher), VolNo. Pages.}

\begin{bibexbox}
{ding.etal2009sfc}
(not in book)
\tcblower
\begin{Verbatim}
@inproceedings{ding.etal2009sfc,
  author = {Lian Ding and Alex Ball and Manjula Patel and Jason Matthews and Glen Mullineux},
  title = {Strategies for the Collaborative Use of CAD Product Models},
  maintitle = {Proceedings of the 17th International Conference on Engineering Design (ICED ’09)},
  booktitle = {Design Information and Knowledge},
  volume = {8},
  editor = {Margareta Norell Bergendahl and Martin Grimheden and Larry Leifer},
  venue = {Stanford, CA},
  eventdate = {2009-08-24/2009-08-27},
  location = {Glasgow},
  publisher = {Design Society},
  date = {2009},
  pages = {123-134},
  isbn = {978-1-904670-12-4},
  url = {http://opus.bath.ac.uk/14285}}
\end{Verbatim}
\end{bibexbox}

\section{Published orations, addresses, lectures, and speeches}

\spec{Author (Year), \emph{Title}, Type, Venue, Date (Location: Publisher).}

\begin{bibexbox}
<OGS \S15.6\textdagger>
{gombrich1957as}
Gombrich, E. H. (1957), \emph{Art and Scholarship}, Inaugural Lecture, University College London, 14 Feb. 1957 (London: H. K. Lewis).
\tcblower
\begin{Verbatim}
@proceedings{gombrich1957as,
  author = {E. H. Gombrich},
  title = {Art and Scholarship},
  eventtitle = {Inaugural Lecture},
  venue = {University College London},
  eventdate = {1957-02-14},
  location = {London},
  publisher = {H. K. Lewis},
  date = {1957}}
\end{Verbatim}
\end{bibexbox}

\tip{Use the \texttt{eventtitle} field to indicate the type of the oration.}

\section{Unpublished conference paper}

\spec{Author (Year), \enquote{Title}, \lit{paper given at the} ConfTitle, Venue, EventDate.}

\begin{bibexbox}<OGS \S15.19.2>
{mason.etal1984nns}
Mason, J. B., Habicht, J. P., and Tabatabai, H. (1984), \enquote{Notes on Nutritional Surveillance}, paper delivered to the WHO conference.
\tcblower
\begin{Verbatim}
@unpublished{mason.etal1984nns,
  author = {J. B. Mason, and J. P. Habicht and H. Tabatabai},
  date = {1984},
  title = {Notes on Nutritional Surveillance},
  howpublished = {paper delivered to the WHO conference}}
\end{Verbatim}
\end{bibexbox}


\section{Unpublished orations, addresses, lectures, and speeches}

\spec{Author (Year), \enquote{Title}, Description.}

\begin{bibexbox}<OGS \S15.19.2>
{pritchard.pritchard1990ard}
Pritchard, E., and Pritchard, J. (1990), \enquote{A Reply to Drèze}, unpub.\ paper.
\tcblower
\begin{Verbatim}
@unpublished{pritchard.pritchard1990ard,
  author = {E. Pritchard and J. Pritchard},
  date = {1990},
  title = {A Reply to Drèze},
  howpublished = {unpub.\ paper}}
\end{Verbatim}
\end{bibexbox}


\chapter{Grey literature}\label{sec:report}
\chapterprecis{booklet, manual, patent, report, thesis, standard}

\section{One-off reports}

\spec{Author (Year), \emph{Title} (Location: Institution).}

\begin{bibexbox}
<OGS \S15.2.13\textdagger>
{botswana1980hdr}
Government of Botswana (1980), \emph{A Human Drought Relief Programme for Botswana} (Gabarone: Ministry of Local Government and Lands).
\tcblower
\begin{Verbatim}
@report{botswana1980hdr,
  author = {{Government of Botswana}},
  title = {A Human Drought Relief Programme for Botswana},
  location = {Gabarone},
  institution = {Ministry of Local Government and Lands},
  date = {1980}}
\end{Verbatim}
\end{bibexbox}

\tip{If the report does not specify an author, give the publishing institution in the \texttt{author} field.
  Some examples in the \emph{Oxford Guide to Style} repeat the institution in the publisher slot
  (i.e.\@ the \texttt{institution} field) and some do not.}

\begin{bibexbox}<OGS \S15.9.1>
{who1986nde}
WHO (World Health Organization) (1986), \emph{Nutrition and Development in East Africa} (Geneva: WHO)
\tcblower
\begin{Verbatim}
@report{who1986nde,
  author = {{World Health Organization}},
  shortauthor = {WHO},
  title = {Nutrition and Development in {East Africa}},
  date = {1986},
  location = {Geneva},
  institution = {WHO}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}<NHR \S17.3.2>
{cnnr2008tut}
CNNR/GMH (Comisión Nacional de Reparación y Reconciliación y Grupo de Memoria Historica) (2008), \emph{Trujilla: Una Tragedia que no Cesa [Trujilla: A Tragedy Without End]}, (Bogotá, Columbia: CNRR).
\tcblower
\begin{Verbatim}
@report{cnnr2008tut,
  shortauthor = {CNNR/GMH},
  author = {{Comisión Nacional de Reparación y Reconciliación y Grupo de Memoria Historica}},
  date = {2008},
  title = {Trujilla},
  subtitle = {Una Tragedia que no Cesa},
  titleaddon = {\printtext[title]{{Trujilla:} {A} Tragedy Without End}},
  location = {Bogotá, Columbia},
  institution = {CNRR}}
\end{Verbatim}
\end{bibexbox}


\section{Reports with a type or series}

\tip{The number of a report will only be printed if you also supply a type or
  series, or both. The difference between the two is that the series will be
  separated from the (type and) number by a comma, while only a space
  separates the type and number. In addition, if you supply a series but no
  type, the number will be prefixed by `No.\@' or the localized equivalent.}

\spec{Author (Year), \emph{Title}, Series, Type Number (Location: Institution).}

\begin{bibexbox}<OGS \S15.19.2>
{opcs1979amt}
Office of Population Censuses and Surveys (1979a), \emph{Area Mortality Tables: The Registrar-General's Decennial Supplement for England and Wales 1969--1973}, Series DS, No.~3 (London)
\tcblower
\begin{Verbatim}
@report{opcs1979amt,
  author = {{Office of Population Censuses and Surveys}},
  date = {1979},
  title = {Area Mortality Tables},
  subtitle = {The Registrar-General's Decennial Supplement for England and Wales 1969--1973},
  series = {Series DS},
  number = {3},
  location = {London}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}<OGS \S15.19.2>
{opcs1979pnc}
Office of Population Censuses and Surveys (1979b), \emph{Projections of the New Commonwealth and Pakistani Population}, OPCS Monitor PP2 79/1 (London)
\tcblower
\begin{Verbatim}
@report{opcs1979pnc,
  author = {{Office of Population Censuses and Surveys}},
  date = {1979},
  title = {Projections of the {New Commonwealth} and {Pakistani} Population},
  type = {OPCS Monitor},
  number = {PP2 79/1},
  location = {London}}
\end{Verbatim}
\end{bibexbox}

\tip{If the name of the series consists of the institution name and a type, it may make more sense to give the institution name in \code{series} rather than \code{institution}.}

\begin{bibexbox}(hacked)<NHR \S17.3.2*>
{rosenblatt.etal1988cap}
Rosenblatt, J., et al. (1988), \emph{The Common Agricultural Policy of the European Community}, International Monetary Fund, occasional paper 62 (Nov.)
\tcblower
\begin{Verbatim}
@report{rosenblatt.etal1988cap,
  author = {Julius Rosenblatt and others},
  title = {The {Common Agricultural Policy} of the {European Community}},
  date = {1988-11},
  series = {International Monetary Fund},
  type = {occasional paper},
  number = {62}}
\end{Verbatim}
\end{bibexbox}


\section{Jointly published reports}

It is more common with reports than with books for a work to be branded
jointly by several issuing organizations. Neither the \emph{Oxford Guide to
Style} nor \emph{New Hart's Rules} give explicit guidance on this, but I
suggest handling it by giving corresponding lists as the \code{location}
and \code{institution}:

\begin{tcblisting}{listing only}
  location = {Place 1 and Place 2 and Place 3},
  institution = {Organization 1 and Organization 2 and Organization 3},
\end{tcblisting}

This will be printed as follows:

\begin{tcolorbox}
(Place 1: Organization 1, Place 2: Organization 2, and Place 3: Organization 3)
\end{tcolorbox}

\section{Theses}

\spec{Author (Year), \enquote{Title}, Type (Institution).}

\begin{bibexbox}
<OGS \S15.5.1\textdagger>
{blackburn1970tlp}
Blackburn, B. J. (1970), \enquote{The Lupus Problem}, Ph.D. diss. (University of Chicago).
\tcblower
\begin{Verbatim}
@thesis{blackburn1970tlp,
  author = {Bonnie J. Blackburn},
  title = {The Lupus Problem},
  type = {Ph.D. diss.},
  institution = {University of Chicago},
  date = {1970}}
\end{Verbatim}
\end{bibexbox}

The following forms are also supported; to use them, pass the \key{thesis} option:

\begin{itemize}
  \item \key{thesis}\texttt{=}\val{in}\par
\spec{Author (Year), \enquote{Title} (Type, Institution).}
  \item \key{thesis}\texttt{=}\val{plain}\par
\spec{Author (Year), \enquote{Title}, Type, Institution.}
\end{itemize}

\section{Booklets, leaflets, and other formal but unpublished texts}

There are no obvious examples of this kind of material in the \emph{Oxford Guide
to Style} or \emph{New Hart's Rules}. I welcome suggestions for how to make the
generated references more Oxford-like.

\begin{bibexbox}
{msbh1921fvd}
(not in book)
\tcblower
\begin{Verbatim}
@booklet{msbh1921fvd,
  title = {The Facts about Venereal Diseases},
  date = {1921},
  howpublished = {distributed by the Missouri State Board of Health, Division of Venereal Diseases},
  location = {Jefferson City, MO}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{lloyds2015m}
(not in book)
\tcblower
\begin{Verbatim}
@booklet{lloyds2015m,
  author = {{Lloyds TSB Bank plc}},
  title = {Mortgages},
  date = {2015},
  howpublished = {obtained in Paisley branch}}
\end{Verbatim}
\end{bibexbox}

\section{Patents}

There are no examples of patents in the \emph{Oxford Guide to Style} or
\emph{New Hart's Rules}. I welcome suggestions for how to make the
generated references more Oxford-like.

Following the conventions from \pkg{biblatex-chicago}, use \texttt{origdate} for
the date the patent was filed (or the application was published), and
\texttt{date} for the date the patent was finally issued or published.

\tip{You can override the default date descriptions with the (non-standard)
\code{origdatetype} and \code{datetype} fields.}

\begin{bibexbox}
{petroff.stapelbroek1980bib}
(not in book)
\tcblower
\begin{Verbatim}
@patent{petroff.stapelbroek1980bib,
  author = {Petroff, M.~D. and Stapelbroek, M.~G.},
  title = {Blocked impurity band detectors},
  date = {1986-02-04},
  origdate = {1980-10-23},
  type = {patentus},
  number = {4,586,960},
  location = {Washington, DC},
  publisher = {U.S. Patent and Trademark Office}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{arduengo.etal2001pmi}
(not in book)
\tcblower
\begin{Verbatim}
@patent{arduengo.etal2001pmi,
  author = {Arduengo, III, Anthony J. and Gentry, Jr., Frederick P.
    and Taverkere,  Prakash~K. and Simmons, III, Howard E.},
  title = {Process for manufacture of imidazoles},
  year = {2001},
  type = {patentus},
  holder = {{E.~I. DuPont}},
  number = {6177575}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{pm1981opa}
(not in book)
\tcblower
\begin{Verbatim}
@patent{pm1981opa,
  author = {{Phillipp Morris Inc.}},
  title = {Optical perforating apparatus and system},
  origdate = {1981-01-07},
  date = {1985-05-15},
  type = {patenteu},
  number = {EP0021165}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{hideki1992qmc}
(not in book)
\tcblower
\begin{Verbatim}
@patent{hideki1992qmc,
  author = {U. Hideki},
  title = {Quadrature Modulation Circuit},
  type = {patentjp},
  number = {152932/92},
  date = {1992-05-20}}
\end{Verbatim}
\end{bibexbox}

\section{Standards}

There are no examples of technical standards in the \emph{Oxford Guide
to Style} or \emph{New Hart's Rules}. I welcome suggestions for how to make the
generated references more Oxford-like.

The particular quirk with standards entries is that the number is promoted to
the head of the reference if an author is not specified (or \key{useauthor} is
\val{false}). If this happens, the number is copied to \code{sortkey} so the
entry appears in the right place in the reference list, unless you get there
first with your own value of \code{sortkey}. You may want to do this if, for
example, you want \enquote{ISO 1000} to come after \enquote{ISO 999}.

\tip{You are encouraged to put the standards body in \code{organization}, but
  you can use \code{publisher} instead.}

\tip{The examples don't demonstrate it, but you can use the \code{version} field
  for the version of the standard.}

\begin{bibexbox}
{bs5605:1990}
(not in book)
\tcblower
\begin{Verbatim}
@standard{bs5605:1990,
  sortyear = {1990},
  title = {Recommendations for citing and referencing published material},
  number = {BS~5605:1990},
  shorthand = {BS5605},
  organization = {British Standards Institute}}
\end{Verbatim}
\end{bibexbox}


\begin{bibexbox}
{w3c2017html5.2}
(not in book)
\tcblower
\begin{Verbatim}
@standard{w3c2017html5.2,
  title = {{HTML} 5.2},
  editor = {Steve Faulkner and Arron Eicholz and Travis Leithead and
    Alex Danilo and Sangwhan Moon},
  date = {2017-12-14},
  type = {W3C Recommendation},
  organization = {World Wide Web Consortium},
  url = {https://www.w3.org/TR/html52/},
  urldate = {2018-02-17}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{ietf.rfc1155}
(not in book)
\tcblower
\begin{Verbatim}
@standard{ietf.rfc1155,
  author = {M. T. Rose and K. McCloghrie},
  title = {Structure and identification of management information for {TCP/IP}-based internets},
  date = {1990-05},
  organization = {Internet Engineering Task Force},
  series = {Request for Comments},
  type = {Internet Standard},
  number = {RFC~1155/STD~16},
  doi = {10.17487/RFC1155}}
\end{Verbatim}
\end{bibexbox}

\chapter{Audiovisual materials}\label{sec:audiovideo}
\chapterprecis{artwork, audio, inaudio, image, movie, music, inmusic, performance, video}

There are typically many contributors to an audiovisual work, and the priority given to each role is fluid. \pkg[biblatex]{Oxref} uses \code{author} for contributors that should go at the head of the reference, and \code{editor} for others. As well as the normal ones you can use the author\slash editor types \code{performer}, \code{conductor}, \code{director} and \code{reader}.

\section{Audio recordings}

The basic structure of audio recording entries is as follows:

\spec{Composer (RecordingYear), \emph{Title}, Artist, RecordingDate (RecordingCompany Type Number, PublicationDate) [Medium].}

If the composer's name is not of interest, it may be omitted or replaced by the artist's name.

\tip{Use \code{origdate} to specify the date of recording. If you want it to be introduced by something other than the localized string \enquote{recorded}, use the (non-standard) \code{origdatetype} field%
.}

The \emph{Oxford Guide to Style} offers several ways of expressing the recording company:

\begin{itemize}
\item
  a simple label name – e.g.\@ \enquote{Columbia}, \enquote{Hyperion}, \enquote{Archiv} – followed immediately by the type or number
\item
  a label name separated from the number by a comma, e.g.\@ \enquote{Valois,}
  \enquote{EMI Electrola,} \enquote{EMI Blues Series,}
\item
  a compiling organization, semicolon, publishing company, no comma, e.g.\@ \enquote{Smithsonian Institution; Columbia}
\item
  a publishing company, colon, label name, comma, e.g.\@ \enquote{Decca Record Company, Ltd.: Éditions de l'Oiseau-lyre,}
\item
  a publishing company, comma, location, comma, e.g.\@ \enquote{Christophorus-Verlag Herder, Freiburg im Breisgau,}
\end{itemize}

\emph{New Hart's Rules} sticks firmly with the first of these, so \pkg[biblatex]{oxref} makes this the easiest choice but provides workarounds to allow you to achieve most of the others if you really need to.

\tip{To get the normal format, put the label name in \code{publisher}, the type of release (e.g.\@ compact disc, audio cassette) in \code{type}, and the catalogue number in \code{number}. In the examples from \emph{New Hart's Rules}, the type is uniformly omitted.}

\tip{To put a comma between the label and the type\slash number, put the label name in \code{series} instead.}

\tip{If you provide both a \code{publisher} and a \code{series}, they will be separated by \cs{recordseriespunct}, which is initially set to \cs{addcomma}\cs{space}. You could set it to \cs{addcolon}\cs{space} instead to match the example.}

\tip{If the compiling organization is distinct from the publisher, put the former in \code{origpublisher}; it will be separated from the publisher by a semicolon.}

\tip{Contrary to the OGS example, but in common with other entry types, the location if provided will be printed before the publisher, separated from it by a colon. (This is why a comma is the default for \cs{recordseriespunct}.) In the absence of a publisher it will be followed by a comma.}

\begin{bibexbox}
<NHR \S18.7.2*\textdagger>
{carter1991fsq}
Carter, E. (1991), \emph{The Four String Quartets}, Juilliard String Quartet (Sony S2K 47229).
\tcblower
\begin{Verbatim}
@music{carter1991fsq,
  author = {Elliott Carter},
  title = {The Four String Quartets},
  editor = {{Juilliard String Quartet}},
  editortype = {performer},
  publisher = {Sony},
  number = {S2K 47229},
  date = {1991}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.14.1\textdagger>
{hillier1989p}
Hillier, P. (1989), \emph{Proensa} (ECM Records compact disc ECM 1368).
\tcblower
\begin{Verbatim}
@music{hillier1989p,
  author = {Paul Hillier},
  title = {Proensa},
  publisher = {ECM Records},
  type = {compact disc},
  number = {ECM 1368},
  date = {1989}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.14.1\textdagger>
{couperin1970pdc}
Couperin, F. (1970), \emph{Pièces de clavecin: Huit préludes de L'Art de toucher le clavecin. Livre I. Troisième et quatrième ordres}, H. Dreyfus (Valois, MB 797).
\tcblower
\begin{Verbatim}
@music{couperin1970pdc,
  author = {Francois Couperin},
  title = {Pièces de clavecin},
  subtitle = {Huit préludes de L'Art de toucher le clavecin. Livre I. Troisième et quatrième
    ordres},
  editor = {Huguette Dreyfus},
  editortype = {performer},
  series = {Valois},
  number = {MB 797},
  date = {1970}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.14.1\textdagger>
{pageNDmn}
\emph{The Mirror of Narcissus: Songs by Guillaume de Machaut} (n.d.), Gothic Voices, dir. C. Page (Hyperion compact disc CDA 66087).
\tcblower
\begin{Verbatim}
@music{pageNDmn,
  title = {The Mirror of Narcissus},
  subtitle = {Songs by Guillaume do Machaut},
  editor = {{Gothic Voices}},
  editortype = {performer},
  editora = {Christopher Page},
  editoratype = {director},
  publisher = {Hyperion},
  type = {compact disc},
  number = {CDA 66087}}
\end{Verbatim}
\end{bibexbox}

\tip{To describe the medium in a separate note, use the \texttt{howpublished} field.}

\begin{bibexbox}
<NHR \S18.7.2\textdagger>
{hopkinsNDcar}
Lightnin' Hopkins (n.d.), \emph{The Complete Aladdin Recordings} (EMI Blues Series, CDP-7-96843-2) [2-vol.\@ CD set].
\tcblower
\begin{Verbatim}
@music{hopkinsNDcar,
  author = {{Lightnin’ Hopkins}},
  title = {The Complete Aladdin Recordings},
  series = {EMI Blues Series},
  number = {CDP-7-96843-2},
  howpublished = {2-vol.\@ CD set}}
\end{Verbatim}
\end{bibexbox}

\tip{To describe the medium as part of the publication statement, use the \texttt{type} field.}

\begin{bibexbox}
<OGS \S15.14.1\textdagger>
{lewis1981lww}
Lewis, C. S. (1981), \emph{The Lion, the Witch, and the Wardrobe}, read by Sir M. Hordern (2 audio cassettes, TO1611).
\tcblower
\begin{Verbatim}
@audio{lewis1981lww,
  author = {C. S. Lewis},
  title = {The Lion, the Witch, and the Wardrobe},
  editor = {title=Sir, given=Michael, family=Hordern},
  editortype = {reader},
  type = {2 audio cassettes},
  number = {TO1611},
  date = {1981}}
\end{Verbatim}
\end{bibexbox}

\subsection{Combination releases}

Sometimes publishers will put several works on a single release without giving it an overall title.

\tip{Put the subsequent composer\slash title combinations in new entries, and relate them with a \code{relatedtype} of \code{includes}.}

\begin{bibexbox}
<NHR \S18.7.2*\textdagger>
{dutilleux1987as}
Dutilleux, H. (1987), \emph{L'Arbre des songes}, and Maxwell Davies, P., \emph{Concerto for Violin and Orchestra}, Royal Philharmonic Orchestra, cond. A. Previn, violin I. Stern (CBS MK 42449).
\tcblower
\begin{Verbatim}
@audio{dutilleux1987as,
  author = {Henri Dutilleux},
  title = {L'Arbre des songes},
  related = {maxwelldavies1987},
  relatedtype = {includes},
  editor = {{Royal Philharmonic Orchestra}},
  editortype = {performer},
  editora = {André Previn},
  editoratype = {conductor},
  editorb = {Isaac Stern},
  editorbtype = {violin},
  publisher = {CBS},
  number = {MK 42449},
  date = {1987}}
@audio{maxwelldavies1987,
  author = {Maxwell Davies, Peter},
  title = {Concerto for Violin and Orchestra},
  date = {1987}}
\end{Verbatim}
\end{bibexbox}

\hack{Only the primary work will show up in citations; the subsequent ones will not.
  If this is not what you want, you will need to use \code{shortauthor}\slash\code{shorttitle} or \code{shorthand}, or build up the citation manually with \cs{citeauthor} and the like.}

\info{Depending on the thrust of your document, you could remove the complication by shifting the composers into the title and putting the performers in the author position.}

\info{If you are only interested in one of the works in the release, you might be better off using the \code{inaudio} entry type instead (see below).}

\subsection{Tracks from an album}

\tip{Use the non-standard entry types \code{inaudio} or \code{inmusic} to reference a single work within an album. Use \code{booktitle} (somewhat loosely) for the album title.}

\begin{bibexbox}
<NHR \S18.7.2*\textdagger>
{davis1997sw}
Davis, M. et al. (1959), \enquote{So What}, in \emph{Kind of Blue} (Columbia CK 64935, 1997) [CD].
\tcblower
\begin{Verbatim}
@inaudio{davis1997sw,
  author = {Miles Davis and others},
  title = {So What},
  booktitle = {Kind of Blue},
  origdate = {1959},
  origdatetype = {rec\adddot},
  publisher = {Columbia},
  number = {CK 64935},
  date = {1997},
  howpublished = {CD}}
\end{Verbatim}
\end{bibexbox}

\info{Note the use of \code{origdate} for the date of recording in this example.}

\section{Video recordings}

\spec{\emph{Title} (Year) (Publisher, Number).}

\begin{bibexbox}
<OGS \S15.14.2\textdagger>
{bbc1987ava}
\emph{The Ashes: Victory in Australia} (1987) (BBCV 4040).
\tcblower
\begin{Verbatim}
@video{bbc1987ava,
  title = {The {Ashes}},
  subtitle = {Victory in {Australia}},
  publisher = {BBCV},
  number = {4040},
  date = {1987}}
\end{Verbatim}
\end{bibexbox}

\spec{\enquote{EpisodeTitle} (Year), \emph{SeriesTitle} \lit{series} (Publisher, Number).}

\tip{For an episode in a series, set the \code{entrysubtype} to \code{episode} and put the series name in \code{maintitle}.}

\begin{bibexbox}
<OGS \S15.14.2\textdagger>
{britt1986pho}
\enquote{Percy and Harold and Other Stories} (1986), \emph{Thomas the Tank Engine and Friends} series (Britt Allcroft 5-014861-100224).
\tcblower
\begin{Verbatim}
@video{britt1986pho,
  entrysubtype = {episode},
  title = {{Percy} and {Harold} and Other Stories},
  maintitle = {Thomas the Tank Engine and Friends \textup{series}},
  publisher = {Britt Allcroft},
  number = {5-014861-100224},
  date = {1986}}
\end{Verbatim}
\end{bibexbox}

\spec{Director (Year) (\lit{dir.}), \emph{Title} (Publisher, Number).}

\tip{Use the \texttt{author} field to place a credit at the head of the reference.}

\begin{bibexbox}
<OGS \S15.14.2\textdagger>
{chaplin1936mt}
Chaplin, C. (1936) (dir.), \emph{Modern Times} (United Artists).
\tcblower
\begin{Verbatim}
@movie{chaplin1936mt,
  author = {Charles Chaplin},
  authortype = {director},
  title = {Modern Times},
  publisher = {United Artists},
  date = {1936}}
\end{Verbatim}
\end{bibexbox}

\spec{\emph{Title} (Year), \lit{dir.} Director (Publisher, Number).}

\tip{Use the \texttt{editor} field to place a credit after the title.}

\begin{bibexbox}
<OGS \S15.14.2\textdagger>
{reiner1983tst}
\emph{This is Spinal Tap: A Rockumentary by Marti Di Bergi} (1983), dir.\ R. Reiner (Embassy Pictures).
\tcblower
\begin{Verbatim}
@movie{reiner1983tst,
  title = {This is {Spinal} {Tap}},
  subtitle = {A Rockumentary by {Marti} {Di} {Bergi}},
  editor = {Rob Reiner},
  editortype = {director},
  publisher = {Embassy Pictures},
  date = {1983}}
\end{Verbatim}
\end{bibexbox}

\spec{\emph{Title} (Year) (Publisher, Number), Credit.}

\tip{You can place up to four credits in the editor position, more if any of them correspond to the built-in editor types like \texttt{commentator} or \texttt{translator}.
  If you do supply a lot of credits, the \emph{Oxford Guide to Style} recommends you shift them to the end of the reference.
  You can do this with the \key{endeditor} option.}

\begin{bibexbox}
<OGS \S15.14.2\textdagger>
{kaurismaki1989lcg}
\emph{Leningrad Cowboys Go America} (1989) (Villealfa Filmproductions), dir.\@ and screenplay by A. Kaurismäki, story by S. Järvenpää, A. Kaurismäki, M. Valtonen.
\tcblower
\begin{Verbatim}
@movie{kaurismaki1989lcg,
  title = {Leningrad Cowboys Go America},
  publisher = {Villealfa Filmproductions},
  date = {1989},
  editortype = {dir.\ and screenplay by},
  editor = {Aki Kaurismäki},
  editoratype = {story by},
  editora = {Sakke Järvenpää and Aki Kaurismäki and Mato Valtonen},
  options = {endeditor}}
\end{Verbatim}
\end{bibexbox}

\tip{For an online video, set the \code{entrysubtype} to \code{clip}.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{bbc2013iim}
BBC News (2013), \enquote{Inside India's Mars Mission HQ} [video] (5 Nov.), \url{http://www.bbc.co.uk/news/world-24826253}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@video{bbc2013iim,
  entrysubtype = {clip},
  author = {{BBC News}},
  title = {Inside India's Mars Mission HQ},
  date = {2013-11-05},
  url = {http://www.bbc.co.uk/news/world-24826253},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{rubinstein1956rpc}
Rubinstein, A. (1956), \enquote{Rachmaninoff Piano Concerto No. 2, Op. 18, I Moderato, Allegro (Fritz Reiner)} [video], YouTube (recorded 9 Jan., uploaded 8 Nov. 2011), \url{http://www.youtube.com/watch?v=0Vv0Sy9FJrc&list=PLDB11C4F39E09047F}, accessed 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@video{rubinstein1956rpc,
  entrysubtype = {clip},
  author = {Arthur Rubinstein},
  title = {Rachmaninoff Piano Concerto No. 2, Op. 18, I Moderato, Allegro (Fritz Reiner)},
  organization = {YouTube},
  origdate = {1956-01-09},
  date = {2011-11-08},
  datetype = {uploaded},
  url = {http://www.youtube.com/watch?v=0Vv0Sy9FJrc&list=PLDB11C4F39E09047F},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\tip{Use \texttt{origdate} and, if necessary, the (non-standard) \texttt{origdatetype} field to specify the date of recording or original broadcast. Use the (non-standard) \texttt{datetype} field to clarify the event represented by the publication date.}

\section{Broadcasts}\label{sec:broadcasts}

The \emph{Oxford Guide to Style} prints all information about the transmission, including the date, bare. \emph{New Hart's Rules} tends to put the transmittion date in parentheses, perhaps because (\emph{a}) broadcast is a type of publication, (\emph{b}) episodes in some very long-running series are identified by date alone, and (\emph{c}) it may be important to know which broadcast is referenced since the edits might be different. \pkg[biblatex]{Oxref} sides with the latter.

\spec{\emph{Title} (Year), Channel (Location, Day Month, Time).}

\tip{Put the channel in the \code{organization} field.}

\begin{bibexbox}
<OGS \S15.14.3*\textdagger>
{canal2001ch}
\emph{Un Cœur in Hiver} (2001), Canal+ (Paris, 15 May, 11.40 p.m.).
\tcblower
\begin{Verbatim}
@video{canal2001ch,
  title = {Un Cœur in Hiver},
  organization = {Canal+},
  location = {Paris},
  date = {2001-05-15T23:40:00+02:00}}
\end{Verbatim}
\end{bibexbox}

\spec{\enquote{EpisodeTitle} (Year), \emph{SeriesTitle}, \lit{Episode} EpisodeNumber, Channel, Day Month.}

\tip{If the episode has a true title, the episide descriptor (e.g. \enquote{Episode 1}) goes in the \code{note} field.
  If it doesn't, the episode descriptor goes in the \code{title} field; annotate the field with the keyword \code{descriptor} to remove the quote marks.
  Alternatively, use the (non-standard) \code{descriptor} field for the episode descriptor in all cases, and \pkg[biblatex]{oxref} will take care of this for you.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{berger1972ws}
Berger, J. (1972), Episode 1, \emph{Ways of Seeing}, BBC, \url{https://www.youtube.com/watch?v=0pDE4VX_9Kk}, accessed 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@video{berger1972ws,
  entrysubtype = {episode},
  author = {John Berger},
  title = {Episode 1},
  title+an = {=descriptor},
  maintitle = {Ways of Seeing},
  organization = {BBC},
  date = {1972},
  url = {https://www.youtube.com/watch?v=0pDE4VX_9Kk},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\section{Podcasts, video podcasts and webcasts}

\tip{Set the \code{entrysubtype} to \code{podcast} for a podcast.}

\begin{bibexbox}
<NHR \S18.7.3\textdagger>
{weldon2010did}
Weldon, F. (2010), interview with Kirsty Young, \emph{Desert Island Discs Archive} [podcast], BBC Radio 4 (9 May), \url{http://www.bbc.co.uk/podcasts/series/dida05/all}.
\tcblower
\begin{Verbatim}
@audio{weldon2010did,
  entrysubtype = {podcast},
  author = {Fay Weldon},
  descriptor = {interview with {Kirsty Young}},
  maintitle = {Desert Island Discs Archive},
  organization = {BBC Radio 4},
  date = {2010-05-09},
  url = {http://www.bbc.co.uk/podcasts/series/dida05/all}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5*\textdagger>
{perry2013ifm}
Perry, G. (2013), \enquote{I Found Myself in the Art World} [podcast], Reith Lecture, BBC Radio 4 (5 Nov.), \url{http://downloads.bbc.co.uk/podcasts/radio4/reith/reith_20131105-0940b.mp3}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@audio{perry2013ifm,
  entrysubtype = {podcast},
  author = {Grayson Perry},
  title = {I Found Myself in the Art World},
  note = {Reith Lecture},
  date = {2013-11-05},
  organization = {BBC Radio 4},
  url = {http://downloads.bbc.co.uk/podcasts/radio4/reith/reith_20131105-0940b.mp3},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\info{I am not sure why \emph{New Hart's Rules} places the channel after the date in the above case; it is probably a mistake or an odd variation, so I have adjusted it for consistency.}

\tip{As for other online videos, set the \code{entrysubtype} to \code{clip} for a video podcast.}

\begin{bibexbox}
<NHR \S18.8.5*\textdagger>
{nicholson2011qsm}
Nicholson, C. (2011), \enquote{A Quirk of Speech May Become a New Vocal Style} [video], \emph{Scientific American} (17 Dec.), \url{http://www.scientificamerican.com/podcast/episode.cfm?id=a-quirk-of-speech-may-become-a-new-11-12-17}, accessed 4 Nov. 2013.
\tcblower
\begin{Verbatim}
@video{nicholson2011qsm,
  entrysubtype = {clip},
  author = {Christie Nicholson},
  title = {A Quirk of Speech May Become a New Vocal Style},
  organization = {\emph{Scientific American}},
  date = {2011-12-17},
  url = {http://www.scientificamerican.com/podcast/episode.cfm?id=a-quirk-of-speech-may-become-a-new-11-12-17},
  urldate = {2013-11-04}}
\end{Verbatim}
\end{bibexbox}

\info{The above is actually an episode of the audio podcast \emph{60-Second Mind} (which would be the \code{maintitle}).
  \emph{Scientific American} is in this instance the \code{organization} that is hosting it, but because it is also the name of a journal, it has been manually formatted to match.}

\tip{Perhaps a better way of achieiving consistency in this case would be to treat it like an article, and clarify the medium (i.e.\@ video, erroneously) using the \texttt{titleaddon} field.}

\tip{Set the \code{entrysubtype} to \code{webcast} for a webcast.}

\begin{bibexbox}
<NHR \S18.8.5*\textdagger>
{yousafzai2013mwa}
Yousafzai, M. (2013), \enquote{Making a Wish for Action on Global Education: Malala Yousafzai Addresses Youth Assembly at UN on her 16th Birthday, 12 July 2013} [webcast], UN Web TV, (12 July), \url{http://webtv.un.org/search/malala-yousafzai-un-youth-assembly/2542094251001?term=malala}, accessed 15 Feb. 2015.
\tcblower
\begin{Verbatim}
@video{yousafzai2013mwa,
  entrysubtype = {webcast},
  author = {Malala Yousafzai},
  title = {Making a Wish for Action on Global Education},
  subtitle = {Malala Yousafzai Addresses Youth Assembly at UN on her 16th Birthday, 12 July 2013},
  organization = {UN Web TV},
  date = {2013-07-12},
  url = {http://webtv.un.org/search/malala-yousafzai-un-youth-assembly/2542094251001?term=malala},
  urldate = {2015-02-15}}
\end{Verbatim}
\end{bibexbox}

\section{Images and works of art}

\tip{If you need the type of image or artwork to appear in square brackets,
  put it in \code{titleaddon}. Otherwise, put it in \code{type}.}

\tip{Use \code{institution} (a list) or \code{venue} (a literal) for the
  organization, museum, gallery or building physically hosting the image, and
  \code{location} for where it is.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{clarkeNDeci}
Clarke, M. (n.d.), \enquote{Exports of Coal to the IFS} [poster], Manchester Art Gallery, \url{http://www.machestergalleries.org/the-collections/search-the-collection/display.php?EMUSESSID=70bd7f1a388d79a82f52ea9aae713ef2&irn=4128}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@image{clarkeNDeci,
  author = {M. Clarke},
  title = {Exports of Coal to the IFS},
  titleaddon = {poster},
  institution = {Manchester Art Gallery},
  url = {http://www.machestergalleries.org/the-collections/search-the-collection/display.php?EMUSESSID=70bd7f1a388d79a82f52ea9aae713ef2&irn=4128},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\tip{Use \code{organization} for the website or online location of the image.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{ibwNDcgs}
\enquote{Christ the Good Shepherd} (n.d.), stained glass window, Church of St Erfyl, Llanerfyl, Powys, Imaging the Bible in Wales Database, \url{http://imagingthebible.llgc.org.uk/object/1884}, accessed 10 Nov. 2013.
\tcblower
\begin{Verbatim}
@image{ibwNDcgs,
  title = {Christ the Good Shepherd},
  type = {stained glass window},
  venue = {Church of St Erfyl},
  location = {Llanerfyl, Powys},
  organization = {Imaging the Bible in Wales Database},
  url = {http://imagingthebible.llgc.org.uk/object/1884},
  urldate = {2013-11-10}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{davinci1480mr}
(not in book)
\tcblower
\begin{Verbatim}
@artwork{davinci1480mr,
  author = {given=Leonardo, family=da Vinci},
  title = {Madonna of the Rocks},
  type = {oil on canvas},
  note = {78 x 48.5 in\adddot},
  year = {1480s},
  date+an = {=inferred},
  institution = {Louvre},
  location = {Paris}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{gormley1998an}
(not in book)
\tcblower
\begin{Verbatim}
@artwork{gormley1998an,
  author = {Anthony Gormley},
  title = {Angel of the {North}},
  date = {1998},
  type = {sculpture},
  location = {Low Fell, Gateshead}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{rodin1882k}
(not in book)
\tcblower
\begin{Verbatim}
@artwork{rodin1882k,
  author = {Auguste Rodin},
  title = {The Kiss},
  date = {1882},
  type = {marble},
  institution = {Musée Rodin},
  location = {Paris}}
\end{Verbatim}
\end{bibexbox}

\section{Performances}

\tip{Use \code{origdate} for the date when the play, ballet, opera, or whatever
  was written or premièred, and \code{date} for the date of the performance you
  are referencing. You can specify what these dates signify with the
  (non-standard) \code{origdatetype} and \code{datetype} fields. You can also
  use \code{eventdate} in place of \code{date}, but then you won't be able to
  specify the type.}

\tip{As for recordings, you can use the \code{author} and \code{editor} fields
  to provide various credits. As for artworks, use \code{venue} and
  \code{location} for where the performance occurred, and \code{organization}
  for a website or organization hosting a recording of the performance online.}

\begin{bibexbox}
{ashton1937wb}
(not in book)
\tcblower
\begin{Verbatim}
@performance{ashton1937wb,
  author = {Frederick Ashton},
  origdate = {1937},
  title = {A Wedding Bouquet},
  venue = {Royal Opera House},
  location = {London},
  date = {2004-10-22}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{lord2007dc}
(not in book)
\tcblower
\begin{Verbatim}
@performance{lord2007dc,
  author = {Jon Lord},
  date = {2007-10-20},
  title = {Durham Concerto},
  editor = {{Liverpool Philharmonic Orchestra}},
  editortype = {performer},
  editora = {Mischa Damev},
  editoratype = {conductor},
  venue = {Durham Cathedral},
  location = {Durham}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{judge1995mnd}
(not in book)
\tcblower
\begin{Verbatim}
@performance{judge1995mnd,
  options = {useauthor=false,useeditor=false},
  author = {William Shakespeare},
  title = {A Midsummer Night's Dream},
  editor = {Ian Judge},
  editortype = {director},
  date = {1995-02-26},
  venue = {Theatre Royal},
  location = {Newcastle upon Tyne}}
\end{Verbatim}
\end{bibexbox}

\chapter{Digital media}\label{sec:electronic}
\chapterprecis{online, software, dataset}

In Section 18.8.5 of \emph{New Hart's Rules}, some publication dates are printed in parentheses and some are left bare.
In theory, the difference should be that parentheses indicate \enquote{proper} publication (bare dates are when the resource was created or issued). In practice, it seems to be random. I have therefore decided to ignore the variation and leave all such dates in parentheses.

\section{Website articles}

Standard \textsf{biblatex} only provides for one title for online resources, which is fine for whole websites but not if you want to cite one page or article within a website.

\tip{If the piece is unsigned, put the site name in the \code{author} field.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{bbc2013cgh}
BBC News (2013), \enquote{Colchester General Hospital: Police Probe Cancer Treatment} (5 Nov.), \url{http://www.bbc.co.uk/news/uk-england-essex-24819973}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{bbc2013cgh,
  author = {{BBC News}},
  title = {Colchester General Hospital},
  subtitle = {Police Probe Cancer Treatment},
  date = {2013-11-05},
  url = {http://www.bbc.co.uk/news/uk-england-essex-24819973},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\tip{If the piece is signed, put the site name in the \code{organization} field.
  The rationale is that \textsf{biblatex} uses this for the organization hosting the site,
  and it can get a bit blurry between that and the name of the site itself.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{hooper2013lfs}
Hooper, R. (2013), \enquote{Lebanon's Forgotten Space Programme}, BBC News Magazine (14 Nov.) \url{http://www.bbc.co.uk/news/magazine-24735423}, accessed 14 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{hooper2013lfs,
  author = {Richard Hooper},
  title = {Lebanon's Forgotten Space Programme},
  organization = {BBC News Magazine},
  date = {2013-11-14},
  url = {http://www.bbc.co.uk/news/magazine-24735423},
  urldate = {2013-11-14}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{tan2013wdt}
Tan, S.-L. (2013), \enquote{Why does this Baby Cry when her Mother Sings?} [including video], OUPblog (5 Nov.), \url{http://blog.oup.com/2013/11/why-does-this-baby-cry-when-her-mother-sings-viral-video/}, accessed 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{tan2013wdt,
  author = {Siu-Lan Tan},
  title = {Why does this Baby Cry when her Mother Sings?},
  titleaddon = {including video},
  organization = {OUPblog},
  date = {2013-11-05},
  url = {http://blog.oup.com/2013/11/why-does-this-baby-cry-when-her-mother-sings-viral-video/},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{allaby2013fll}
Allaby, M. (2013), \enquote{Feathers and Lava Lamps}, Oxford Reference, \url{http://www.oxfordreference.com/page/featherslavalamps}, accessed 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{allaby2013fll,
  author = {Michael Allaby},
  title = {Feathers and Lava Lamps},
  organization = {Oxford Reference},
  date = {2013},
  url = {http://www.oxfordreference.com/page/featherslavalamps},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\tip{If the site looks more like a traditional journal (e.g.\@ with an ISSN), use the \code{article} entry type instead of \code{online}.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{mcewen2013tte}
McEwen, S. (2013), \enquote{Tan Twan Eng Interview: \enquote{I Have No Alternative but to Write in English}}, \emph{The Spectator} (20 May), \url{http://blogs.spectator.co.uk/books/2013/05/tan-twang-eng-interview-i-have-no-alternative-but-to-write-in-english/}, accessed 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@article{mcewen2013tte,
  author = {Stephen McEwen},
  title = {Tan Twan Eng Interview: \enquote{I Have No Alternative but to Write in English}},
  journaltitle = {The Spectator},
  date = {2013-05-20},
  options = {varissuedate=false},
  url = {http://blogs.spectator.co.uk/books/2013/05/tan-twang-eng-interview-i-have-no-alternative-but-to-write-in-english/},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\section{Online reference article}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{eb2013gp}
\enquote{Gunpowder Plot} (n.d.), \emph{Encyclopaedia Britannica}, \url{http://www.britannica.com/EBchecked/topic/249505/Gunpowder-Plot}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{eb2013gp,
  title = {Gunpowder Plot},
  maintitle = {Encyclopaedia Britannica},
  url = {http://www.britannica.com/EBchecked/topic/249505/Gunpowder-Plot},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\tip{Unlike standard \textsf{biblatex}, \pkg[biblatex]{oxref} supports \code{maintitle} for online entries and prints the result in italics. For more portability, you could either hard-code the italics into the \code{organization} field or use the \code{article} entry type.}

\info{It is not made explicit why \emph{Encyclopaedia Britannica} is in italics and \emph{Wikipedia} is not.
  It might be historical or customary, because \emph{Encyclopaedia Britannica} was established as a print publication and \emph{Wikipedia} has only been online;
  it might be because \emph{Encyclopaedia Britannica} is a Latin title;
  it might reflect an opinion on the two resources;
  or it may just be illustrative of variant practice.}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{wp2013oup}
\enquote{Oxford University Press} (2013), Wikipedia (last modified 5 Nov.), \url{http://en.wikipedia.org/wiki/Oxford_University_Press}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{wp2013oup,
  title = {Oxford University Press},
  organization = {Wikipedia},
  date = {2013-11-05},
  datetype = {modified},
  url = {http://en.wikipedia.org/wiki/Oxford_University_Press},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\tip{Use the (non-standard) \texttt{datetype} field to clarify the event represented by the main date.}

\section{Social media}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{obama2013tvd}
Obama, B. (2013), \enquote{Tomorrow is Veterans Day} [Facebook post] (10 Nov.), \url{https://www.facebook.com/barackobama/photos/a.53081056748.66806.6815841748/10151936988101749/}, accessed 13 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{obama2013tvd,
  entrysubtype = {facebook},
  author = {Barack Obama},
  title = {Tomorrow is Veterans Day},
  date = {2013-11-10},
  url = {https://www.facebook.com/barackobama/photos/a.53081056748.66806.6815841748/10151936988101749/},
  urldate = {2013-11-13}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{harvey2013tfm}
Harvey, J. (2013), \enquote{\enquote{These are a Few of My Favourite Things}, No.~28} [Facebook post] (13 Nov.), \url{https://www.facebook.com/photo.php?fbid=229786530530896&set=a.108896335953250.15125.100004986510149&type=1&theatre}, accessed 13 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{harvey2013tfm,
  entrysubtype = {facebook},
  author = {John Harvey},
  title = {\enquote{These are a Few of My Favourite Things}, No.~28},
  date = {2013-11-13},
  url = {https://www.facebook.com/photo.php?fbid=229786530530896&set=a.108896335953250.15125.100004986510149&type=1&theatre},
  urldate = {2013-11-13}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5*\textdagger>
{globe2013otd}
Shakespeare's Globe (2013), \enquote{On this day in 1611 first production of The Tempest was performed by King's Men at Whitehall Palace before James I} [Twitter post] (5.48~a.m., 1~Nov.), \url{https://twitter.com/The_Globe/status/396257422928400385}, accessed 5 Nov. 2013.
\tcblower
\begin{Verbatim}
@online{globe2013otd,
  entrysubtype = {tweet},
  author = {{Shakespeare's Globe}},
  title = {On this day in 1611 first production of The Tempest was performed by King's Men at Whitehall Palace before James I},
  date = {2013-11-01T05:48:00},
  options = {timefirst},
  url = {https://twitter.com/The_Globe/status/396257422928400385},
  urldate = {2013-11-05}}
\end{Verbatim}
\end{bibexbox}

\tip{If it feels odd putting the entire content of a tweet in your reference, \emph{New Hart's Rules} suggests using a descriptor like \enquote{Twitter post} instead of the title. As described in \cref{sec:broadcasts}, you can do this either by annotating the title field with the keyword \code{descriptor} or by using the (non-standard) \code{descriptor} field in place of \code{title}.}

\begin{bibexbox}
{oup2015tweet}
(not in book)
\tcblower
\begin{Verbatim}
@online{oup2015tweet,
  author = {{Oxford University Press}},
  shortauthor = {OUP},
  descriptor = {Twitter post},
  date = {2015-11-16T01:07:00},
  url = {https://twitter.com/OxUniPress/status/666180787251843072},
  urldate = {2015-12-25}}
\end{Verbatim}
\end{bibexbox}

\section{Software}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{simoga1.1d6}
Simoga (n.d.), \emph{Device 6} (version 1.1) [mobile application for iPhone and iPad], downloaded 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@software{simoga1.1d6,
  author = {Simoga},
  title = {Device 6},
  version = {1.1},
  titleaddon = {mobile application for iPhone and iPad},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{eliot1.1.1twl}
Eliot, T. S. (2013), \emph{The Waste Land} (version 1.1.1) [mobile application for iPad] (London: Touch Press), downloaded 9 Nov. 2013.
\tcblower
\begin{Verbatim}
@software{eliot1.1.1twl,
  author = {T. S. Eliot},
  title = {The Waste Land},
  version = {1.1.1},
  titleaddon = {mobile application for iPad},
  location = {London},
  publisher = {Touch Press},
  date = {2013},
  urldate = {2013-11-09}}
\end{Verbatim}
\end{bibexbox}

\section{Database}

\begin{bibexbox}
<NHR \S18.8.5\textdagger>
{un2011wpp}
United Nations (2011), \emph{World Population Prospects: The 2010 Revision} [CD-ROM] (New York: United Nations Department of Economic and Social Affairs, Population Division).
\tcblower
\begin{Verbatim}
@dataset{un2011wpp,
  author = {{United Nations}},
  title = {World Population Prospects},
  subtitle = {The 2010 Revision},
  titleaddon = {CD-ROM},
  location = {New York},
  publisher = {{United Nations Department of Economic and Social Affairs, Population Division}},
  date = {2011}}
\end{Verbatim}
\end{bibexbox}

\chapter{Legal references}\label{sec:legal}
\chapterprecis{commentary, jurisdiction, legal, legislation}

\pkg[biblatex]{Oxref} provides only a basic level of support for legal references, in case you need to use some in a mainly non-legal text.
For a more thorough and robust treatment, intended for a specialist readership, I recommend you use the \pkg{oscola} style instead.

Since there is a family resemblence between the \emph{Oxford Guide to Style\slash New Hart's Rules} and the \emph{Oxford Standard for the Citation of Legal Authorities}, \pkg[biblatex]{oxref} largely mimics \pkg{oscola} and its data model, though there are some small formatting differences. What you should \emph{not} expect from \pkg[biblatex]{oxref} are facilities for compiling specialist indices of sources, or anything special regarding the handling of postnotes.


\section{Cases}

\subsection{Reported cases}

Use the \code{jurisdiction} entry type for citing cases.

\tip{Use the \code{keyword} field to specify the jurisdiction. The following are recognized:
  \begin{itemize}
  \item\val{gb}
    United Kingdom
  \item\val{en}:
    England (default)
  \item\val{cy}:
    Wales
  \item\val{sc}:
    Scotland
  \item\val{ni}:
    Northern Ireland
  \item\val{eu}:
    European Union (including the EEC, EC, ECSC and EURATOM)
  \item\val{echr}:
    Organs of the Council of Europe dealing with the European Convention on Human Rights
  \item\val{int}:
    (Public) international law cases and materials
  \item\val{us}:
    United States of America
  \item\val{ca}:
    Canada
  \item\val{aus}:
    Australia
  \item\val{nz}:
    New Zealand
  \end{itemize}
}

\tip{Scottish cases heard at the House of Lords or the Supreme Court should technically be given the keyword \val{gb}, therefore you can also identify them with the \key{scottish-style} option.}

\tip{Use either the (non-standard) \code{reporter} or \code{journaltitle} field for the (abbreviated) name of the report series. Use the \code{series} field for a numeric sub-series.}

\tip{Several additional pagination types are defined for use with legal citations:
  \val{article}, \val{clause}, \val{regulation}, and \val{rule} all work as normal.
  The default is a bare number (\val{none}), indicating a page reference, though EU and ECHR cases default to using the \enquote{para} (\val{paragraph}) prefix.
  There is also an alternative pagination type for paragraphs, \val{[]}, which prints the number in square brackets instead of giving it a prefix.
}

\tip{If you want to include a parallel citation, you can use the non-standard \code{pardate}, \code{parreporter}, \code{parseries}, \code{parvolume}, and \code{parpages} fields.}

\tip{If you need to, use either the (non-standard) \code{court} or \code{institution} field for the court that decided the case.}

\tip{Use the \code{location} field for the location of the court in American, Australian or Canadian cases.}

\begin{egcite}{}
\textcite[78-79]{ridge1964}
\end{egcite}

\begin{bibexbox}
<NHR \S13.4.1\textdagger>
{ridge1964}
\emph{Ridge v Baldwin} [1964] AC 40
\tcblower
\begin{Verbatim}
@jurisdiction{ridge1964,
  title = {Ridge v. Baldwin},
  keywords = {gb},
  date = {1964},
  journaltitle = {A.C.},
  pages = {40}}
\end{Verbatim}
\end{bibexbox}

\tip{Use the \key{year-essential} Boolean entry option to specify whether the year is essential for locating the report, in cases where automatic detection (based on the presence or otherwise of a volume number) fails.
  There is a similar \key{paryear-essential} option for the parallel year.}

\begin{bibexbox}
<NHR \S13.4.1>
{lambert2001}
\emph{R v Lambert} [2001] 2 WLR 211 (QBD)
\tcblower
\begin{Verbatim}
@jurisdiction{lambert2001,
  title = {R v Lambert},
  keywords = {gb},
  date = {2001},
  volume = {2},
  journaltitle = {WLR},
  pages = {211},
  institution = {QBD},
  options = {year-essential=true}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.1>
{badische1897}
\emph{Badische v Soda-Fabrics} (1897) 14 RPC 919 (HL)
\tcblower
\begin{Verbatim}
@jurisdiction{badische1897,
  title = {Badische v. Soda-Fabrics},
  date = {1897},
  journaltitle = {RPC},
  volume = {14},
  pages = {919},
  institution = {HL}}
\end{Verbatim}
\end{bibexbox}

\tip{Use the (non-standard) \code{neutralcite} or \code{number} field for the neutral citation or case number.}

\begin{bibexbox}
<NHR \S13.4.1>
{rvg2004}
\emph{R v G} [2003] UKHL 50, [2004] 1 AC 1034
\tcblower
\begin{Verbatim}
@jurisdiction{rvg2004,
  title = {R. v. G.},
  number = {[2003] UKHL 50},
  date = {2004},
  journaltitle = {A.C.},
  volume = {1},
  pages = {1034},
  options = {year-essential},
  pagination = {[]}}
\end{Verbatim}
\end{bibexbox}

\begin{egcite}{}
\textcite[13]{rvg2004}
\end{egcite}


\tip{If a report is published a long time after the decision, you can put the decision date in \code{origdate} to clarify the situation.}

\begin{bibexbox}
<NHR \S13.4.3>
{smith2001}
\emph{Smith v Jones} [2001] (1948) 2 All ER 431
\tcblower
\begin{Verbatim}
@jurisdiction{smith2001,
  title = {Smith v Jones},
  date = {2001},
  origdate = {1948},
  journaltitle = {All ER},
  volume = {2},
  pages = {431},
  options = {year-essential}}
\end{Verbatim}
\end{bibexbox}

Both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules} are inconsistent on whether the court of decision should be printed plain or in parentheses at the end of a reference to a reported case. The default chosen by \pkg[biblatex]{oxref} is to use parentheses as per the \emph{Oxford Standard for the Citation of Legal Authorities}.

\tip{To print the court of decision plain, you can use the \key{court-plain} option. You can set this globally at the style level or on a per-entry basis.}

\begin{bibexbox}
<NHR \S13.4.3>
{bowman1978}
\emph{Bowman v Fussy} [1978] RPC 545, HL
\tcblower
\begin{Verbatim}
@jurisdiction{bowman1978,
  title = {Bowman v Fussy},
  keywords = {gb},
  date = {1978},
  journaltitle = {RPC},
  pages = {545},
  institution = {HL},
  options = {court-plain}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.1>
{hughes1907}
\emph{Hughes v Stewart}, 1907 SC 791
\tcblower
\begin{Verbatim}
@jurisdiction{hughes1907,
  title = {Hughes v. Stewart},
  date = {1907},
  reporter = {SC},
  pages = {791},
  keywords = {sc}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.1>
{corcoran1932}
\emph{Corcoran v HM Advocate}, 1932 JC 42
\tcblower
\begin{Verbatim}
@jurisdiction{corcoran1932,
  title = {Corcoran v. H.M. Advocate},
  date = {1932},
  reporter = {JC},
  pages = {42},
  keywords = {sc}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.1>
{michael1976}
\emph{Michael v Johnson}, 426 US 346 (1976)
\tcblower
\begin{Verbatim}
@jurisdiction{michael1976,
  title = {Michael v. Johnson},
  volume = {426},
  reporter = {U.S.},
  pages = {346},
  date = {1976},
  keywords = {us}}
\end{Verbatim}
\end{bibexbox}

\subsection{Unreported cases}

\tip{For cases reported in newspapers, set the \code{entrysubtype} to \code{newspaper}.}

\begin{bibexbox}
<NHR \S13.4.2*>
{powick1993}
\emph{Powick v Malvern Wells Water Co}, The Times, 28 Sept.\@ 1993
\tcblower
\begin{Verbatim}
@jurisdiction{powick1993,
  entrysubtype = {newspaper},
  title = {Powick v. Malvern Wells Water Co},
  date = {1993-09-28},
  journaltitle = {The Times}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.2*>
{marianishi1965}
\emph{R v Marianishi, ex p London Borough of Camden} (CA, 13 Apr.\@ 1965)
\tcblower
\begin{Verbatim}
@jurisdiction{marianishi1965,
  title = {R v Marianishi, ex p London Borough of Camden},
  date = {1965-04-13},
  institution = {C.A.}}
\end{Verbatim}
\end{bibexbox}

\subsection{European cases}

\tip{You can record the European Case Law Identifier for a case using the \code{ecli} field.
  The \key{ecli} option determines under what circumstances the identifier is printed.}

\tip{European cases still get sorted by title, even if the entry begins with the case number.
  Use \code{sorttitle} if you would rather they were sorted under \enquote{Case} or \enquote{Joined Cases}.}

\tip{The number will be classed as \enquote{Joined Cases} if it contains a comma, a double hyphen (\code{--}),
  or the string \cs{oxrefand}, which defaults to \enquote{\code{\textvisiblespace and\textvisiblespace}}.}

\tip{For ECR cases, you can use either \code{number} or the non-standard \code{casenumber} field
  for the case number.}

\begin{bibexbox}
<OGS \S13.4.4>
{C118/07}
Case C–118/07 \emph{Commission of the European Communities v Finland} [2002] ECR I–10889
\tcblower
\begin{Verbatim}
@jurisdiction{C118/07,
  keywords = {eu},
  title = {Commission of the European Communities v. Finland},
  sorttitle = {Case C0118/0007},
  number = {C\textendash118/07},
  journaltitle = {ECR},
  volume = {I},
  pages = {10889},
  date = {2002}}
\end{Verbatim}
\end{bibexbox}

\tip{Indicate Commission Decisions by putting \code{Commission} in the \code{institution} field. If a decision has a formal decision number, put this in the \code{number} field, and put the case number in the (non-standard) \code{casenumber} field or (\pkg{oscola}-supported) \code{userb} field. If wider portability is an issue, you can put the case number, including the word \enquote{Case} if needed, in the \code{titleaddon} field instead.}

\begin{bibexbox}
<OGS \S13.2.6>
{alcatel}
\emph{Alcatel/Telettra} (Case IV/M042) [1991] OJ L122/48, [1991] 4 CLMR 391
\tcblower
\begin{Verbatim}
@jurisdiction{alcatel,
  keywords = {eu},
  title = {Alcatel/Telettra},
  casenumber = {IV/M042},
  institution = {Commission},
  date = {1991},
  journaltitle = {OJ},
  series = {L},
  volume = {122},
  pages = {48},
  pardate = {1991},
  parreporter = {CLMR},
  parvolume = {4},
  parpages = {391},
  options = {paryear-essential}}
\end{Verbatim}
\end{bibexbox}

\tip{For ECHR cases, put the application number in the \code{number} field.}

\begin{bibexbox}
<NHR \S13.4.5>
{young1982}
\emph{Young, James and Webster v UK} (App no 7601/76) (1982) 4 EHRR 38
\tcblower
\begin{Verbatim}
@jurisdiction{young1982,
  title = {Young, James and Webster v. UK},
  number = {7601/76},
  reporter = {EHRR},
  volume = {4},
  date = {1982},
  pages = {38},
  keywords = {echr}}
\end{Verbatim}
\end{bibexbox}

\tip{Special formatting is triggered if you specify \code{Series A} or \code{ECHR} as the \code{journaltitle} or \code{reporter}.}

\begin{bibexbox}
<NHR \S13.4.5>
{plattform1988}
\emph{Plattform \enquote{Artze für das Leben} v Austria} (App no 10126/82) (1988) Series A no 139
\tcblower
\begin{Verbatim}
@jurisdiction{plattform1988,
  title = {Plattform \enquote{Artze für das Leben} v. Austria},
  number = {10126/82},
  reporter = {Series A},
  date = {1988},
  pages = {139},
  keywords = {echr}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.4.5>
{osman1998}
\emph{Osman v UK} (App no 23452/94) ECHR 1998–VIII 3124
\tcblower
\begin{Verbatim}
@jurisdiction{osman1998,
  title = {Osman v UK},
  number = {23452/94},
  reporter = {ECHR},
  date = {1998},
  volume = {8},
  pages = {3124},
  institution = {ECtHR},
  keywords = {echr}}
\end{Verbatim}
\end{bibexbox}

\section{Legislation}

Use the \code{legislation} entry type for citing Acts, Bills, Orders, Measures, and the like.

\subsection{UK legislation}

\tip{Specify an \code{entrysubtype} of \code{primary} for primary legislation.
  This ensures only the title and year are printed.}

\begin{bibexbox}
<OGS \S13.2.3>
{fwa1891}
Factory and Workshop Act 1891
\tcblower
\begin{Verbatim}
@legislation{fwa1891,
  entrysubtype = {primary},
  title = {Factory and Workshop Act},
  shorttitle = {FWA 91},
  date = {1891},
  pagination = {section},
  keywords = {en},
  number = {54 \& 55 Vict, c. 75}}
\end{Verbatim}
\end{bibexbox}

\tip{Specify an \code{entrysubtype} of \code{secondary} for secondary legislation.
  The number is then printed as well.}

\begin{bibexbox}
<NHR \S13.5.1>
{lap1897}
Local Authority Precepts Order 1897, SR~\&~O 1897/201
\tcblower
\begin{Verbatim}
@legislation{lap1897,
  entrysubtype = {secondary},
  title = {Local Authority Precepts Order},
  date = {1897},
  number = {SR~\&~O 1897\slash 201},
  pagination = {rule}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.5.1>
{ccsga1987}
Community Charge Support Grant (Abolition) Order 1987, SI 1987/466
\tcblower
\begin{Verbatim}
@legislation{ccsga1987,
  entrysubtype = {secondary},
  title = {Community Charge Support Grant (Abolition) Order},
  date = {1987},
  number = {SI 1987\slash 466},
  pagination = {regulation}}
\end{Verbatim}
\end{bibexbox}

\subsection{European legislation}

As with European cases, European legislation should be given the \val{eu} keyword.
This is currently the only keyword that makes a difference to the formatting.

According to both the \emph{Oxford Guide to Style} and \emph{New Hart's Rules},
you can provide an even sparser reference for primary European legislation.

\begin{egcite}{}
\textcite[\pno~3b]{ECT:Rome}
\end{egcite}

\begin{bibexbox}
{ECT:Rome}%
EC Treaty
\tcblower
\begin{Verbatim}
@legislation{ECT:Rome,
  entrysubtype = {eu-treaty},
  title = {EC Treaty},
  shorthandintro = {Treaty of Rome, as amended},
  shorthand = {EC Treaty},
  pagination = {article},
  keywords = {eu}}
\end{Verbatim}
\end{bibexbox}

If this seems scandalously short, you may prefer to provide a full reference (including the relevant entry in the OJ or OJ Spec Ed) for the bibliography and use, say, \cs{citetitle} for citations.

Secondary legislation should always have a full reference.

\begin{bibexbox}
<NHR \S13.5.2>
{EC:97/1}
Council Directive (EC) 97/1 on banking practice [1997] OJ L234/3
\tcblower
\begin{Verbatim}
@legislation{EC:97/1,
  title = {Council Directive (EC) 97/1 on banking practice},
  date = {1997},
  journaltitle = {OJ},
  series = {L},
  issue = {234},
  pages = {3},
  pagination = {article},
  keywords = {eu}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR \S13.5.2>
{EEC:1017/68}
Council Regulation (EEC) 1017/68 applying rules of competition to transport [1968] OJ Spec Ed 302
\tcblower
\begin{Verbatim}
@legislation{EEC:1017/68,
  title = {Council Regulation (EEC) 1017/68 applying rules of competition to transport},
  date = {1968},
  journaltitle = {OJ Spec Ed},
  pages = {302},
  pagination = {article},
  keywords = {eu}}
\end{Verbatim}
\end{bibexbox}

\tip{Add amendment notices to the \code{note} field; \pkg[biblatex]{oxref} does not, sadly, provide a clever way of constructing these from their component parts so you have to write them verbatim.}

\begin{bibexbox}
<NHR \S13.5.2>
{ECN:1986}
Commission Notice on agreements of minor importance [1986] OJ C231/2, as amended [1994] OJ C368/20
\tcblower
\begin{Verbatim}
@legislation{ECN:1986,
  title = {Commission Notice on agreements of minor importance},
  date = {1986},
  journaltitle = {OJ},
  series = {C},
  issue = {231},
  pages = {2},
  note = {as amended [1994] OJ C368/20},
  keywords = {eu}}
\end{Verbatim}
\end{bibexbox}

\section{Treaties}

Treaties use the \code{legal} entry type, with \code{piltreaty} as the \code{entrysubtype}.

\tip{Don't use the \code{date} field for treaties; instead, use the \code{execution} field to give a list of dates. Each date should be given in the form \meta{type}=\meta{year-month-day}, where \meta{type} is one of \key{opened}, \key{signed}, \key{adopted}, or \key{inforce}. The dates won't be sorted; they will be printed in the order given.}

\begin{bibexbox}
<NHR \S13.6*>
{refugees}
Convention Relating to the Status of Refugees (adopted 28 July 1951, entered into force 22 Apr.\@ 1954) 189 UNTS 137
\tcblower
\begin{Verbatim}
@legal{refugees,
  entrysubtype = {piltreaty},
  title = {Convention Relating to the Status of Refugees},
  execution = {adopted=1951-07-28 and inforce=1954-04-22},
  pagination = {article},
  volume = {189},
  journaltitle = {UNTS},
  pages = {137}}
\end{Verbatim}
\end{bibexbox}


\section{Hansard}

References to Hansard use the \code{legal} entry type, with \code{parliamentary} as the \code{entrysubtype}.

\tip{For debates since 1909, give \code{Hansard} as the \code{title} and put either \code{HC} or \code{HL} in the \code{type} field.}

\tip{Put the column numbers in the \code{pages} field, and put \code{column} in the \code{bookpagination} field.}

\begin{bibexbox}
<NHR \S13.7.3*>
{hc357}
Hansard, HC vol.\@ 357, cols.\@ 234–45 (13 Apr.\@ 1965)
\tcblower
\begin{Verbatim}
@legal{hc357,
  entrysubtype = {parliamentary},
  title = {Hansard},
  type = {HC},
  volume = {357},
  pages = {234-245},
  date = {1965-04-13},
  bookpagination = {column}}
\end{Verbatim}
\end{bibexbox}

\tip{For debates before 1909, give \code{Parl. Deb.} as the \code{title}.}

\begin{bibexbox}
<NHR \S13.7.3*>
{pd4/24}
Parl.\@ Deb.\@ (series 4) vol.\@ 24, col.\@ 234 (24 Mar.\@ 1895)
\tcblower
\begin{Verbatim}
@legal{pd4/24,
  entrysubtype = {parliamentary},
  title = {Parl. Deb.},
  series = {4},
  volume = {24},
  pages = {234},
  date = {1895-03-24},
  bookpagination = {column}}
\end{Verbatim}
\end{bibexbox}

\section{Legal reports}

Reports of Parliamentary select committees and the Law Commission should be entered using the \code{report} entry type, with the \code{entrysubtype} set to \code{legal}.

\tip{To print the identifying codes within the publication block, put them all in \code{number}; do not specify a \code{type} or \code{series}.}

\begin{bibexbox}
<NHR \S13.7.2\textdagger>
{lc2009icl}
Law Commission (2009), \emph{Intoxication and Criminal Liability} (Law Comm No 314, Cm 7526) para 1.15
\tcblower
\begin{Verbatim}
@report{lc2009icl,
  entrysubtype = {legal},
  author = {{Law Commission}},
  title = {Intoxication and Criminal Liability},
  number = {Law Comm No 314, Cm 7526},
  date = {2009},
  pages = {1.15},
  bookpagination = {paragraph}}
\end{Verbatim}
\end{bibexbox}

\section{Commentaries}

\pkg[biblatex]{Oxref} does not provide any special formatting for legal commentaries;
it provides the \code{commentary} entry type simply as an alias for \code{book}.

\chapter{Specialist materials}\label{sec:special}
\chapterprecis{misc, unpublished, letter, manuscript}

\section{Poems}\label{sec:poem}

\subsection{Short poems}

\tip{Use the \code{incollection} entry type for a poem in a collection.
  If it appears in an article or a work that is itself in a collection,
  use the \code{misc} entry type for the poem, with a relation of type \code{in} pointing to the containing work.}

\begin{bibexbox}
<OGS \S15.8\textdagger>
{auden1990era}
Auden, W. H. (n.d.), \enquote{Es regnet auf mir in den Schottische Lände} [\emph{sic}], in \enquote{The German Auden: Six Early Poems}, trans. D. Constantine, in K. Bucknell and N. Jenkins (eds.), \emph{W. H. Auden, \enquote{The Map of All my Youth}: Early Works, Friends, and Influences} (Auden Studies, 1; Oxford, 1990), 1--15 at 6.
\tcblower
\begin{Verbatim}
@misc{auden1990era,
  author = {W. H. Auden},
  title = {Es regnet auf mir in den Schottische Lände},
  titleaddon = {\emph{sic}},
  related = {constantine1990gas},
  relatedtype = {in},
  pages = {6}}
@incollection{constantine1990gas,
  title = {The {German} {Auden}},
  subtitle = {Six Early Poems},
  author = {David Constantine},
  authortype = {translator},
  options = {useauthor=false},
  editor = {Katherine Bucknell and Nicholas Jenkins},
  booktitle = {W. H. Auden, \enquote{The Map of All my Youth}},
  booksubtitle = {Early Works, Friends, and Influences},
  series = {Auden Studies},
  number = {1},
  location = {Oxford},
  date = {1990},
  pages = {1-15}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<OGS \S15.8\textdagger>
{blois1993qff}
William of Blois (n.d.), \enquote{The Quarrel of the Flea and the Fly} (\emph{Pulicis et musce iurgia}), trans. in Ziolkowski, J. M., \emph{Talking Animals: Medieval Latin Beast Poetry, 750-1150} (Middle Ages Series, ed. E. Peters; Philadelphia: University of Pennsylvania Press, 1993), 274--8.
\tcblower
\begin{Verbatim}
@misc{blois1993qff,
  author = {{William of Blois}},
  title = {The Quarrel of the Flea and the Fly},
  origtitle = {Pulicis et musce iurgia},
  related = {ziolkowski1993tam},
  relatedtype = {in},
  relatedstring = {trans.\@ in},
  pages = {274-278}}
@book{ziolkowski1993tam,
  author = {Jan M. Ziolkowski},
  title = {Talking Animals},
  subtitle = {Medieval Latin Beast Poetry, 750-1150},
  series = {Middle Ages Series},
  serieseditor = {Edward Peters},
  location = {Philadelphia},
  publisher = {University of Pennsylvania Press},
  date = {1993}}
\end{Verbatim}
\end{bibexbox}

\subsection{Long poems}

If a poem is divided into cantos, the title is set in italics rather than quoted.

\tip{To achieve this, use the entry type \code{book} if the poem is published on its own,
  and \code{bookinbook} with entry subtype \code{poem} if the poem is published in an anthology.}

\tip{To assist with quoting passages, \pkg[biblatex]{oxref} provides the additional pagination types
  \code{book}, \code{canto}, and \code{stanza} (\code{line} is already defined),
  though in reality you are probably better off doing it by hand.}

\begin{egcite}{}
\textcite[\pno~ii, canto vi, stanza iii]{spenser1965fq}
\end{egcite}

\begin{bibexbox}
<OGS \S15.8*\textdagger>
{spenser1965fq}%
Spenser, E. (1590–6), \emph{The Faerie Queene} (Everyman's Library, 443--4; London: Dent, 1965–6).
\tcblower
\begin{Verbatim}
@book{spenser1965fq,
  author = {Edmund Spenser},
  title = {The Faerie Queene},
  shorttitle = {Faerie Queene},
  series = {Everyman's Library},
  number = {443--4},
  location = {London},
  publisher = {Dent},
  date = {1965/1966},
  origdate = {1590/1596},
  pagination = {book}}
\end{Verbatim}
\end{bibexbox}

\section{Plays}\label{sec:play}

Play titles, like those of epic poems, are set in italics rather than quoted.

\tip{To achieve this, use the entry type \code{book} if the play is published on its own,
  and \code{bookinbook} with entry subtype \code{play} if the play is published in an anthology.}

\tip{To assist with quoting passages, \pkg[biblatex]{oxref} provides the additional pagination types
  \code{act} and \code{scene} (\code{line} is already defined),
  though in reality you are probably better off doing it by hand.}

\section{Manuscripts}\label{sec:ms}

\spec{Author (Year), \enquote{Title}/Descriptor, Date, Archive, Location, Collection Series, Shelfmark, Folios.}

With \pkg[biblatex]{oxref}, you can enter manuscripts in either of two ways. The first uses the \code{unpublished} entry type.

\tip{If the manuscript has a descriptor but no title, put the descriptor in the \code{title} field and annotate the field with the term \enquote{\code{descriptor}}. If you want to supply both a title and a descriptor, put the descriptor in the \code{note} field. Alternatively, you can use the (\pkg[biblatex]{oxref}-specific) \code{descriptor} field, and \pkg[biblatex]{oxref} will handle all this for you.}

\tip{Use \code{author} and \code{date} as normal. Note that the \code{date} will not be printed if both the \code{author} and \code{title}\slash \code{descriptor} fields are left blank.}

\tip{Put the library or archive where the manuscript is kept in the \code{library} field, and the city or place name in the \code{location} field. Note that the \code{library} field is required to switch on the special support for manuscripts.}

\tip{Put the collection name in the \code{series} field and the shelfmark in the \code{number} field.}

\tip{Put the page range studied (or some other subdivision) in the \code{pages} field. You can use \cs{recto} and \cs{verso} for the respective sides of a folio, and you can also specify a \code{pagetotal}.}

\tip{You can use the \code{folio} key in the \code{pagination} and \code{bookpagination} fields.}

\begin{bibexbox}
<NHR 18.6.3*\textdagger>
{smithMS23116}
Smith, F. (1912–7), travel diaries, British Library, Add. MS 23116.
\tcblower
\begin{Verbatim}
@unpublished{smithMS23116,
  author = {Francis Smith},
  descriptor = {travel diaries},
  date = {1912/1917},
  library = {British Library},
  series = {Add. MS},
  number = {23116}}
\end{Verbatim}
\end{bibexbox}

The second uses the dedicated \code{manuscript} entry type from \textsf{biblatex-manuscripts-philology}.
\pkg[biblatex]{Oxref} does not have all the bells and whistles of that style, but it understands a subset of its data model.

\tip{You can use \code{author}, \code{title}\slash \code{note}\slash \code{descriptor} and \code{date} as described above. (This is a departure from \textsf{biblatex-manuscripts-philology}.)}

\tip{Put the library or archive where the manuscript is kept in the \code{library} field, and the city or place name in the \code{location} field}

\tip{Put the collection name in the \code{collection} field and the shelfmark in the \code{shelfmark} field.}

\tip{If the date is vague (e.g. a century), you can put this in the \code{dating} field. Note that it will only be printed if the \code{date} is missing\slash not printed.}

\tip{Put the page range studied (or some other subdivision) in the \code{pages} field. You can use \cs{recto} and \cs{verso} for the respective sides of a folio, and you can also specify a \code{pagetotal}.}

\tip{You can specify the number of columns (either \code{1} or \code{2}) in the \code{columns} field.}

\tip{You can specify the layer of a palimpsest in the \code{layer} field. Use \code{inf} for the inferior layer and \code{sup} for the superior layer.}

\tip{You can specify the writing support material in the \code{support} field. Three special keys – \code{papyrus}, \code{paper}, and \code{pergament} – are recognized and (potentially) translated, but other values will be printed as-is.}

\begin{bibexbox}
<NHR 18.6.2\textdagger>
{chaundlerMS288}
Chaundler, T. (n.d.), \enquote{Collocutiones}, Balliol College, Oxford, MS288.
\tcblower
\begin{Verbatim}
@manuscript{chaundlerMS288,
  author = {Thomas Chaundler},
  title = {Collocutiones},
  library = {Balliol College},
  location = {Oxford},
  shelfmark = {MS288}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR 18.6.2\textdagger>
{exchequerE311}
exchequer accounts (1798), Dec., Cheshire Record Office, E311.
\tcblower
\begin{Verbatim}
@manuscript{exchequerE311,
  descriptor = {exchequer accounts},
  date = {1798-12},
  library = {Cheshire Record Office},
  shelfmark = {E311}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR 18.6.3\textdagger>
{blcBOX19d}
Bearsden Ladies' Club minutes (1949), 12 June, Bearsden and Milngavie District Libraries, box 19/d.
\tcblower
\begin{Verbatim}
@manuscript{blcBOX19d,
  title = {Bearsden Ladies' Club minutes},
  title+an = {=descriptor},
  date = {1949-06-12},
  library = {Bearsden and Milngavie District Libraries},
  shelfmark = {box 19/d}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
<NHR 18.6.5\textdagger>
{bodMSrawl-d520}
Bodleian Library (n.d.), Oxford, MS Rawlinson D. 520, fo. 7.
\tcblower
\begin{Verbatim}
@manuscript{bodMSrawl-d520,
  library = {Bodleian Library},
  location = {Oxford},
  collection = {MS Rawlinson D.},
  shelfmark = {520},
  pages = {7},
  bookpagination = {folio}}
\end{Verbatim}
\end{bibexbox}

\begin{bibexbox}
{cantabAGM4429}
(not in book)
\tcblower
\begin{Verbatim}
@manuscript{cantabAGM4429,
  library = {University Library},
  location = {Cambridge},
  collection = {Add. Greek MS},
  shelfmark = {4489},
  support = {pergament},
  dating = {8th--9th c.},
  pagetotal = {16},
  columns = {1},
  pages = {11\recto-11\verso},
  layer = {inf},
  bookpagination = {folio}}
\end{Verbatim}
\end{bibexbox}


\section{Letters}

These examples relate to letters held personally or online. For letters that
form part of archival collections, see the section on manuscripts above.

Note that it is usually acceptable to exclude personal communications from
the reference section, and simply cite them in the text (in which case you may
not need the \pkg{biblatex} machinery).

\spec{Author (Year), \enquote{Title}/Descriptor, Date.}

\begin{bibexbox}
<OGS \S15.11.1*\textdagger>
{anon2001pl}
Personal letter to the author (2001), 2 May.
\tcblower
\begin{Verbatim}
@letter{anon2001pl,
  title = {Personal letter to the author},
  title+an = {=descriptor},
  date = {2001-05-02}}
\end{Verbatim}
\end{bibexbox}

In the absence of any explicit rationale governing whether the date is
parenthetical, in \pkg[biblatex]{oxref} the presence of a URL
will trigger the use of parentheses.

\spec{Author (Year), \enquote{Title}/Descriptor [HowPublished], (Date), OnlineAccess.}

\begin{bibexbox}
<OGS \S15.15.3*\textdagger>
{ritter2001rp}%
Ritter, R. M. (2001), \enquote{Revised proofs} [email to H. E. Cox], (1 Aug.\@), \url{ogs@ritter.org.uk}, accessed 3 Aug.\@ 2001.
\tcblower
\begin{Verbatim}
@letter{ritter2001rp,
  author = {R. M. Ritter},
  title = {Revised proofs},
  howpublished = {email to H. E. Cox},
  date = {2001-08-01},
  url = {ogs@ritter.org.uk},
  urldate = {2001-08-03}}
\end{Verbatim}
\end{bibexbox}

\defbibnote{preface}{This document uses the \pkg{biblatex} option \key{backref}
to demonstrate how entries can be marked with the page(s) on which they were
cited. The format of the back references comes from \pkg{biblatex} itself
rather than \pkg[biblatex]{oxref}.}

\printbibliography[notcategory=hidden]
\end{document}
%% 
%% Copyright (C) 2016–2021 Alex Ball
%%
%% End of file `oxalph-doc.tex'.