summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/windycity/windycity.tex
blob: 6bd738fd12bdfc69a9a39ee09db76e4cf5b12909 (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
% Last modified: Tue 29 Sep 2020 05:38:35 PM CDT
\documentclass[11pt,letterpaper,oneside]{article}
\usepackage{windycity}

\begin{document}
\title{Windy City}
\subtitle{A Chicago Style for \texttt{\biblatex}}
\author{Brian Michael Chase}
\email{brianmichaelchase@gmail.com}
\website{https://github.com/brianchase/windycity}
\version{2020-09-29}
\maketitle
\begingroup
\hypersetup{linkcolor=black}
\tableofcontents\markboth{Contents}{Contents}
\endgroup

\section{Introduction}

\nfootnote{Copyright \textcopyright\ 2014--2020 Brian Michael Chase.
Under the terms of the \LaTeX\ Project Public License, version 1.3,
permission is granted to copy, distribute, or modify this software.
See \url{http://www.ctan.org/tex-archive/macros/latex/base/lppl.txt}
or \url{https://www.latex-project.org/lppl/}.}

Windy City is a style for \biblatex that formats notes,
bibliographies, parenthetical citations, and reference lists according
to the 17th edition of \textit{The Chicago Manual of Style}
(\textit{CMOS}).\footnote{\cite{chicago2017}} It accurately handles a
wide range of citations in different formats and includes a set of
options and commands to support special circumstances. It also has
extensive support for citing and arranging different kinds of editors,
translators, compilers, and revisers within a single citation. These
features make Windy City especially suitable for academic work.

The following sections assume familiarity with \textit{CMOS} and
\biblatex. Section \ref{overview} gives a brief overview of the
style's features. Section \ref{edtrans} discusses the assignment and
placement of editors, translators, and the like. Section
\ref{collections} discusses several issues with collections, including
options for formatting citations of individual volumes. Sections
\ref{notes} and \ref{paren} reproduce examples from \textit{CMOS}
chapters 14 and 15, respectively, with occasional commentary and
references to other sections.

Windy City requires \biblatex version 3.13 or later.

\section{Overview}
\label{overview}

This section covers basic information about Windy City. If you're
completely new to \biblatex, you should probably glance at its
documentation. For the impatient, examples in sections \ref{default},
\ref{short}, \ref{notes}, and \ref{paren} might be of more immediate
interest.

\subsection{Getting Started}

If you already know how to use \biblatex, getting started with Windy
City is easy. The first task is to confirm that \biblatex and Windy
City are installed properly on your system. Since both are included in
some distributions of \LaTeX, you might be able to skip this step.

Either way, please consider downloading the most recent release of
Windy City from \begingroup \hypersetup{urlcolor=blue}
\href{https://www.ctan.org/pkg/windycity}{its home on CTAN}. More
recent but potentially less reliable updates are available from Windy
City's \href{https://github.com/brianchase/windycity}{repository on
GitHub}.\endgroup

Windy City consists of four files:

\begin{itemize}[before=\small]
\item \file{windycity.dbx}
\item \file{windycity.bbx}
\item \file{windycity.cbx}
\item \file{american-windycity.lbx}
\end{itemize}

If you need to install Windy City on your system, you have several
options. For a one-off compilation, say, to give Windy City a trial
run on a single document, you could copy Windy City's files to the
document's root directory. Beyond that, your best option is to install
it in your local \path{texmf}. Copy the files to a directory of your
choosing, then update your \path{texmf} file name database.

To compile a document with Windy City, tell \biblatex to load it with
the load-time option \opt{style}:

\begin{verbatim}
   \usepackage[style=windycity]{biblatex}
\end{verbatim}

\noindent Typically, this goes in a document's preamble or in one of
its style files.

The localization file \file{american-windycity.lbx} is responsible for
Windy City's American-style punctuation and dates and many of the
bibliography strings that appear in citations, such as \textit{edited
by}. Windy City loads this file if \biblatex determines that your
document's language is English---either due to settings in \sty{babel}
or \sty{polyglossia} or because neither \sty{babel} nor
\sty{polyglossia} has been loaded. You can prevent Windy City from
loading \file{american-windycity.lbx} by commenting the following line
in \file{windycity.bbx}:

\begin{verbatim}
   \DeclareLanguageMapping{english}{american-windycity}
\end{verbatim}

If you wish to use Windy City with a language other than English, set
it accordingly with \sty{babel} or \sty{polyglossia} before loading
\biblatex. Windy City will then try to load
\file{<language>-windycity.lbx} and, if it's available, use it to
override any other localization files that were loaded. This allows
you to make your own localization files for Windy City without needing
to edit other files. For example, if you load \sty{babel} with option
\sty{german}, Windy City will try to load \file{german-windycity.lbx}.
If it's available, it will override any other localization files that
were loaded, including \biblatex's own \file{german.lbx}.

For some entries in your bibliography database, you may need to add
fields or make other adjustments to get the right output. But since
Windy City relies as much as possible on standard \BibTeX\ fields, and
secondarily on \biblatex fields, you may not need to make major
changes. The examples in this document and its accompanying
bibliography database, \file{windycity.bib}, should serve as a guide
for how to manage your input for nearly every circumstance that the
style is meant to handle.

\subsection{The Default Format}
\label{default}

For a first set of examples, consider a passage from \textit{CMOS}
\ref{14.30}:

\begin{citeonly}
\item \cite[24--25]{morley1995}
\item \cite{schwartz1992}
\item \cite{kaiser1964}
\item \cite[43]{morley1995}
\item \cite[138]{schwartz1992}
\item \cite[189--90]{kaiser1964}
\end{citeonly}

The output shows Windy City's default format. The first citation of a
work is similar to its entry in the bibliography. It includes all or
most of its bibliographic information. Subsequent citations are
shorter, usually consisting of a short form of the author's name and a
short form of the work's title.

Windy City supports variations on this format. For information on
short forms of citations, including the use of \textit{ibid.}, see
section \ref{short}. For options to skip parts of citations, change
the order of editors and translators, and more, see sections
\ref{preops} and \ref{entryops}. For parenthetical citations, see
section \ref{paren}.

The block below shows Windy City's default bibliography for the
previously cited works:

\begin{bibonly}
\nocite{kaiser1964,morley1995,schwartz1992}
\end{bibonly}

\noindent You may also print a bibliography in the author-date format,
what \textit{CMOS} calls a reference list:

\begin{refonly}
\nocite{kaiser1964,morley1995,schwartz1992}
\end{refonly}

To make \cmd{printbibliography} use the author-date format, load
\biblatex with Windy City's preamble option \opt{reflist}:

\begin{verbatim}
   \usepackage[reflist,style=windycity]{biblatex}
\end{verbatim}

\noindent Note that \opt{reflist=true} has the same effect:

\begin{verbatim}
   \usepackage[reflist=true,style=windycity]{biblatex}
\end{verbatim}

To use the author-date format on a case-by-case basis, run
\cmd{printbibliography} with an appropriate \opt{env} option. With
Windy City, a so-called ``bib environment'' must set the style's
internal \opt{reflist} toggle to \opt{true}. Windy City's own such
environment is called \opt{reflist}, which you may use as follows:

\begin{verbatim}
   \printbibliography[env=reflist]
\end{verbatim}

\noindent Unfortunately, while the \opt{env} option allows for
differently formatted bibliographies within the same document, the
reference lists may have problems with sorting. (You'll notice some in
\ref{ref}, at the end of this document.) For best results, use the
\opt{reflist} preamble option.

As you proceed through the this guide, note that all examples of
citations and bibliographies are outputs of the style from commands
that you can inspect in the document's source, \file{windycity.tex},
and in its style file, \file{windycity.sty}. Almost all citations are
from \cmd{cite} or \cmd{parencite}. A few are from more specialized
commands, such as \cmd{cite*} or \cmd{cites}. All example
bibliographies are outputs of the style from \cmd{printbibliography}.
All bibliographic data resides in \file{windycity.bib}.

\subsection{Short Citations}
\label{short}

Aside from the author-date format, \textit{CMOS} offers scant
documentation of alternative formats. Nevertheless, there are
alternatives. Consider this example from \textit{CMOS}
\ref{14.34}:\footnote{Switching formats within a document isn't a
feature of the style. For demonstration purposes, though, it's
possible.}

\begin{citeonly}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[3]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[24--26]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[401-2]{morrison2004b}
\AtNextCitekey{\toggletrue{short}}
\item \cite[433]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[37--38]{diaz2008}
\AtNextCitekey{\toggletrue{short}}
\item \cite[403]{morrison2004b}
\AtNextCitekey{\toggletrue{short}}
\item \cite[152]{diaz2008}
\AtNextCitekey{\toggletrue{short}}
\item \cite[201-2]{diaz2008}
\AtNextMultiCite{\toggletrue{short}}
\item \cites[240]{morrison2004b}[32]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[33]{morrison2004a}
\end{citeonly}

\noindent Compare that with the style's default output:

\begin{citeonly}
\item \cite[3]{morrison2004a}
\item \cite[18]{morrison2004a}
\item \cite[18]{morrison2004a}
\item \cite[24--26]{morrison2004a}
\item \cite[401-2]{morrison2004b}
\item \cite[433]{morrison2004b}
\item \cite[37--38]{diaz2008}
\item \cite[403]{morrison2004b}
\item \cite[152]{diaz2008}
\item \cite[201-2]{diaz2008}
\item \cites[240]{morrison2004b}[32]{morrison2004a}
\item \cite[33]{morrison2004a}
\end{citeonly}

\noindent In the short format, a work's first citation gives short
names and titles and omits all other publication information.
Consecutive citations of a work may omit the title or, as in the
eleventh note, where the title is the key mark of distinction, the
author's name. To use this format, start \biblatex with the preamble
option \opt{short}. See section \ref{preops} for more information.

\textit{CMOS} \ref{14.34} also shows how to render the passage above
with \textit{ibid.} Unlike previous editions of \textit{CMOS}, the
17th edition discourages its use. As such, \textit{ibid.} is no longer
part of Windy City's default format. Enable it with the preamble
option \opt{ibid} (again, see section \ref{preops}). Options
\opt{short} and \opt{ibid} together give the following:

\begin{citeonly}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[3]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[24--26]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[401-2]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[433]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[37--38]{diaz2008}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[403]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[152]{diaz2008}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[201-2]{diaz2008}
\AtNextMultiCite{\toggletrue{short}\toggletrue{firstshort}}
\item \cites[240]{morrison2004b}[32]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[33]{morrison2004a}
\end{citeonly}

Other ways to make citations more concise: In the default format, you
can use the preamble option \opt{firstshort} to swap long first
citations for short ones (see section \ref{preops}). Also in the
default format, you can use the preamble option \opt{idemtracker} to
shorten the author's name in the first citation if the previous
citation is of the same author (see section \ref{preops}). The entry
option \opt{noauth} omits the author's name altogether (see section
\ref{entryops}). And the \bibfield{shorthand} field allows you to set
an abbreviation to stand in place of the author's name, the work's
title, and other elements of a citation (see \ref{14.59}).

\subsection{Preamble Options}
\label{preops}

A preamble option is an argument for the \cmd{usepackage} macro that
loads \biblatex. Preamble options affect the format of notes,
bibliographies, and reference lists. Some features of the style
require them.

All options described below are \opt{false} by default. Set them to
\opt{true} by passing the name of the option to \biblatex, with or
without an additional \opt{=true}. In other words, using
\opt{annotate} as an example, the following are equivalent:

\begin{verbatim}
   \usepackage[annotate,style=windycity]{biblatex}
   \usepackage[annotate=true,style=windycity]{biblatex}
\end{verbatim}

Bear in mind that Windy City uses many preamble options native to
\biblatex, a few of which you may want to change. These options are
set in \file{windycity.bbx}. In particular, the style sets
\opt{idemtracker} to \opt{false}. If you set it to \opt{true} (or to
some value that implies \opt{true}), Windy City will detect when the
first citation of a work follows another citation of a work by the
same author and print a short form of the author's name. Recall from
the previous section the citation of Toni Morrison's \textit{Song of
Solomon} immediately after a citation of her \textit{Beloved}. In a
context like that, do you really need to remind readers of the
author's full name? If you think not, change \opt{idemtracker} to an
appropriate value (see section 3.1.2.3 of \biblatex's user
guide).\footnote{\textit{CMOS} seems to have no policy on this point.
In the 16th edition, however, Figure 14.3 shows consecutive citations
of works by the same author, both of which give the author's full
name.}

\begin{optionlist}

\optitem[false]{annotate}{\opt{true}, \opt{false}}

\noindent This option is for printing annotated bibliographies.
Annotations will print in block paragraphs below entries. To change
the spacing between entries and annotations, change the value of
\cmd{bibitemsep}. Save an annotation in the \bibfield{annotation}
field of a work's bibliography database entry.

\optitem[false]{collsonly}{\opt{true}, \opt{false}}

\noindent Citing individual works of a collection adds entries for
those works to the bibliography. To exclude them and print only an
entry for the whole collection, use \opt{collsonly}. It has no effect
on many \bibtype{incollection} entries, such as articles in books, but
it does filter out chapters of books, books in books, and volumes of
collections. For discussion of multivolume works, see section
\ref{multivolume}.

\optitem[false]{firstshort}{\opt{true}, \opt{false}}

\noindent Use this option to shorten a work's first citation. The
resulting format consists mainly of the author's name and the work's
title. According to \textit{CMOS}, this approach is optional for
documents with complete bibliographies. (See \textit{CMOS}
\ref{14.23}, also 14.29--14.36.) You may use \opt{firstshort} in
conjunction with \opt{ibid}. However, it adds nothing to \opt{short},
which has the same effect on first citations.

\optitem[false]{ibid}{\opt{true}, \opt{false}}

\noindent This option controls whether consecutive citations of a work
on the same page receive an \textit{ibid}. The qualification ``on the
same page'' means that \textit{ibid.} always refers to a work cited on
the current page without an \textit{ibid.} The latter isn't a
requirement of \textit{CMOS} but seems reasonable, since it prevents
readers from having to look at another page to find the referent of an
\textit{ibid.} For examples of its output, see section \ref{short} and
\ref{14.34}. As of the 17th edition, \textit{CMOS} discourages the use
of \textit{ibid.} (see \ref{14.34}).

\optitem[false]{isbn}{\opt{true}, \opt{false}}

\noindent Use this option to print ISBNs in bibliographies. A work's
ISBN goes in the \bibfield{isbn} field of its bibliography database
entry. With this option, the style will print ISBNs at the end of
every entry in the bibliography, before annotations. To print the ISBN
of a particular work, use the \opt{isbn} entry option. Neither option
effects the output of entries without an \bibfield{isbn} field.

\optitem[false]{library}{\opt{true}, \opt{false}}

\noindent Like \opt{isbn}, this option prints the \bibfield{library}
field of every work in the bibliography. Use it to print information
about libraries, call numbers, and the like. If you use it with the
\opt{isbn} and \opt{annotation} options, it will print after the
former but before the latter. To print this information for selected
works, use the \opt{library} entry option. Neither option effects the
output of entries without a \bibfield{library} field.

\optitem[false]{nolos}{\opt{true}, \opt{false}}

\noindent By default, every work with a \bibfield{shorthand} receives
an entry in the bibliography. If you wish to exclude them, say, to
avoid duplication with the output of \cmd{printshorthands}, use
\opt{nolos}. Since \opt{collsonly} also excludes works from the
bibliography, their results may overlap.

\optitem[false]{reflist}{\opt{true}, \opt{false}}

\noindent Use this option to print a bibliography in the author-date
format, what \textit{CMOS} calls a reference list. If you use
parenthetical citations, consider using \opt{reflist} to maintain
consistency with \textit{CMOS}. Again, another way to print a
reference list is to pass \opt{env=reflist} to
\cmd{printbibliography}. See section \ref{overview} for more
information.

\optitem[false]{short}{\opt{true}, \opt{false}}

\noindent As shown in section \ref{short}, this option prints
citations in a short format (see \textit{CMOS} \ref{14.34}). The use
of \opt{short} has one feature in common with \opt{ibid}: Just as
\textit{ibid.} appears only for consecutive citations of a work on the
same page, and so never refers to a citation on a previous page,
\opt{short} drops the title from consecutive citations of a work on
the same page, never in reference to a citation on a previous page. As
with \textit{ibid.}, this feature isn't required by \textit{CMOS}, but
it prevents readers from having to look at another page to find the
title of a citation.

In contexts where \opt{short} would drop a title from a citation, but
where no name occupies the author's position, it will print the work's
\bibfield{labeltitle}. This can be a short form of the title, either
the title minus the subtitle or the \bibfield{shorttitle}, if
applicable. In those situations, the short format is no different from
the default.

As noted earlier, \opt{short} has the same effect on first citations
as \opt{firstshort}. But recall from section \ref{short} that you can
combine \opt{short} and \opt{ibid} for more concise output.

\optitem[false]{swapvol}{\opt{true}, \opt{false}}

\noindent In bibliographies and long citations, works in collections
may place publication information for the volume before that of the
collection or \textit{vice versa}. Windy City gives priority to the
volume. To reverse this for all relevant citations, use \opt{swapvol}.
For more information, see section \ref{collorder}.

\end{optionlist}

\subsection{Entry Options}
\label{entryops}

An entry option is a value for the \bibfield{options} field of a
work's database entry. It affects the format of that particular work.
For options that affect the format of every work, see section
\ref{preops}.

\begin{optionlist}

\optitem[false]{anonauth}{\opt{true}, \opt{false}}

\noindent This option prints the author's name of an anonymously
published work in brackets, as in this example from \textit{CMOS}
\ref{14.79}:

\begin{citebib}
\item \cite{horsley1796}
\end{citebib}

\optitem[false]{anonqauth}{\opt{true}, \opt{false}}

\noindent Like \opt{anonauth} but adds a question mark after the
author's name. From \textit{CMOS} \ref{14.79}:

\begin{citebib}
\item \cite{hawkes1834}
\end{citebib}

\optitem[false]{isbn}{\opt{true}, \opt{false}}

\noindent Use this option to print the ISBN of a particular work in a
bibliography. The ISBN will appear at the end of the work's entry (if
applicable, before an annotation). To print ISBNs of every work in the
bibliography, see the \bibfield{isbn} preamble option.

\optitem[false]{library}{\opt{true}, \opt{false}}

\noindent This option prints the \bibfield{library} field of a work's
bibliography database entry. This information prints at the end of the
work's entry (if applicable, after an ISBN and before an annotation).
To print the \bibfield{library} field of every work in the
bibliography, use the \opt{library} preamble option.

\optitem[false]{listvols}{\opt{true}, \opt{false}}

\noindent \textit{CMOS} offers some flexibility over whether a long
citation gives a work's total number of volumes (see \textit{CMOS}
\ref{14.118}). Windy City replicates this in a roundabout way: By
default, it prints the \bibfield{volumes} field in certain long
citations only if the \bibfield{postnote} field is empty. This does a
better job of matching examples in \textit{CMOS} than a simpler policy
would. For the rest, use \opt{listvols}. It prints the
\bibfield{volumes} field in those citations no matter what the
\bibfield{postnote} contains. For more information, see section
\ref{collorder}.

\optitem[false]{noauth}{\opt{true}, \opt{false}}

\noindent This option tells the style to bypass the author's position
of a work in notes and bibliographies. Citations will begin with the
title's position. Below is an example from \textit{CMOS} \ref{14.105}:

\begin{citebib}
\item \cite{chaucer1966}
\end{citebib}

\noindent To bypass the author's position in a single note, without
affecting the bibliography, use starred versions of citation commands,
such as \cmd{cite*}, \cmd{footcite*}, and \cmd{parencite*}.

\optitem[false]{skipdate}{\opt{true}, \opt{false}}

\noindent On rare occasions, you may need an entry in a reference list
to skip the \textit{date}. See section \ref{entrytypes} for examples.

\optitem[false]{swapauth}{\opt{true}, \opt{false}}

\noindent To swap the places of a book's author with an editor or
translator, use \opt{swapauth}. This option works for \bibtype{book},
\bibtype{bookinbook}, \bibtype{collection}, \bibtype{inbook}, and
\bibtype{incollection} entry types. For more information, see section
\ref{edtranspos}.

\optitem[false]{swaptrans}{\opt{true}, \opt{false}}

\noindent According to \textit{CMOS}, if a work has an editor and a
translator, their names should appear in citations in the order in
which they appear on the work's title page (see \textit{CMOS}
\ref{14.104}). By default, the style lists editors first. Entries with
the option \bibfield{swaptrans} reverse this order: Their translators
print first. If a work's translators and editors are the same,
\bibfield{swaptrans} reverses the order of their roles, say, from
\textit{edited and translated by} to \textit{translated and edited
by}. The same goes for compilers and revisers, which the style treats
as specialized editors. For more information, see section
\ref{edtranspos}.

\optitem[false]{swapvol}{\opt{true}, \opt{false}}

\noindent As an entry option, \opt{swapvol} does on a case-by-case
basis what the \opt{swapvol} preamble option does globally: When set
to true, it changes the format of a work in a collection so that, in
bibliographies and long citations, publication information for the
collection precedes that of the volume. For more information, see
section \ref{collorder}.

\end{optionlist}

\subsection{Citation Commands}
\label{citecmds}

Windy City supports most of the citation commands familiar from
\biblatex:

\begin{ltxsyntax}
\cmditem{autocite}[prenote][postnote]{key}
\cmditem{autocites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}
\cmditem{cite}[prenote][postnote]{key}
\cmditem{cites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}
\cmditem{footcite}[prenote][postnote]{key}
\cmditem{footcites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}
\cmditem{nocite}{key} \cmditem*{nocite}|\{*\}|
\cmditem{parencite}[prenote][postnote]{key}
\cmditem{parencites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}
\cmditem{smartcite}[prenote][postnote]{key}
\cmditem{smartcites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}
\end{ltxsyntax}

\noindent New users should get comfortable first with \cmd{cite} and
\cmd{footcite} (for notes) and \cmd{parencite} (for parenthetical
citations). Their multicite forms---\cmd{cites}, \cmd{footcites}, and
\cmd{parencites}---take a comma-separated list of entry keys.

Use \cmd{nocite} to add works to bibliographies even if you haven't
cited them in the text with citations commands. Use it with an
asterisk to add every work in every \file{bib} file that your document
loaded with \cmd{addbibresource} or \cmd{bibliography}.

Windy City sets the \opt{autocite} preamble option to \opt{footnote},
which makes \cmd{autocite} equivalent to \cmd{smartcite}. The latter
runs different citation commands in different contexts. In Windy City,
\cmd{smartcite} is equivalent to \cmd{footcite} in a document's body
and \cmd{cite} in footnotes and endnotes.\footnote{In a \env{minipage}
environment, \cmd{smartcite} is equivalent to \cmd{cite}. To use
\cmd{smartcite} with endnotes, use the \sty{endnotes} package.} If you
set the \opt{autocite} preamble option to \opt{inline}, \cmd{autocite}
is equivalent to \cmd{parencite}. If you set it to \opt{plain},
\cmd{autocite} is equivalent to \cmd{cite}.

Other citation commands:

\begin{ltxsyntax}

\cmditem{cite*}[prenote][postnote]{key}

Use this command to cite a work without printing anything in the
author's position. It comes in handy when the context makes the
author's name clear. From \textit{CMOS} \ref{14.78}:

\begin{citebib}
\item \cite*[233]{franklin1868}
\item \cite*[234]{franklin1868}
\end{citebib}

\cmditem{cites*}[prenote][postnote]{key}

Like \cmd{cites} but suppresses the author's position.

\cmditem{footcite*}[prenote][postnote]{key}

Like \cmd{footcite} but suppresses the author's position.

\cmditem{parencite*}[prenote][postnote]{key}

Like \cmd{parencite} but suppresses the author's position---useful in
passages where the author receives explicit mention. Here's an example
from \textit{CMOS} \ref{15.25}:

\begin{quote} Fiorina et al. \parencite*{fiorina2005} and Fischer and
Hout \parencite*{fischer2006} reach more or less the same conclusions.
In contrast, Abramowitz and Saunders \parencite*{abramowitz2005}
suggest that the mass public is deeply divided between red states and
blue states and between churchgoers and secular voters. \end{quote}

The source for the passage above contains:

\begin{verbatim}
   \begin{quote} Fiorina et al. \parencite*{fiorina2005}... Fischer
   and Hout \parencite*{fischer2006}... Abramowitz and Saunders
   \parencite*{abramowitz2005}... \end{quote}
\end{verbatim}

\cmditem{smartcite*}[prenote][postnote]{key}

Like \cmd{smartcite} but suppresses the author's position.

\cmditem{smartcites*}[prenote][postnote]{key}

Like \cmd{smartcites} but suppresses the author's position.

\cmditem{textcite}[prenote][postnote]{key}

Use \cmd{textcite} for in-text citations in the standard format.
Here's an example from \textit{CMOS} 13.65:

\begin{quote} ``If an astronaut falls into a black hole, its mass will
increase, but eventually the energy equivalent of that extra mass will
be returned to the universe in the form of radiation. Thus, in a
sense, the astronaut will be {`recycled'}''
\mkbibparens{\textcite[112]{hawking1988}}. \end{quote}

The source for the passage above contains:

\begin{verbatim}
   \begin{quote} ``If an astronaut falls into a black hole...''
   \mkbibparens{\textcite[112]{hawking1988}}. \end{quote}
\end{verbatim}

Note that \cmd{textcite} doesn't enclose citations in parentheses but
does drop the final period that standard citations usually end with.
The parentheses above come from \cmd{mkbibparens}, which switches the
note's internal parentheses to brackets.

\cmditem{textcite*}[prenote][postnote]{key}

Like \cmd{textcite} but suppresses the author's position. From
\textit{CMOS} 13.65:

\begin{quote} In their introduction to \textcite*{tocqueville1999},
translators Harvey Mansfield and Delba Winthrop write that Tocqueville
``shows that the people are sovereign, whether through the
Constitution or despite it, and he warns of the tyranny of the
majority'' \parencite[xvii]{tocqueville1999}. \end{quote}

The source for the passage above contains:

\begin{verbatim}
   \begin{quote} In their introduction to \textcite*{tocqueville1999}
   ...\parencite[xvii]{tocqueville1999}. \end{quote}
\end{verbatim}

\cmditem{textcites}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}

Like \cmd{textcite} but for multiple sources.

\cmditem{textcites*}(multiprenote)(multipostnote)[prenote][postnote]{key}|...|[prenote][postnote]{key}

Like \cmd{textcites} but suppresses the author's position.

\end{ltxsyntax}

\subsection{Entry Types}
\label{entrytypes}

Windy City recognizes every entry type from \BibTeX, as well as some
that are specific to \biblatex.

\begin{typelist}
\RaggedRight

\typeitem{article}

Alias: \bibtype{periodical}

\typeitem{book}

Aliases: \bibtype{booklet}, \bibtype{collection}, \bibtype{manual},
\bibtype{mvbook}, \bibtype{mvcollection}, \bibtype{proceedings},
\bibtype{report}, \bibtype{techreport}

\typeitem{incollection}

Aliases: \bibtype{bookinbook}, \bibtype{conference},
\bibtype{inproceedings}, \bibtype{inbook}, \bibtype{letter},
\bibtype{suppbook}, \bibtype{suppcollection}

\typeitem{letter} No aliases
\typeitem{misc} No aliases
\typeitem{online} No aliases
\typeitem{patent} No aliases

\typeitem{reference}

Alias: \bibtype{inreference}

\typeitem{review} No aliases

\typeitem{thesis}

Aliases: \bibtype{mastersthesis}, \bibtype{phdthesis},
\bibtype{unpublished}

\end{typelist}

\noindent For the most part, you may assign every work to the basic
entry types listed above. A PhD thesis, for example, may have a
\bibtype{thesis} or \bibtype{phdthesis} entry type. The output is the
same. If an entry has a type other than the ones listed above, Windy
City processes it as a book.

One comment about \bibtype{reference} and \bibtype{inreference}
entries: You may cross-reference \bibtype{inreference} entries to
\bibtype{reference} entries, as with articles in books, but you can
get the same output using one or the other type alone. Take an example
from \textit{CMOS} \ref{14.232}:

\begin{citeonly}
\item \cite{salvation1980}
\end{citeonly}

A bibliography database could have an \bibtype{inreference} entry for
the article cross-ref\-er\-enc\-ed to a \bibtype{reference} entry for
\textit{Encyclopaedia Britannica}:

\begin{verbatim}
   @InReference{salvation1980,
     title = {salvation},
     crossref = {britannica1980}
   }
   @Reference{britannica1980,
     organization = {{\emph{Encyclopaedia Britannica}}},
     edition = {15},
     year = {1980}
   }
\end{verbatim}

\noindent This approach makes sense if you plan to cite more than one
article from the source.\footnote{Incidentally, reference works don't
always have titles in italics. As a result, you need to set italics in
your bibliography database.} But you could also have a single entry of
either type with the same data:

\begin{verbatim}
   @Reference{salvation1980,
     organization = {{\emph{Encyclopaedia Britannica}}},
     edition = {15},
     title = {salvation},
     year = {1980}
   }
\end{verbatim}

For unusually complicated citations, or those just not supported by
the style, consider using the \bibtype{misc} entry type. The style
formats these entries with a small number of fields but in way that
makes it a fallback for almost anything. The example below is from
\textit{CMOS} 14.264:

\begin{citebib}
\item \cite{roosevelt1959}
\end{citebib}

\noindent This work's database entry contains most of its information
in \bibfield{usera} (for notes) and \bibfield{userb} (for
bibliographies). The \bibfield{title} field needs manual formatting,
since works of this type may have titles in italics or quotation
marks.

\begin{verbatim}
   @Misc{roosevelt1959,
     author = {Roosevelt, Eleanor},
     title = {\mkbibquote{Is America Facing World Leadership?}},
     usera = {convocation speech, Ball State Teacher's College, May 6,
              \thefield{year}, radio broadcast, reel-to-reel tape,
              MPEG copy, 1:12:49},
     userb = {Convocation Speech. Ball State Teacher's College. May 6,
              \thefield{year}. Radio broadcast. Reel-to-reel tape.
              MPEG copy. 1:12:49},
     url = {http://libx.bsu.edu/cdm4/singleitem/collection/ElRoos/id
            /1},
     year = {1959}
   }
\end{verbatim}

You may also use the \bibtype{misc} entry type to cross-reference
entries in a bibliography, as in \textit{CMOS} \ref{14.81} and
\ref{14.82}.

\begin{bibonly}
\nocite{ashe,creasey1976,creasey1978,creasey1966,morton,york}
\end{bibonly}

\noindent Here's the \bibtype{misc} entry for one of the
cross-references above:

\begin{verbatim}
   @Misc{ashe,
     options = {skipdate},
     author = {Ashe, Gordon},
     userb = {\emph{See} Creasey, John}
   }
\end{verbatim}

\noindent The option \opt{skipdate} is necessary only if you plan to
format your bibliography as a reference list. It prevents Windy City
from printing \textit{n.d.} (no date) after the name to indicate a
missing publication date. After adding the \bibtype{misc} entries, use
\cmd{nocite} with their entry keys to add them to your bibliography,
and cite the remaining entries as usual. For examples of automatic
cross-referencing in notes and bibliographies see section \ref{notes},
\ref{14.108}; section \ref{paren}, \ref{15.42}; and section
\ref{collections}.

For more discussion of entry types, see section \ref{datafields}.

\subsection{Data Fields}
\label{datafields}

Windy City relies on a small number of data fields that aren't
recognized by \BibTeX\ or \biblatex. It also uses some standard ones
in perhaps unexpected ways.

\subsubsection{Additional Data Fields}
\label{datafields}

Some of Windy City's nonstandard data fields are for its internal
handling of cross-referencing. Those fields aren't listed below, as
they're not meant for use in a bibliography database. The rest store
information that's crucial for correct formatting. Without them, quite
a few citations in this document wouldn't match their counterparts in
\textit{CMOS}.

\begin{marglist}

\item[\smash{\tshortstack[l]{blogtitle\\blogsubtitle}}] The name of a
blog goes in \bibfield{blogtitle} and \bibfield{blogsubtitle}. Keep in
mind that blog posts take the usual \bibfield{title} and
\bibfield{subtitle} fields.

\item[editoraddon] Use this field to include additional editorial
information about a book. It's available for \bibtype{book},
\bibtype{incollection}, and \bibfield{review} entry types and their
aliases. (For information on aliases in Windy City, see section
\ref{entrytypes}.) When applicable, its content appears after the
names of a book's editors and translators without intervening
punctuation. For an example, see section \ref{entryops}, where the
citation of \textit{Chaucer Life-Records} prints this
\bibfield{editoraddon}: ``from materials compiled by John M. Manly and
Edith Richert, with the assistance of Lilian J. Redstone et al.''

\item[seriesaddon] This field is for additional information about a
book's series. That includes information about the run of a series,
such as \textit{2nd ser.} and \textit{n.s.} For examples, see
\textit{CMOS} \ref{14.123} and \ref{14.126}. Keep in mind that, for
journals, which occasionally have a series but no series name,
information like \textit{2nd ser.} and \textit{n.s.} go in the
\bibfield{series} field.

\item[shortmaintitle] This field is for the short form of a
\bibfield{maintitle}. This should only be necessary for certain works
in collections. See the citation of \textit{The Complete Tales of
Henry James} in section \ref{multivolume}.

\end{marglist}

\subsubsection{Other Data Fields}
\label{fieldscon}

Examples in this document don't always make it clear how Windy City
uses standard data fields. The list below discusses some of them.

\begin{marglist}

\item[edition] To indicate a numbered edition of a work, put the
edition's number in this field---for example, \textit{2} for a second
edition. To indicate a revised edition, enter either \textit{revised}
or \textit{rev. ed.} Both options give the same output. For expanded
and updated editions, you may use \textit{expanded} or
\textit{updated}. Add additional data as necessary. For the following
example from \textit{CMOS} Bibliography 2.4, \bibfield{edition}
contains \textit{updated edition by Arlene O'Sean and Antoinette
Schleyer}:

\begin{bibonly}
\nocite{swanson1999}
\end{bibonly}

\noindent You may also use the field to indicate a newspaper's
edition, such as \textit{Sunday Book Review} (see \textit{CMOS}
\ref{14.202}).

\item[issue] Windy City uses this field with the \bibtype{article},
\bibtype{online}, and \bibtype{review} entry types to record a work's
season of publication (spring, summer, autumn/fall, winter). The
\bibtype{date} field also records seasons---but the value \textit{23},
for the third season, returns \textit{Autumn}. To print \textit{Fall},
use the \bibfield{issue} field. In other words, for \textit{Fall
2013}, a work's bibliography database entry should contain:

\begin{verbatim}
   issue = {Fall},
   date = {2013},
\end{verbatim}

\noindent Whereas for \textit{Autumn 2013}, use either:

\begin{verbatim}
   date = {2013-23},
\end{verbatim}

\noindent Or:

\begin{verbatim}
   issue = {Autumn},
   date = {2013},
\end{verbatim}

\noindent Remember that when \bibfield{date} contains just a year of
publication, you may use the classic \bibfield{year} field.

\item[series] See the comments for \bibfield{seriesaddon} in section
\ref{datafields}.

\item[type] With the \bibtype{thesis} entry type, Windy City uses
\bibfield{type} to distinguish a Master's thesis from a PhD
dissertation. For the latter, \bibtype{type} should have the value
\textit{phdthesis} or \textit{PhD diss.} For the former, use
\textit{mathesis} or \textit{master's thesis}. No \bibfield{type}
field is needed for the \bibtype{mathesis} and \bibtype{phdthesis}
entry types.

In rare cases, \bibfield{type} is necessary for the \bibtype{article}
and \bibtype{review} entry types when a work's bibliographic
information doesn't allow Windy City to distinguish a journal article
from a magazine or newspaper article. This happens when a magazine or
newspaper article has an issue number. Normally, Windy City would
respond by printing the issue number before the date and enclosing the
date in parentheses. But the issue number needs to go first, and the
date shouldn't be in parentheses. The workaround is to include a
\bibfield{type} field with the value \textit{newsmag}. For an example,
see \textit{CMOS} \ref{14.204} and compare it with the citation of
Beattie in \ref{14.171}.

\end{marglist}

\section{Editors, Translators, Compilers, and Revisers}
\label{edtrans}

Windy City offers significant control over the handling of editors,
translators, and the like. Taking advantage of it, however, may not
seem intuitive at first. This section covers all the relevant features
and options.

\subsection{Types of Editors and Translators}
\label{edtransnames}

For the most part, Windy City associates the \bibfield{editor} and
\bibfield{translator} fields with the lowest level title within the
scope of an entry. In most cases, then, you can assign editors and
translators simply by adding the \bibfield{editor} and
\bibfield{translator} fields to a database entry. The entry below is
an example from \textit{CMOS} \ref{14.104}:

\begin{verbatim}
   @Collection{adorno1999,
     author = {Adorno, Theodor W. and Benjamin, Walter},
     title = {The Complete Correspondence, 1928–1940},
     editor = {Lonitz, Henri},
     translator = {Walker, Nicholas},
     address = {Cambridge, MA},
     publisher = {Harvard University Press},
     year = {1999}
   }
\end{verbatim}

\begin{citebib}
\item \cite{adorno1999}
\end{citebib}

\noindent When the style processes this entry, it identifies the
editor and translator of the work with the names in the
\bibfield{editor} and \bibfield{translator} fields. Since the entry
doesn't use the \opt{swaptrans} entry option (see section
\ref{edtranspos}), the resulting output lists the editor and
translator, in that order, after the authors and title.

Cross-referencing introduces a bit more complexity, but the principle
is the same: Within the scope of an entry, the style associates
\bibfield{editor} and \bibfield{translator} with the lowest level
title. In this example from \textit{CMOS} \ref{14.30}, an essay is
cross-referenced to a collection:

\begin{verbatim}
   @InCollection{kaiser1964,
     author = {Kaiser, Ernest},
     title = {The Literature of Harlem},
     shorttitle = {Literature of Harlem},
     crossref = {clarke1964}
   }
   @Collection{clarke1964,
     editor = {Clarke, J. H.},
     title = {Harlem},
     subtitle = {A Community in Transition},
     address = {New York},
     publisher = {Citadel Press},
     year = {1964}
   }
\end{verbatim}

\begin{citebib}
\item \cite{kaiser1964}
\end{citebib}

\noindent Since \bibfield{editor} appears within the
\bibtype{collection} entry, Windy City associates the editor's name
with \textit{Harlem}. If you moved \bibfield{editor} from
\bibtype{collection} to \bibtype{incollection}, the association would
change to \textit{The Literature of Harlem}.

Consider another example:

\begin{citebib}
\item \cite{petrarca1948}
\end{citebib}

\noindent Hans Nachod translated ``The Ascent of Mont Ventoux,'' among
other works in the collection, but not \textit{every} work in the
collection. Thus, the \bibfield{translator} field must fall within the
scope of the \bibtype{incollection} entry:

\begin{verbatim}
   @InCollection{petrarca1948,
     author = {Petrarca, Francesco},
     title = {The Ascent of Mont Ventoux},
     translator = {Nachod, Hans},
     pages = {36–46},
     crossref = {cassirer1948}
   }
   @Collection{cassirer1948,
     editor = {Cassirer, Ernst and Kristeller, Paul Oskar and Randall,
               Jr., John Herman},
     title = {The Renaissance Philosophy of Man},
     address = {Chicago},
     publisher = {University of Chicago Press},
     year = {1948}
   }
\end{verbatim}

\noindent By the same token, since \bibfield{editor} falls within the
scope of \bibtype{collection}, the style associates it with
\textit{The Renaissance Philosophy of Man}.

The style supports two other basic editorial roles: compiler and
reviser. To assign them, you need to use the \bibfield{editortype}
field. It may help to see the bibliography database entries for
examples in \textit{CMOS} \ref{14.103} and \ref{14.142}:

\begin{verbatim}
   @Book{schechter2011,
     editor = {Schechter, Harold, and Kurt Brown},
     editortype = {compiler},
     title = {Killer Verse},
     subtitle = {Poems of Murder and Mayhem},
     address = {London},
     publisher = {Everyman Paperback Classics},
     year = {2011}
   }
   @Book{turabian2013,
     author = {Turabian, Kate L.},
     title = {A Manual for Writers of Term Papers, Theses, and
              Dissertations},
     edition = {8},
     editor = {Booth, Wayne C. and Colomb, Gregory G. and
               Williams, Joseph M. and {the University of Chicago
               Press Staff}},
     editortype = {reviser},
     address = {Chicago},
     publisher = {University of Chicago Press},
     year = {2013}
   }
\end{verbatim}

\begin{citebib}
\item \cite{schechter2011}
\item \cite{turabian2013}
\end{citebib}

In addition to the four basic roles (editor, translator, compiler, and
reviser), you may assign names to any pair of them. A work's editor,
for example, can also be its translator, or compiler, or reviser---but
no more than one of these. And just as you can swap the order of the
editor and translator roles (again, see section \ref{edtranspos}), you
can swap all other combinations, say, to identify a work as
\textit{compiled and edited by} Jane Doe rather than \textit{edited
and compiled by} her. Simply change the value of
\bibfield{editortype}. A summary of these values appears in Table
\ref{table:ed}.

\begin{table}[H]
\begin{tabular}{@{}r l@{}}
\bibfield{editortype} & Assignment\\
\toprule
compiler & compiler\\
comped & compiler and editor\\
comprev & compiler and reviser\\
comptrans & compiler and translator\\
edcomp & editor and compiler\\
edrev & editor and reviser\\
reviser & reviser\\
revcomp & reviser and compiler\\
reved & reviser and editor\\
revtrans & reviser and translator\\
transcomp & translator and compiler\\
transrev & translator and reviser\\
\end{tabular}
\caption{} \label{table:ed}
\end{table}

For an example in \textit{CMOS}, we need turn the bibliography. This
will do:

\begin{verbatim}
   @Book{fowler1965,
     author = {Fowler, H. W.},
     title = {A Dictionary of Modern English Usage},
     edition = {2},
     editor = {Gowers, Sir Ernest},
     editortype = {reved},
     address = {Oxford},
     publisher = {Oxford University Press},
     year = {1965}
   }
\end{verbatim}

\begin{citebib}
\item \cite{fowler1965}
\end{citebib}

Try swapping \textit{reved} in the entry above for other values in
Table \ref{table:ed}. Notice that \textit{edrev} is the reverse of
\textit{reved}---``edited and revised by'' instead of ``revised and
edited by.'' Similarly for \textit{comprev} and \textit{revcomp},
\textit{comptrans} and \textit{transcomp}, and so on.

Missing from the table are \textit{editor}, \textit{translator},
\textit{edtrans}, and \textit{transed}. Windy City has bibstrings for
them, too, but they're strictly for the style's internal use. It
determines which of them applies, if any, based on the contents of the
\bibfield{editor} and \bibfield{translator} fields and the option
\opt{swaptrans}. You never need to use them in a bibliography
database.

Three more values of \bibfield{editortype} allow you to assign editors
to higher level titles: \textit{maintitle}, \textit{series}, and
\textit{issuetitle}. Here's an example from \textit{CMOS}
\ref{14.123}:

\begin{verbatim}
   @Book{allen2009,
     author = {Allen, Judith A.},
     title = {The Feminism of Charlotte Perkins Gilman},
     subtitle = {Sexualities, Histories, Progressivism},
     series = {Women in Culture and Society},
     editor = {Stimpson, Catharine R.},
     editortype = {series},
     address = {Chicago},
     publisher = {University of Chicago Press},
     year = {2009}
   }
\end{verbatim}

\begin{citebib}
\item \cite{allen2009}
\end{citebib}

\noindent If there were no \bibfield{editortype} assigning the editor
to the series, Windy City would take her as the book's editor. In
short, for a title's compilers and revisers and for any title at a
higher level than \bibfield{title}, you need to use
\bibfield{editortype}. Combined with Windy City's support for citing
articles, chapters, books, and other works within books, this scheme
allows for several sets of editors per work, although it does limit
you to just one set of compilers and revisers.

What about translators? Unless a work's bibliography database entry
has a \bibfield{translatortype} field with the value
\textit{maintitle}, Windy City associates the names in
\bibfield{translator} with the entry's lowest level title. (Recall
``The Ascent of Mont Ventoux'' above.) You should rarely, and perhaps
never, need more than one set of translators per work. But if you do,
Windy City lets you assign as many as three---as long as you
cross-reference a work with one set of translators to another with
two.

The style has three other name lists for editors: \bibfield{editora},
\bibfield{editorb}, and \bibfield{editorc}. If a work has more than
one set of editors, list editors of the lowest level title in
\bibfield{editor}. Usually, those are editors of a \bibfield{title}.
The next level up, as it were, is for \bibfield{editora}, followed by
\bibfield{editorb}, then \bibfield{editorc}. Remember to include the
appropriate \bibfield{type} field to indicate an editor's role. These
fields are \bibfield{editortype} (for \bibfield{editor}),
\bibfield{editoratype} (for \bibfield{editora}),
\bibfield{editorbtype} (for \bibfield{editorb}), and
\bibfield{editorctype} (for \bibfield{editorc}).

As it happens, Windy City puts a lot of effort into sorting out where
to print the names of editors and translators, so it's a bit more
clever than the previous paragraph suggests. In particular, if you use
\bibfield{editortype} to assign an \bibfield{editor} to a
\bibfield{maintitle} or some other higher level title, and have an
\bibfield{editora} with no corresponding \bibfield{editoratype}, Windy
City will assume that \bibfield{editora} is the editor of the
\bibfield{title}. Regardless, the best practice is to the follow the rule
of thumb described above, reserving \bibfield{editor} for
\bibfield{title} and working up from there.

\subsection{Switching Places and Roles}
\label{edtranspos}

Normally, Windy City lists editors first. But if translators are
listed first on a work's title page, you should reverse the order (see
\textit{CMOS} \ref{14.104}). For that, use the entry option
\opt{swaptrans}. Compare:

\begin{citebib}
\item \cite{doe2010a}
\end{citebib}
\begin{citebib}
\item \cite{doe2010b}
\end{citebib}

If a work has no author, but has an editor, the style will print the
editor's name in the author's position. The same happens if a work has
no author but does have a translator. The following are examples from
\textit{CMOS} \ref{14.103}:

\begin{citebib}
\item \cite[100]{egan2014}
\item \cite[34]{silverstein1974}
\end{citebib}

What if a work has no author but has editors and translators? Since
Windy City gives priority to editors, it defaults to listing editors
in the author's position:

\begin{citebib}
\item \cite{smith2002a}
\end{citebib}

\noindent Use \opt{swaptrans} to reverse them:

\begin{citebib}
\item \cite{smith2002b}
\end{citebib}

Similarly, if a work's editors and translators are the same, the style
will print the editors' role first, as in \textit{edited and
translated by}. Reverse them with \opt{swaptrans}. From \textit{CMOS}
\ref{14.104}:

\begin{citebib}
\item \cite{menchu1999}
\end{citebib}

Since Windy City treats a compiler as a kind of editor, the comments
above apply to compilers: If a work has compilers and translators,
compilers' names will print first, unless you use \opt{swaptrans}.

In rare cases, you may want to swap the position of an author and an
editor or translator. \textit{CMOS} \ref{14.104} gives an example:

\begin{citebib}
\item \cite{pound1953}
\end{citebib}

\noindent You can get this effect with the entry option
\opt{swapauth}, which works for \bibtype{book}, \bibtype{bookinbook},
\bibtype{collection}, \bibtype{inbook}, \bibtype{incollection},
\bibtype{mvbook}, and \bibtype{mvcollection} entry types. But beware:
Windy City doesn't look ahead to see if there's really an editor or
translator to take the author's place. If it doesn't find one, it will
still print the author's name after the title, leaving the author's
position empty. Also, if it finds both an editor and a translator, and
they're not the same person, it will print the editor's name in the
author's position---again, giving priority to editors. If you want the
translator's name in the author's position, use \opt{swapauth} with
\opt{swaptrans}.

For correct sorting in a bibliography, a work that uses \opt{swapauth}
needs a field like \bibfield{sortname} to sort it by the name of the
editor or translator whose name will occupy the author's position. It
would be nice if Windy City could do this for you, but at present no
feature of \biblatex seems to allow the kind of on-the-fly changes to
sorting that \opt{swapauth} requires. Below is the entry for the
previous example:

\begin{verbatim}
   @Book{pound1953,
     options = {swapauth},
     author = {Pound, Ezra},
     title = {Literary Essays},
     editor = {Eliot, T. S.},
     sortname = {Eliot, T. S.},
     address = {New York},
     publisher = {New Directions},
     year = {1953}
   }
\end{verbatim}

\section{Collections}
\label{collections}

Before you cite a collection or one of its volumes, you need to
consider how you want the citation to look (\textit{CMOS} gives you
options) and whether the collection should count as a single work or
as a composite. These issues have implications for how you structure
entries in your bibliography database and how you use citation
commands.

\subsection{Structuring Citations}
\label{collorder}

A work in a collection usually has a title and perhaps other
publication information that differs from the collection's. When
preparing your bibliography database, the most basic choice to make
about a work in a collection is which publication information has
priority, the collection's or the volume's. Consider an example from
\textit{CMOS} \ref{14.119}:

\begin{citebib}
\item \cite{armstrong2014}
\end{citebib}

\noindent The editor and title of the volume precede the editor and
title of the collection. In notes and bibliographies in the default
format, \textit{CMOS} gives you the option of reversing this order.
(See especially \textit{CMOS} \ref{14.119}, \ref{14.121}, and
\ref{14.122}, and compare \ref{14.144} and \ref{15.41}.) Windy City
does as well, with the entry or preamble option \opt{swapvol}.

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{armstrong2014}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

In contexts where information for just one title appears (certain
short citations), the one with priority determines which one
identifies the work. By default, as you can see in the second note
below, the volume has priority:

\begin{citeonly}
\item \cite{armstrong2014}
\item \cite[45]{armstrong2014}
\end{citeonly}

\noindent Whereas with \opt{swapvol}:

\begin{citeonly}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{armstrong2014}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[45]{armstrong2014}
\end{citeonly}

Notice the volume number in the second note above, separated from the
page citation by a colon. When the collection has priority, the volume
number should appear in the citation. There are enough examples in
\textit{CMOS} to make that clear. But when the volume has priority,
the volume number is at best optional but probably incorrect. (It
could cause confusion, since the collection is what comes in volumes,
not the volumes themselves.) In any event, Windy City prints the
volume number only when the collection has priority, that is, when
\opt{swapvol} is \textit{true}.

If you want collections to have priority in every case, use the
\opt{swapvol} preamble option, which acts globally. More likely,
though, you'll want to give priority to the collection when citing
some works but not others. In those cases, use the \opt{swapvol} entry
option. A good candidate for the latter is this example from
\textit{CMOS} \ref{14.118}:

\begin{citebib}
\item \cite*{james1963.5}
\end{citebib}

\noindent The volume's title merely indicates a portion of the
collection, somewhat like the volume of an encyclopedia with the title
\textit{D–F}. There's nothing wrong with putting it first. But putting
it second seems more intuitive.

For other works, \opt{swapvol} may seem like a poor choice, even if
the output is formally correct:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{barrows1959}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\noindent Having the editor's name first and the author's name after
the volume's title looks odd. But it's not wrong. The volume's author
didn't write every volume of the collection. In giving priority to the
collection, then, the first position, where an author's name normally
goes, should go to the collection's editor, not to the volume's
author. By contrast, the default format looks more familiar:

\begin{citebib}
\item \cite{barrows1959}
\end{citebib}

One drawback of \opt{swapvol} is that some works changed by it won't
sort correctly in a bibliography without help. The affected works
include those without listed authors and those in which the volume has
an author but the collection as a whole doesn't---and possibly others.
You can fix them by adding a \bibfield{sortname} field to their
bibliography database entries.

This drawback shouldn't affect \bibfield{bookinbook},
\bibfield{inbook}, \bibfield{incollection}, or \bibfield{letter}
entries when they're cross-referenced to works that are changed by
\opt{swapvol}. They should have their own authors or titles that Windy
City can use for proper sorting. It seems that \textit{CMOS} gives
exactly such example one in \ref{14.120}:

\begin{citebib}
\item \cite[169--71]{king2014}
\item \cite[170]{king2014}
\end{citebib}

\noindent Here's the output with the preamble or entry option
\opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[169--71]{king2014}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[170]{king2014}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

In neither case does Windy City print the volume number before the
page reference. That's because, with or without \opt{swapvol}, the
citation is directly to the work's title, not to the collection. The
same goes for articles, chapters, books, and other works of this type.
Further, consistent with \textit{CMOS} \ref{14.108} and \ref{15.42},
Windy City cross-references previously cited volumes.

% Due to 'mincrossrefs=2', jones2018 would be added automatically to
% the bibliography at the end of the document because it's referenced
% twice below. However, it wouldn't appear in the refsegment without
% using \nocite.

\begin{citebib}
\item \cite[56]{doe2018}
\item \cite[128]{edwards2018}
\nocite{jones2018}
\end{citebib}

\noindent Now with \opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[56]{doe2018}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[128]{edwards2018}
\AtNextBibliography{\toggletrue{swapvol}}
\nocite{jones2018}
\end{citebib}

How does Windy City determine which entries in a bibliography database
work with \opt{swapvol}? To keep things simple, let's focus on
individual volumes of a collection, rather than works collected in
them, like articles and chapters. Below are entries for an earlier
example:

\begin{verbatim}
   @InBook{armstrong2014,
     editor = {Armstrong, Tenisha},
     title = {To Save the Soul of America, January 1961–August
              1962},
     shorttitle = {To Save the Soul of America},
     volume = {7},
     year = {2014},
     crossref = {carson1992}
   }
   @Collection{carson1992,
     editor = {Carson, Clayborne},
     title = {The Papers of Martin Luther King, Jr.},
     volumes = {14},
     address = {Berkeley},
     publisher = {University of California Press},
     year = {1992–}
   }
\end{verbatim}

A \bibtype{bookinbook} or \bibtype{inbook} entry for a volume works
with \opt{swapvol} if it has a \bibfield{title}, a \bibfield{volume},
and another \bibfield{title} inherited from a cross-referenced entry,
and if it lacks certain fields that it shouldn't have, such as a
\bibfield{maintitle} field or a \bibfield{volume} field inherited from
the cross-referenced entry. You can find the exact details in
\file{windycity.bbx}. Just remember that entries like these should
always be cross-referenced to a \bibtype{collection} or one of its
aliases. Since Windy City treats them the same, it makes no difference
whether you designate entries for volumes as \bibtype{bookinbook} or
\bibtype{inbook}.

With one exception, you can get the same output with a \bibtype{book},
\bibtype{collection}, \bibtype{mvbook}, or \bibtype{mvcollection}
entry. As before, the choice of entry type is arbitrary. All four are
equivalent. Here's a counterpart to the previous example using
\bibtype{collection}:

\begin{verbatim}
   @Collection{carson2014,
     editor = {Armstrong, Tenisha},
     title = {To Save the Soul of America, January 1961–August
              1962},
     volume = {7},
     maintitle = {The Papers of Martin Luther King, Jr.},
     editora = {Carson, Clayborne},
     editoratype = {maintitle},
     volumes = {14},
     address = {Berkeley},
     publisher = {University of California Press},
     year = {2014}
   }
\end{verbatim}

These entries work with \opt{swapvol} if they have \bibfield{volume}
and \bibfield{maintitle} fields, among other conditions. You may
prefer them over \bibfield{bookinbook} or \bibfield{inbook} entries if
you only intend to cite one volume of the collection and have no need
to cite the collection as a whole. You risk trouble, though, if the
volumes of the collection have different publication dates, as they do
for \textit{The Papers of Martin Luther King, Jr}. If the publication
information for this volume goes last, the bibliography and long
citation should list the publication date as \textit{2014}. If the
publication information for the collection goes last, that date is
\textit{1992–}. A \bibtype{book} or \bibtype{collection} entry,
however, has just one field for a publication date, so using
\opt{swapvol} on \bibfield{carson2014} would print \textit{2014}, not
\textit{1992–}. Otherwise, the entry types are interchangeable. You
can find examples of both approaches in \file{windycity.bib}.

Certain entries cross-referenced to entries that work with
\opt{swapvol} also work with it. Those entry types are limited to
\bibtype{bookinbook}, \bibtype{inbook}, \bibtype{incollection}, or
\bibtype{letter}. For the letter cited above:

\begin{verbatim}
   @Letter{king2014,
     author = {King, Jr., Martin Luther},
     title = {Unpublished letter to the editor of the
              \emph{Afro-American} (Washington, DC)},
     crossref = {armstrong2014}
   }
\end{verbatim}

\noindent You may cross-reference this entry to
\bibfield{armstrong2014} or \bibfield{carson2014}. The only difference
is that, with \opt{swapvol}, cross-referencing to
\bibfield{carson2014} once more gives the wrong publication date for
the collection. With many other collections, this wouldn't be an
issue. Convenience, then, is perhaps the only consideration in
choosing how you do it. If you plan to cite more than one volume of a
collection, and different works in those volumes or the collection as
a whole, cross-referencing to \bibtype{bookinbook} or \bibtype{inbook}
entries is probably simpler. The other way is simpler if you plan to
cite just one work in one volume.

As mentioned in \textit{CMOS} \ref{15.41}, reference lists should give
priority to the volume, not to the collection. Nevertheless, Windy
City doesn't prevent you from using \opt{swapvol} with \opt{reflist}.
Either way, remember that when a volume and a collection have
different publication dates, a reference list entry prints both dates,
which in turn requires you to use the \bibtype{bookinbook} or
\bibtype{inbook} approach.

\begin{refonly}
\nocite{armstrong2014}
\end{refonly}

A final issue concerns whether you want long citations to give a
work's total number of volumes. Whereas entries in a bibliography
almost always give that number (the exceptions are those that work
with \opt{swapvol}), doing so in notes is optional (per \textit{CMOS}
\ref{14.118}).

Here's what Windy City does: Apart from entries that work with
\opt{swapvol}, it prints the \bibfield{volumes} field in long
citations only if the \bibfield{postnote} field is empty. That's not a
requirement of \textit{CMOS}. But there are several reasons for
preferring this approach. If the \bibfield{postnote} is empty,
printing the total preserves the correspondence between the long
citation and its entry in the bibliography. This prevents the
appearance that something has gone wrong when an element in one is
missing from the other. If the \bibfield{postnote} isn't empty, it
likely contains information that, as with page references, should also
include a volume number (see section \ref{multivolume}). Including a
volume number makes it less important, arguably, to include the total
number of volumes. The main benefit, anyway, is that Windy City's
approach is consistent with citations of \textit{The Lisle Letters} in
\textit{CMOS} \ref{14.117} and \ref{14.118}. No simpler rule would be.

Confused? All you need to know is that, barring exceptions for
\opt{swapvol}, if you want to print a work's total number of volumes
without regard to the \bibfield{postnote}, use the entry option
\opt{listvols}. Windy City uses it to match some examples in
\textit{CMOS}, such as in \ref{14.59}:

\begin{citeonly}
\item \cite[1:126]{shurtleff1853}
\end{citeonly}

\subsection{Collections as Single Works}
\label{multivolume}

Although its discussion is a bit obscure, \textit{CMOS} treats some
multivolume collections as single works---but only, it seems, if every
volume of the collection has the same title and publication date. To
illustrate the distinction between a collection that counts as a
single work and one that doesn't, \textit{CMOS} gives the following
examples in \ref{14.118}:

\begin{citeonly}
\item \cite[4:243]{byrne1981}
\item \cite*[32--33]{james1963.5}
\item \cite[4:245]{byrne1981}
\item \cite*[34]{james1963.5}
\end{citeonly}

In citations of \textit{The Lisle Letters}, volume numbers and pages
are separated by a colon. With \textit{The Complete Tales of Henry
James}, only the second citation follows this pattern. In the first,
the volume number appears earlier, after the editor's name. Why?
Apparently, \textit{The Lisle Letters} count as a single, multivolume
work because every volume has the same title and publication date. Not
so \textit{The Complete Tales of Henry James}, in which volumes have
different titles and publication dates.

To get the right output, your bibliography database and citations need
to reflect this distinction. Think of it this way: If a multivolume
collection meets the criteria of a single work (all volumes have the
same title and publication date), your bibliography database should
have just one entry to which all citations of the collection refer,
regardless of whether they cite particular volumes or the collection
as a whole. Here's the entry for \textit{The Lisle Letters}:

\begin{verbatim}
   @Collection{byrne1981,
     editor = {Byrne, Muriel St. Clare},
     title = {The Lisle Letters},
     volumes = {6},
     address = {Chicago},
     publisher = {University of Chicago Press},
     year = {1981}
   }
\end{verbatim}

To cite a particular volume of the collection, include the volume
number in the citation's \bibfield{postnote}. For citations of pages,
remember the format from \textit{CMOS} \ref{14.118}: Volume numbers
and pages are separated with a colon. Here's the source for the first
citation of \textit{The Lisle Letters}:

\begin{verbatim}
   \cite[4:243]{byrne1981}
\end{verbatim}

\noindent To cite a volume by itself, without a page reference, or to
cite chapters, sections, and other parts of the work, remember to use
the appropriate abbreviations (for some examples, see \textit{CMOS}
\ref{14.120}, 15.23, and \ref{15.41}):

\begin{verbatim}
   \cite[vol. 3, chap. 9]{byrne1981}
\end{verbatim}

What if the \bibfield{postnote} is empty? Windy City assumes that you
mean to cite the collection as a whole. As such, the first, long
citation of the work will print the collection's total number of
volumes. Subsequent entries will indicate the collection in whatever
short form corresponds to the preamble options. The following shows
the default output for two such citations of the collection:

\begin{citeonly}
\item \cite{byrne1981}
\item \cite{byrne1981}
\end{citeonly}

For collections like \textit{The Complete Tales of Henry James}, which
don't count as single works, every volume needs to have its own entry
in the bibliography database. Here's the entry for the volume cited in
\textit{CMOS} \ref{14.118}:

\begin{verbatim}
   @Collection{james1963.5,
     options = {swapvol},
     author = {James, Henry},
     title = {1883–1884},
     volume = {5},
     maintitle = {The Complete Tales of Henry James},
     shortmaintitle = {Complete Tales of Henry James},
     editor = {Edel, Leon},
     editortype = {maintitle},
     volumes = {12},
     address = {London},
     publisher = {Rupert Hart-Davis},
     year = {1963}
   }
\end{verbatim}

Since the volume number is part of the entry and needs to print in
different places depending on the context, don't include it in the
\bibfield{postnote}. Let Windy City handle it. Below is the source for
the first and second citations of \textit{The Complete Tales Henry
James}:

\begin{verbatim}
   \item \cite*[32--33]{james1963.5}
     ...
   \item \cite*[34]{james1963.5}
\end{verbatim}

\noindent The first citation prints the volume number after the
editor's name, long before the \bibfield{postnote}. The second prints
it just before the \bibfield{postnote}, separated from the page by a
colon:

\begin{citeonly}
\item[2.] \cite*[32--33]{james1963.5}
\item[\ldots]
\item[4.] \cite*[34]{james1963.5}
\end{citeonly}

Neither type of collection uses cross-referencing in the bibliography
database. For \textit{The Lisle Letters}, cross-referencing would
introduce needless complexity. A single work should have a single
entry, not multiple, cross-referenced entries. For \textit{The
Complete Tales Henry James}, cross-referencing would result in errors
because, with different titles and publication dates, not all
publication data for the collection is true of each volume. To cite
the collection as a whole, as in \textit{CMOS} \ref{14.117}, add a
separate entry:

\begin{verbatim}
   @Collection{james1962,
     author = {James, Henry},
     title = {The Complete Tales of Henry James},
     shorttitle = {Complete Tales of Henry James},
     editor = {Edel, Leon},
     volumes = {12},
     address = {London},
     publisher = {Rupert Hart-Davis},
     year = {1962–64}
   }
\end{verbatim}

\subsection{Works \textit{in} Volumes or \textit{as} Volumes}

Many examples so far show the use of the \bibfield{volume} field. What
they don't quite show is that, as with editors and translators, Windy
City associates \bibfield{volume} with an entry's lowest level title.
Usually, this doesn't require any thought when preparing a
bibliography database. The \bibfield{volume} field goes where you'd
expect it to. But if you're not careful, you could end up with errors,
especially when citing books in collections.

\begin{verbatim}
   @InBook{spinoza1900.1.1,
     title = {A Theological-Political Treatise},
     crossref = {spinoza1900.1}
   }
   @Collection{spinoza1900.1,
     author = {Spinoza, Benedict de},
     title = {The Chief Works of Benedict de Spinoza},
     edition = {revised},
     translator = {Elwes, R. H. M.},
     volume = {1},
     address = {London},
     publisher = {George Bell {and} Sons},
     year = {1900}
   }
\end{verbatim}

In the entries above, Windy City associates \bibfield{volume} with
\textit{The Chief Works of Benedict de Spinoza}, not with \textit{A
Theological-Political Treatise}. The latter, it assumes, isn't volume
one of the collection but a work contained \textit{in} volume one,
presumably with other works. Windy City formats the citation
accordingly:

\begin{citebib}
\item \cite{spinoza1900.1.1}
\end{citebib}

\noindent If \bibfield{volume} were within the scope of
\bibfield{spinoza1900.1.1}, Windy City would assume that \textit{A
Theological-Political Treatise} is volume one of \textit{The Chief
Works of Benedict de Spinoza}. The same error would occur if you put
all the data for the citation into, say, a \bibfield{collection}
entry. Windy City would associate \bibfield{volume} with
\bibfield{title}, not with \bibfield{maintitle}. The upshot is that
correctly citing a work like this requires cross-referencing an
\bibtype{inbook} or \bibtype{bookinbook} entry to a
\bibtype{collection}, \bibtype{book}, \bibtype{mvbook}, or
\bibtype{mvcollection} entry. (Again, the alternatives give the same
output.) Only then would Windy City associate \bibfield{volume} with
the right \bibfield{title}.

\section{Examples from \emph{CMOS} Chap. 14, ``Notes and
Bibliography''}
\label{notes}

Examples in this section reproduce those in \textit{CMOS} chapter 14.
To help with cross-checking, subsection numbers and headings are from
\textit{CMOS}.

\subsection{Basic Format, with Examples and Variations}
\setcounter{subsection}{14}

\setcounter{subsubsection}{22}
\subsubsection{Notes and bibliography—examples and variations}
% 14.23 Notes and bibliography—examples and variations
\label{14.23}

\begin{citebib}
\item \cite[87-88]{strayed2012}
\item \cite[261, 265]{strayed2012}
\item \cite[32]{daum2015}
\item \cite[134--35]{daum2015}
\item \cite[188]{grazer2015}
\item \cite[190]{grazer2015}
\item \cite[242--55]{garcia1988}
\item \cite[33]{garcia1988}
\item \cite[310]{gould1984a}
\item \cite[309]{gould1984a}
\item \cite[484--85]{bagley2015}
\item \cite[501]{bagley2015}
\item \cite[311]{liu2015}
\item \cite[312]{liu2015}
\end{citebib}

\setcounter{subsection}{1}
\subsection{Notes}
\setcounter{subsection}{14}

\setcounter{subsubsection}{29}
\subsubsection{Basic structure of the short form}
% 14.30: Basic structure of the short form
\label{14.30}

\begin{citebib}
\item \cite[24--25]{morley1995}
\item \cite{schwartz1992}
\item \cite{kaiser1964}
\item \cite[43]{morley1995}
\item \cite[138]{schwartz1992}
\item \cite[189--90]{kaiser1964}
\end{citebib}

\setcounter{subsubsection}{33}
\subsubsection{Shortened citations versus ``ibid''}
% 14.34:
\label{14.34}

See section \ref{short} for a discussion of how to enable the short
format and the use of \textit{ibid.} First, the short format:

\begin{citeonly}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[3]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}}
\item \cite[24--26]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[401-2]{morrison2004b}
\AtNextCitekey{\toggletrue{short}}
\item \cite[433]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}}
\item \cite[37--38]{diaz2008}
\AtNextCitekey{\toggletrue{short}}
\item \cite[403]{morrison2004b}
\AtNextCitekey{\toggletrue{short}}
\item \cite[152]{diaz2008}
\AtNextCitekey{\toggletrue{short}}
\item \cite[201-2]{diaz2008}
\AtNextMultiCite{\toggletrue{short}}
\item \cites[240]{morrison2004b}[32]{morrison2004a}
\AtNextCitekey{\toggletrue{short}} \item \cite[33]{morrison2004a}
\end{citeonly}

\noindent With \textit{ibid.}:

\begin{citeonly}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[3]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[18]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[24--26]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[401-2]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[433]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{firstshort}\toggletrue{ibid}}
\item \cite[37--38]{diaz2008}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[403]{morrison2004b}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[152]{diaz2008}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[201-2]{diaz2008}
\AtNextMultiCite{\toggletrue{short}\toggletrue{firstshort}}
\item \cites[240]{morrison2004b}[32]{morrison2004a}
\AtNextCitekey{\toggletrue{short}\toggletrue{ibid}}
\item \cite[33]{morrison2004a}
\end{citeonly}

\setcounter{subsubsection}{53}
\subsubsection{Source notes for previously published material}
% 14.54 Source notes for previously published material

\begin{citebib}
\item \cite[Reprinted with permission from][15–64]{shapin1996}
\item \cite*[Originally published as][22–69, © 1992 by The University of
Chicago. All rights reserved. Reprinted by permission]{manet1992}
\end{citebib}

\setcounter{subsubsection}{58}
\subsubsection{Abbreviations for frequently cited works}
% 14.59 Abbreviations for frequently cited works
\label{14.59}

You may override the default announcement of a \bibfield{shorthand} by
adding your preferred content to \bibfield{shorthandintro}. For an
example, one that prints the announcement in a separate sentence, see
the first citation of \textit{CMOS} in this document's introduction.

Note that Windy City doesn't automatically italicize a
\bibfield{shorthand}. Per \textit{CMOS} 14.60, a shorthand should be
italicized if the title that it abbreviates is also italicized. Set
this in the bibliography database with \cmd{emph} or \cmd{mkbibemph}.

\begin{citebib}
% There's no way to suppress these fields in the bibliography:
%\AtNextCitekey{\clearfield{origtitle}%
%  \clearlist{origlocation}%
%  \clearlist{origpublisher}%
%  \clearfield{origyear}}
%\item \cite[368]{furet1999}
\item \cite[1:126]{shurtleff1853}
\item \cite[2:330]{shurtleff1853}
\end{citebib}

\setcounter{subsubsection}{67}
\subsubsection{The 3-em dash for one repeated name}
% 14.68 The 3-em dash for one repeated name

\begin{bibonly}
\nocite{judt1996,judt2008,judt1989,squire1983,squire1987}
\end{bibonly}

\setcounter{subsection}{2}
\subsection{Author's Name}
\setcounter{subsection}{14}

\setcounter{subsubsection}{74}
\subsubsection{One author}
% 14.75 One author

\begin{citebib}
\item \cite[33]{shields2013}
\item \cite[677]{chun2015}
\item \cite[5]{mccune2014}
\item \cite[100--101]{shields2013}
\item \cite[681]{chun2015}
\item \cite[105--11]{mccune2014}
\end{citebib}

\subsubsection{Two or more authors (or editors)}
% 14.76 Two or more authors (or editors)
\label{14.76}

\begin{citebib}
\item \cite[xvi]{sorrells2015}
\item \cite[20--21]{levitt2005}
\item \cite[422]{umbers2015}
\item \cite[xx-xxi]{sorrells2015}
\item \cite[158]{gmuca2015}
\item \cite[160]{gmuca2015}
\end{citebib}

\subsubsection{Two or more authors (or editors) with same family name}
% 14.77 Two or more authors (or editors) with same family name

\begin{citebib}
\item \cite[14]{kendris2010}
\item \cite[27--28]{kendris2010}
\end{citebib}

\subsubsection{Author's name in title}
% 14.78 Author's name in title
\label{14.78}

\begin{citebib}
\item \cite*[233]{franklin1868}
\item \cite*[234]{franklin1868}
\end{citebib}

\subsubsection{No listed author (anonymous works)}
% 14.79 No listed author (anonymous works)
\label{14.79}

See section \ref{entryops} on the \opt{anonauth} and \opt{anonauthq}
entry options.

\begin{citebib}
\item \cite{anon1610}
\item \cite{anon1547}
\item \cite{horsley1796}
\item \cite{hawkes1834}
\end{citebib}

\subsubsection{Pseudonyms}
% 14.80 Pseudonyms

\begin{citebib}
\item \cite{akmuckraker2008}
\item \cite{carre1982}
\item \cite{stendhal1925}
\end{citebib}

\subsubsection{Cross-references for pseudonyms}
% 14.81 Cross-references for pseudonyms
\label{14.81}

For information on how to add entries that cross-references others,
like several of those below, see section \ref{entrytypes}. For
examples of automatic cross-referencing in a bibliography, see
\ref{14.108} and \ref{15.42}.

\begin{bibonly}
\nocite{ashe,creasey1976,creasey1978,creasey1966,morton,york}
\end{bibonly}

\subsubsection{Alternative real names}
% 14.82 Alternative real names
\label{14.82}

For information on how to get the last entry below, see section
\ref{entrytypes}.

\begin{bibonly}
\nocite{doniger2000,oflaherty}
\end{bibonly}

\subsubsection{Authors known by a given name}
% 14.83 Authors known by a given name

\begin{citebib}
\item \cite{elizabeth2000}
\end{citebib}

\subsubsection{Organization as author}
% 14.84 Organization as author
\label{14.84}

If an organization is the work's author, remember to add an extra pair
of brackets around the name of the organization in your bibliography
database.

\begin{citebib}
\item \cite{iso1997}
\AtNextCitekey{\clearfield{shorthand}}
\item \cite{chicago2017}
\end{citebib}

\setcounter{subsection}{3}
\subsection{Title of Work}
\setcounter{subsection}{14}

\setcounter{subsubsection}{88}
\subsubsection{Subtitles in cited works and the use of the colon}
% 14.89 Subtitles in cited works and the use of the colon

\begin{citebib}
\item \cite{gladwell2013}
\end{citebib}

\subsubsection{Two subtitles in a cited work}
% 14.90 Two subtitles in a cited work

\begin{citebib}
\item \cite{sereny1999}
\end{citebib}

\setcounter{subsubsection}{91}
\subsubsection{``And other stories'' and such}
% 14.92 ``And other stories'' and such

\begin{citebib}
\item \cite[104]{maclean1976}
\end{citebib}

\subsubsection{Dates in titles of cited works}
% 14.93 Dates in titles of cited works

\begin{citebib}
\item \cite{beiser2014}
\end{citebib}

\subsubsection{Quoted titles and other terms within cited titles of works}
% 14.94 Quoted titles and other terms within cited titles of works

\begin{citebib}
\item \cite{levitt2014}
\item \cite{mchugh1980}
\end{citebib}

\subsubsection{Italicized titles and other terms within cited titles of works}
% 14.95 Italicized titles and other terms within cited titles of works

\begin{citebib}
\item \cite{vanwagenen1973}
\end{citebib}

\subsubsection{Question marks or exclamation points in titles of cited works}
% 14.96 Question marks or exclamation points in titles of cited works

\begin{citebib}
\item \cite[63]{berra2002}
\item \cite[183]{oram2007}
\item \cite[778]{tessler2014}
\item \cite[336]{batson1990}
\item \cite[55--56]{berra2002}
\item \cite[184]{oram2007}
\item \cite[780]{tessler2014}
\item \cite[337]{batson1990}
\end{citebib}

\setcounter{subsubsection}{98}
\subsubsection{Translated titles of cited works}
% 14.99 Translated titles of cited works

\begin{citebib}
\item \cite{wereszycki1977}; includes a summary in German.
\item \cite[272]{kern1938}
\item \cite{pirumova1977b}
%\AtNextCitekey{\clearfield{shorthand}}
\item \cite{furet1999}
\end{citebib}

\setcounter{subsection}{4}
\subsection{Books}
\setcounter{subsection}{14}

\setcounter{subsubsection}{100}
\subsubsection{Form of author's name and title of book in source citations}
% 14.101 Form of author’s name and title of book in source citations

\begin{citebib}
\item \cite[79--80]{gawande2014}
\item \cite[191]{gawande2014}
\end{citebib}

\setcounter{subsubsection}{102}
\subsubsection{Editor in place of author}
% 14.103 Editor in place of author
\label{14.103}

\begin{citebib}
\item \cite[100]{egan2014}
\item \cite[33]{schechter2011}
\item \cite[34]{silverstein1974}
\item \cite[301--2]{egan2014}
\item \cite[54--56]{schechter2011}
\item \cite[38]{silverstein1974}
\end{citebib}

\subsubsection{Editor or translator in addition to author}
% 14.104 Editor or translator in addition to author
\label{14.104}

On how to make an author and editor swap places, see section
\ref{edtranspos}.

\begin{citebib}
\item \cite{bonnefoy1995}
\item \cite{menchu1999}
\item \cite{adorno1999}
\item \cite{pound1953}
\end{citebib}

\subsubsection{Other contributors listed on the title page}
% 14.105 Other contributors listed on the title page
\label{14.105}

\begin{citebib}
\item \cite{chaucer1966}
\item \cite{cullen1961}
\item \cite{hayek1994}
\item \cite{prather1998}
\item \cite{williams1990}
\end{citebib}

\subsubsection{Chapter in a single-author book}
% 14.106 Chapter in a single-author book

\begin{citebib}
\item \cite[211]{brower2015.8}
\item \cite{samples2006.7}
\item \cite[30-31]{samples2006.7}
\end{citebib}

\subsubsection{Contribution to a multiauthor book}
% 14.107 Contribution to a multiauthor book

\begin{citebib}
\item \cite[325]{miller2014}
\item \cite{ellet1968}
\end{citebib}

\subsubsection{Several contributions to the same multiauthor book}
% 14.108 Several contributions to the same multiauthor book
\label{14.108}

% Due to 'mincrossrefs=2', angle1968 and zukowsky1987 would be added
% automatically to the bibliography at the end of the document because
% each is referenced twice below. However, they wouldn't appear in the
% refsegment without using \nocite.

% Unlike article entries, incollection entries don't automatically
% print page ranges. That seems right, though CMOS isn't entirely
% clear on this point. See note for 'cite:pages' in windycity.cbx.

\begin{citebib}
\item \cite[84--87]{keating1968}
\item \cite[362--70]{lippincott1968}
\item \cite[107--19]{draper1987}
\item \cite[189--207]{harrington1987}
\nocite{angle1968,zukowsky1987}
\end{citebib}

\subsubsection{Book-length work within a book}
% 14.109 Book-length work within a book
\label{14.109}

\begin{citebib}
\item \cite{bernard1990a}
\item \cite{updike1995a}
\end{citebib}

\subsubsection{Introductions, prefaces, afterwords, and the like}
% 14.110 Introductions, prefaces, afterwords, and the like

% The bibliography database entry for Toni Morrison's foreword to
% \textit{Song of Solomon} doesn't list a page range. Unlike the
% second example, which shows an introduction by authors different
% than that of the main text, it doesn't need to.

\begin{citebib}
\item \cite{morrison2004b.f}
\item \cite{mansfield2000}
\end{citebib}

\subsubsection{Letters in published collections}
% 14.111 Letters in published collections

\begin{citebib}
\item \cite[133--34]{adams1867}
\item \cite{jackson1676}
\end{citebib}

\setcounter{subsubsection}{112}
\subsubsection{Editions other than the first}
% 14.113 Editions other than the first

\begin{citebib}
\item \cite[401--2]{einsohn2011}
\item \cite[101]{boudett2013}
\item \cite{strunk2000}
\end{citebib}

\subsubsection{Reprint editions and modern editions}
% 14.114 Reprint editions and modern editions
\label{14.114}

% You can have at most one \bibfield{origdate} per entry. So, if you
% cite a work in a collection, say, an article or book in an
% anthology, the style assumes that \bibfield{origdate} is for the
% collection, not for the individual work.

\begin{citebib}
\item \cite[152--53]{barzun1994}
\item \cite{bahadur2014}
% CMOS prints the original date in the wrong place:
%\item \cite{emerson1985}
\item \cite{schweitzer1966}
\end{citebib}

\subsubsection{Microform editions}
% 14.115 Microform editions

Farwell's citation fails to match \textit{CMOS} because the
\bibfield{howpublished} field, which seems like the best choice to
contain \textit{microfiche}, follows the \bibfield{postnote} field,
which contains \textit{p. 67, 3C12}. This order is necessary
elsewhere, such as in \textit{CMOS} \ref{14.163}.

\begin{citebib}
\item \cite[p. 67, 3C12]{farwell1997}
\item \cite{tauber1958}
\end{citebib}

\noindent Citing Farwell with the preamble or entry option
\opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[p. 67, 3C12]{farwell1997}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\setcounter{subsubsection}{116}
\subsubsection{Citing a multivolume work as a whole}
% 14.117 Citing a multivolume work as a whole
\label{14.117}

\begin{citebib}
\item \cite{aristotle1983}
\item \cite{byrne1981}
\item \cite{james1962}
\end{citebib}

\subsubsection{Citing a particular volume in a note}
% 14.118 Citing a particular volume in a note
\label{14.118}

For a discussion of how to handle these types of works, see section
\ref{multivolume}.

\begin{citebib}
\item \cite[4:243]{byrne1981}
\item \cite*[32--33]{james1963.5}
\item \cite[4:245]{byrne1981}
\item \cite*[34]{james1963.5}
\end{citebib}

\subsubsection{Citing a particular volume in a bibliography}
% 14.119 Citing a particular volume in a bibliography
\label{14.119}

\begin{citebib}
\item \cite{armstrong2014}
\end{citebib}

\noindent With preamble or entry option \opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{armstrong2014}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\subsubsection{Chapters and other parts of individual volumes}
% 14.120 Chapters and other parts of individual volumes
\label{14.120}

There are some peculiarities with the first example. In the book, but
not online, \textit{CMOS} errs in printing `.ed' rather than `editeb
by' in the bibliography and neglects to invert the author's name. More
worrisome are the striking differences between the note and
bibliography. They may represent alternative ways of formatting the
data, as other examples do. But the note seems inconsistent with
\textit{CMOS} \ref{14.118}, and so doesn't make much sense as an
alternative. Windy City ignores it and in both cases follows the
example of the bibliography.

\begin{citebib}
\item \cite[180]{chen2010.3}
\item \cite[169--71]{king2014}
\end{citebib}

\noindent Citing King with the preamble or entry option
\opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[169--71]{king2014}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\subsubsection{One volume in two or more books}
% 14.121 One volume in two or more books
\label{14.121}

\begin{citebib}
\item \cite[351]{lach1977}
\item \cite{harley1994}
\end{citebib}

\noindent With preamble or entry option \opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite[351]{lach1977}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{harley1994}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\subsubsection{Authors and editors of multivolume works}
% 14.122 Authors and editors of multivolume works
\label{14.122}

For issues surrounding the first example below, see section
\ref{collorder}.

\begin{citebib}
\item \cite{barrows1959}
\item \cite{donne1995}
\end{citebib}

\noindent With preamble or entry option \opt{swapvol}:

% As explained in \ref{collorder}, works like barrows1959 sort
% correctly in the default format but incorrectly with the option
% 'swapvol'. The point of '\newrefcontext' below is to work around
% this problem.

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite{barrows1959}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite*{donne1995}
\newrefcontext[sorting=reverse]
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}
\newrefcontext[sorting=nty]

\subsubsection{Series titles, numbers, and editors}
% 14.123 Series titles, numbers, and editors
\label{14.123}

\begin{citebib}
\item \cite{lei2014}
\item \cite{mazrim2011}
\item \cite{wauchope1950}
\item \cite{allen2009}
\end{citebib}

\subsubsection{Series or multivolume work?}
% 14.124 Series or multivolume work?

In the second example, \textit{vol. 6} refers to the book's series,
Readings in Western Civilization. Usually, the number of a series
isn't recorded as a volume, so Windy City doesn't use the
\bibfield{volume} field for them. Instead, it uses the
\bibfield{number} field, which it prints with no preceding
abbreviation. Add one to the field as necessary. The \bibfield{number}
field for the second example below contains \textit{vol. 6}.

\begin{citebib}
\item \cite{boyer1986}
\item \cite{cochrane1987}
\end{citebib}

\setcounter{subsubsection}{125}
\subsubsection{``Old series'' and ``new series''}
% 14.126 ``Old series'' and ``new series''
\label{14.126}

\begin{citebib}
\item \cite{boxer1953}
\item \cite{palmatary1950}
\end{citebib}

\subsubsection{Place, publisher, and date}
% 14.127 Place, publisher, and date

\begin{citebib}
\item \cite{woolf1927}
\end{citebib}

\subsubsection{Place and date only, for books published before 1900}
% 14.128 Place and date only, for books published before 1900

\begin{citebib}
\item \cite{goldsmith1766}
\item \cite{cervantes1605}
\end{citebib}

\setcounter{subsubsection}{131}
\subsubsection{No place of publication}
% 14.132 No place of publication

\begin{citeonly}
\item \cite{windsor1910}
\item \cite{vliet1890}
\end{citeonly}

\setcounter{subsubsection}{136}
\subsubsection{Self-published or privately published books}
% 14.137 Self-published or privately published books

\begin{citebib}
\item \cite{karavaev2015}
\item \cite{shumaker2014}
\end{citebib}

\setcounter{subsubsection}{139}
\subsubsection{Copublication}
% 14.140 Copublication

\begin{citebib}
\item \cite{strauss1962}
\end{citebib}

\subsubsection{Distributed books}
% 14.141 Distributed books

\begin{citebib}
\item \cite{willke2007}
\end{citebib}

\subsubsection{Publication Date---General}
% 14.142 Publication Date---General
\label{14.142}

\begin{citebib}
\AtNextCitekey{\clearfield{shorthand}}
%\item \cite[6.56; cf. 16th ed. (2010), 6.54]{chicago2017}
\item \cite*[6.56]{chicago2017}; cf. 16th ed. \parencite*{chicago2010}, 6.54.
\item \cite{turabian2013}
\end{citebib}

\setcounter{subsubsection}{143}
\subsubsection{Multivolume works published over more than one year}
% 14.144 Multivolume works published over more than one year
\label{14.144}

\begin{citebib}
\item \cite[329]{hayek2011}
\item \cite{tillich1951}
\end{citebib}

\noindent Citing Hayek with the preamble or entry option
\opt{swapvol}:

\begin{citebib}
\AtNextCitekey{\toggletrue{swapvol}}
\item \cite*[329]{hayek2011}
\AtNextBibliography{\toggletrue{swapvol}}
\end{citebib}

\subsubsection{No date of publication}
% 14.145 No date of publication

\begin{bibonly}
\nocite{boston,edinburgh1750,edinburgh}
\end{bibonly}

\subsubsection{Forthcoming publications}
% 14.146 Forthcoming publications

\begin{citebib}
\item \cite{author}
\item \cite[345--46]{writer}
\item \cite{contributor}
\end{citebib}

\setcounter{subsubsection}{158}
\subsubsection{Books requiring a specific application or device (e-books)}
% 14.159 Books requiring a specific application or device (e-books)

\begin{citebib}
\item \cite{borel2015}
\end{citebib}

\setcounter{subsubsection}{160}
\subsubsection{Books consulted online}
% 14.161 Books consulted online

The first and third notes below present a challenge: If a bibliography
database entry contains an address for a work, such as a DOI, Windy
City prints it in the work's first, long citation. Such is the case
with the second note below. To cite an address for just part of a
work, but print one for the whole work in the bibliography, you need
to override the style's default behavior. The first and third notes do
this with a command that temporarily clears the work's DOI from its
bibliography database entry. Here's an example from the source:

\begin{verbatim}
   \AtNextCitekey{\clearfield{doi}}
   \item \cite[chap. 3, \url{https://doi.org/10.1093/acprof:oso/
               9780199343638.003.0004}]{bonds2014}
\end{verbatim}

\begin{citebib}
\AtNextCitekey{\clearfield{doi}}
\item \cite[chap. 3, \url{https://doi.org/10.1093/acprof:oso/9780199343638.003.0004}]{bonds2014}
\item \cite[59]{lystra2004}
\AtNextCitekey{\clearfield{doi}}
\item \cite[chap. 11, \url{https://doi.org/10.1093/acprof:oso/9780199343638.003.0012}]{bonds2014}
\item \cite[60--61]{lystra2004}
\end{citebib}

\subsubsection{Freely available electronic editions of older works}
% 14.162 Freely available electronic editions of older works

The first example comes close to \textit{CMOS}, except that,
consistent with \ref{14.114} and \ref{15.40}, it lists the edition by
Project Gutenberg as a reprint.

\begin{citebib}
\item \cite[bk. 6, chap. 1]{james2008}
\item \cite[1:243]{james1909}
\end{citebib}

\subsubsection{Books on CD-ROM and other fixed media}
% 14.163 Books on CD-ROM and other fixed media
\label{14.163}

\begin{citebib}
\item \cite*[1.4]{chicago2003}
\end{citebib}

\setcounter{subsection}{5}
\subsection{Periodicals}
\setcounter{subsection}{14}

\setcounter{subsubsection}{170}
\subsubsection{Journal volume, issue, and date}
% 14.171 Journal volume, issue, and date
\label{14.171}

The note for Harper includes the month of publication. Windy City
includes it in the bibliography as well, even though \textit{CMOS}
omits it. As for Lock's entry, \textit{CMOS} clearly errs in printing
the surname twice. Also, for Wilder's article, Windy City prints
\textit{nos.} before \textit{1/2}, not \textit{no.}, as \textit{CMOS}
has it. To print the correct season, Wilder's entry in the
bibliography database includes \textit{Fall} in the \bibfield{issue}
field. Using the \bibfield{date} field with \textit{2013-23} would
give \textit{Autumn 2013}.

\begin{citebib}
\item \cite[155]{lock2015}
\item \cite[651]{wesoky2015}
\item \cite[645]{harper2014}
\item \cite[60]{wilder2013}
\item \cite[52]{beattie1974}
\end{citebib}

\subsubsection{Forthcoming journal articles}
% 14.172 Forthcoming journal articles

\begin{citebib}
\item \cite{authora}
\end{citebib}

\setcounter{subsubsection}{173}
\subsubsection{Journal page references}
% 14.174 Journal page references

\begin{citebib}
\item \cite{gold2015}
\item \cite[2--3]{paudyal2015}
\end{citebib}

\subsubsection{Journal articles consulted online}
% 14.175 Journal articles consulted online

\begin{citebib}
\item \cite[268]{whitney1929}
\item \cite[260--61]{schoenfield2016}
\end{citebib}

\subsubsection{Access dates for journal articles}
% 14.176 Access dates for journal articles

\begin{citebib}
\item \cite[81]{narr2015}
\item \cite[88--89]{narr2015}
\end{citebib}

\setcounter{subsubsection}{177}
\subsubsection{Journal special issues}
% 14.178 Journal special issues

\begin{citebib}
\item \cite{tezuka2013}
\end{citebib}

\setcounter{subsubsection}{179}
\subsubsection{Articles published in installments}
% 14.180 Articles published in installments

By default, Windy City will print each installment as a separate
entry. To get the format for the series, you'd need to use the
\bibtype{misc} entry type.

\begin{citebib}
\item \cite[312]{brown1978}
\end{citebib}

\setcounter{subsubsection}{181}
\subsubsection{Place where journal is published}
% 14.182 Place where journal is published

\begin{citebib}
\item \cite[65--70]{luu1999}
\item \cite{garrett1975}
\end{citebib}

\subsubsection{Translated or edited article}
% 14.183 Translated or edited article

\begin{citebib}
\item \cite{authorb}
\item \cite{authorc}
\end{citebib}

\subsubsection{New series for journal volumes}
% 14.184 New series for journal volumes
\label{14.184}

\begin{citebib}
\item \cite[414]{sewall1896}
\item \cite{moraes1950}
\end{citebib}

\subsubsection{Short titles for articles}
% 14.185 Short titles for articles

\begin{citebib}
\item \cite[223]{rosenblum2015}
\item \cite[225]{rosenblum2015}
\end{citebib}

\subsubsection{Abstracts}
% 14.186 Abstracts

\begin{citebib}
\item \cite{matute2015}
\end{citebib}

\setcounter{subsubsection}{187}
\subsubsection{Basic citation format for magazine articles}
% 14.188 Basic citation format for magazine articles

\begin{citebib}
\item \cite[48]{saulnier2008}
\item \cite[59]{lepore2015}
\end{citebib}

\subsubsection{Magazine articles consulted online}
% 14.189 Magazine articles consulted online

\begin{citebib}
\item \cite{vick2015}
\item \cite[5]{hanemann1926}
\end{citebib}

\subsubsection{Magazine departments}
% 14.190 Magazine departments

\begin{citebib}
\item \cite{marx2015}
\item \cite{wallraff2008}
\item \cite{gourmet2000}
\end{citebib}

\subsubsection{Basic citation format for newspaper articles}
% 14.191 Basic citation format for newspaper articles

\begin{citebib}
\item \cite{editorial1990}
\item \cite{royko1992}
\item \cite{forester2000}
\item \cite{samenow2016}
\end{citebib}

\setcounter{subsubsection}{194}
\subsubsection{Regular columns or features}
% 14.195 Regular columns or features

\begin{citebib}
\item \cite{jaffe2015}
\item \cite{editorial2015}
\end{citebib}

\setcounter{subsubsection}{196}
\subsubsection{Weekend supplements, magazines, and the like}
% 14.197 Weekend supplements, magazines, and the like

\begin{citebib}
\item \cite[48]{ghansah2015}
\end{citebib}

\setcounter{subsubsection}{198}
\subsubsection{Unsigned newspaper articles}
% 14.199 Unsigned newspaper articles

\begin{citebib}
\item \cite{nytimes2002}
\end{citebib}

\subsubsection{News services and news releases}
% 14.200 News services and news releases

\begin{citebib}
\item \cite{ap2015}
\end{citebib}

\setcounter{subsubsection}{201}
\subsubsection{Book reviews}
% 14.202 Book reviews
\label{14.202}

\begin{citebib}
\item \cite[B13--B14]{ratliff1999}
\item \cite{kamp2006}
\item \cite{brehm2015}
\end{citebib}

\setcounter{subsubsection}{203}
\subsubsection{Unsigned reviews}
% 14.204 Unsigned reviews
\label{14.204}

On the use of the \bibfield{type} field to format this example
correctly, see section \ref{fieldscon}.

\begin{citebib}
\item \cite{zeitung1828}
\end{citebib}

\setcounter{subsection}{6}
\subsection{Websites, Blogs, and Social Media}
\setcounter{subsection}{14}

\setcounter{subsubsection}{207}
\subsubsection{Citing blog posts and blogs}
% 14.208 Citing blog posts and blogs
\label{14.208}

In \textit{CMOS}, one citation refers to \textit{The Chronicle of
Higher Education} and another to \textit{Chronicle of Higher
Education}. The latter appears in \ref{15.51}, so it's probably
correct.

\begin{citebib}
\item \cite{amlen2015}
\item \cite{germano2017}
\item \cite{amlen}
\item \cite{linguafranca}
\item \cite{jim2017}
\end{citebib}

\subsubsection{Citing social media content}
% 14.209 Citing social media content

\begin{citebib}
\item \cite{diaz2016}
\item \cite{obrien2015}
\item \cite{chicago2015}
\item \cite{licis2016}
\end{citebib}

\setcounter{subsection}{7}
\subsection{Papers, Contracts, and Reports}
\setcounter{subsection}{14}

\setcounter{subsubsection}{214}
\subsubsection{Theses and dissertations}
% 14.215 Theses and dissertations

\begin{citebib}
\item \cite[59]{vedrashko2006}
\item \cite{choi2008}
\end{citebib}

\setcounter{subsubsection}{216}
\subsubsection{Lectures and papers or posters presented at meetings}
% 14.217 Lectures and papers or posters presented at meetings

\begin{citebib}
\item \cite{hong2015}
\end{citebib}

\subsubsection{Working papers and the like}
% 14.218 Working papers and the like

\begin{citebib}
\item \cite{lucki1980}
\end{citebib}

\setcounter{subsubsection}{219}
\subsubsection{Pamphlets, reports, and the like}
% 14.220 Pamphlets, reports, and the like

\begin{citebib}
\item \cite{lifestyles1996}
\item \cite{mcdonalds2014}
\item \cite[¶2,620]{standardtax1996}
\end{citebib}

\setcounter{subsection}{8}
\subsection{Special Types of References}
\setcounter{subsection}{14}

\setcounter{subsubsection}{231}
\subsubsection{Reference works consulted in physical formats}
% 14.232 Reference works consulted in physical formats
\label{14.232}

Some reference works show full publication information in the same way
as books. Use the \bibtype{book} entry type for them. The first three
citations below are different. They need the \bibtype{reference} or
\bibtype{inreference} entry type. See section \ref{entrytypes} for
more information. Following the suggestion in \textit{CMOS} 14.232,
\bibtype{reference} and \bibtype{inreference} works don't appear in
bibliographies or reference lists.

\begin{citebib}
\item \cite{salvation1980}
\item \cite{hootananny2009}
\item \cite{dab1937}
\item \cite[s.vv. \mkbibquote{police ranks}, \mkbibquote{postal addresses}]{timestyle2003}
\item \cite[6.8.2]{mla2008}
\end{citebib}

\subsubsection{Reference works consulted online}
% 14.233 Reference works consulted online
\label{14.233}

Like some of the reference works in the previous section, the ones
below need the \bibtype{reference} or \bibtype{inreference} entry
type. As odd as it may seem, but consistent with \textit{CMOS}, they,
too, aren't included in bibliographies and reference lists. See
section \ref{entrytypes} for more information.

\begin{citeonly}
\item \cite{toscanini2016}
\item \cite{cairns2016}
\item \cite{wikipedia2016}
\item \cite{merriam2016}
\end{citeonly}

\subsubsection{Citing individual reference entries by author}
% 14.234 Citing individual reference entries by author

\begin{citebib}
\item \cite{isaacson2005}
\end{citebib}

\setcounter{subsubsection}{245}
\subsubsection{Citing specific editions of classical references}
% 14.246 Citing specific editions of classical references

\begin{citebib}
\item \cite{epictetus1916}
\end{citebib}

\setcounter{subsubsection}{250}
\subsubsection{Modern editions of the classics}
% 14.251 Modern editions of the classics

\begin{citebib}
\item \cite{aristotle1983}
\item \cite{maimonides1965}
\end{citebib}

\setcounter{subsubsection}{257}
\subsubsection{Patents}
% 14.258 Patents

\begin{citebib}
\item \cite{iizuka1986}
\end{citebib}

\setcounter{subsubsection}{259}
\subsubsection{Citations taken from secondary sources}
% 14.260 Citations taken from secondary sources

\begin{citebib}
\item \cite[269]{zukofsky1931}, quoted in \cite[78]{costello1981}
\end{citebib}

\section{Examples from \emph{CMOS} Chap. 15, ``Author-Date
References''}
\label{paren}

Examples in this section reproduce those in \textit{CMOS} chapter 15.
To help with cross-checking, subsection numbers and headings are from
\textit{CMOS}. Since parenthetical citations are relatively simple,
and since the format of references lists is derivative of the default,
the examples below are more selective than those in the previous
section.

\subsection{Basic Format, with Examples and Variations}
\setcounter{subsection}{15}

\setcounter{subsubsection}{8}
\subsubsection{Author-date references—examples and variations}
% 15.9 Author-date references—examples and variations
\label{15.9}

\begin{citeref}
\item \parencite[87--88]{strayed2012}
\item \parencite[32]{daum2015}
\item \parencite[188]{grazer2015}
\item \parencite[242--55]{garcia1988}
\item \parencite[310]{gould1984a}
\item \parencite[484--85]{bagley2015}
\item \parencite[312]{liu2015}
\end{citeref}

\setcounter{subsection}{1}
\subsection{Reference Lists and Text Citations}
\setcounter{subsection}{15}

\setcounter{subsubsection}{13}
\subsubsection{Placement of dates in reference list entries}
% 15.14 Placement of dates in reference list entries
\label{15.14}

\begin{citeref}
\item \parencite{pager2015}
\item \parencite{unger2014}
\end{citeref}

\setcounter{subsubsection}{19}
\subsubsection{Reference list entries with same author(s), same year}
% 15.20 Reference list entries with same author(s), same year
\label{15.20}

\begin{citeref}
\item \parencite[218]{fogel2004b}
\item \parencite[45--46]{fogel2004a}
\end{citeref}

\setcounter{subsubsection}{21}
\subsubsection{Text citations---basic form}
% 15.22 Text citations—basic form
\label{15.22}

Ignore the error in \textit{CMOS}: In reference lists, a title goes
after the year, not before.

\begin{citeref}
\item \parencite{hetherington2015}
\item \parencite{grove2015}
\item \parencite{hetherington2015,grove2015}
\end{citeref}

\begin{citeref}
\item \parencite{doershuk2017}
\item \parencite{doershuk2016}
\end{citeref}

\setcounter{subsubsection}{23}
\subsubsection{Additional material in text citations}
% 15.24 Additional material in text citations

\begin{citeref}
\item \parencite[; t-tests are used here]{mandolan2017}
\end{citeref}

\subsubsection{Text citations in relation to surrounding text and punctuation}
% 15.25 Text citations in relation to surrounding text and punctuation
\label{15.25}

\begin{quote} Fiorina et al. \parencite*{fiorina2005} and Fischer and
Hout \parencite*{fischer2006} reach more or less the same conclusions.
In contrast, Abramowitz and Saunders \parencite*{abramowitz2005}
suggest that the mass public is deeply divided between red states and
blue states and between churchgoers and secular voters. \end{quote}

\setcounter{subsubsection}{26}
\subsubsection{Several references to the same source}
% 15.27 Several references to the same source

\begin{citeref}% 'even\-tanned' prevents even--[break]tanned
\item Complexion figures prominently in Morgan's descriptions. When
Jasper compliments his mother's choice of car (a twelve-cylinder
Mediterranean roadster with leather and wood-grained interior), ``his
cheeks blotch indignantly, painted by jealousy and rage''
\parencite[47]{chaston2000}. On the other hand, his mother's mask
never changes, her ``even\-tanned good looks''
\parencite[56]{chaston2000}, ``burnished visage''
\parencite[101]{chaston2000}, and ``air-brushed confidence''
\parencite[211]{chaston2000} providing the foil to the drama in her
midst. \end{citeref}

\setcounter{subsubsection}{28}
\subsubsection{Text citations of works with more than three authors}
% 15.29 Text citations of works with more than three authors

\begin{citeref}
\item \parencite{schonen2017a}
\item \parencite{schonen2017b}
\end{citeref}

\subsubsection{Multiple text references}
% 15.30 Multiple text references

\begin{citeref}
\item \parencite{armstrong1989,beigl1989,pickett1985}
\item \parencites{whittaker1967,whittaker1975,wiens1989a,wiens1989b}
\item \parencites[328]{wong1999}[475]{wong2000}[67]{garcia1998}
\item \parencites{guest2006}[see also][]{stalle2008}{rahn2009}
\end{citeref}

\setcounter{subsection}{2}
\subsection{Author-Date References: Special Cases}
\setcounter{subsection}{15}

\setcounter{subsubsection}{33}
\subsubsection{Author-date format for anonymous works (no listed author)}
% 15.34 Author-date format for anonymous works (no listed author)

See section \ref{entryops} on the \opt{anonauth} and \opt{anonauthq}
entry options.

\begin{citeref}
\item \parencite{anon1610}
\item \parencite{anon1547}
\item \parencite{horsley1796}
\item \parencite{hawkes1834}
\end{citeref}

\subsubsection{Pseudonyms in author-date references}
% 15.35 Pseudonyms in author-date references

\begin{citeref}
\item \parencite{stendhal1925}
\end{citeref}

\subsubsection{Editor in place of author in text citations}
% 15.36 Editor in place of author in text citations

\begin{citeref}
\item \parencite{silverstein1974}
\item \parencite{soltes1999}
\end{citeref}

\subsubsection{Organization as author in author-date references}
% 15.37 Organization as author in author-date references

In the reference list, \textit{CMOS} errs in printing `:1997' after
`ISO 4'. Compare it with the nearly identical example in \ref{14.84}.

\begin{citeref}
\item \parencite{iso1997.ref}
\end{citeref}

\setcounter{subsubsection}{39}
\subsubsection{Reprint editions and modern editions—more than one date}
% 15.40 Reprint editions and modern editions—more than one date
\label{15.40}

\begin{citeref}
\item \parencite{austen2003}
\item \parencite{maitland1998}
\end{citeref}

\subsubsection{Multivolume works published over more than one year}
% 15.41 Multivolume works published over more than one year
\label{15.41}

\begin{citeref}
\item \parencite[1:133]{tillich1951}
%\item \parencite[vol. 2]{tillich1951}
\item \parencite[329]{hayek2011}
\end{citeref}

\subsubsection{Cross-references to multiauthor books in reference lists}
% 15.42 Cross-references to multiauthor books in reference lists
\label{15.42}

\begin{citeref}
\item \parencite{draper1987}
\item \parencite{harrington1987}
\item \parencite{zukowsky1987}
\end{citeref}

\setcounter{subsubsection}{43}
\subsubsection{No date of publication in author-date references}
% 15.44 No date of publication in author-date references

\begin{citeref}
\item \parencite{nano1750}
\item \parencite{nano}
\end{citeref}

\subsubsection{``Forthcoming'' in author-date references}
% 15.45 ``Forthcoming'' in author-date references

\begin{citeref}
\item \parencite{faraday}
\end{citeref}

\setcounter{subsubsection}{46}
\subsubsection{Parentheses or comma with issue number}
% 15.47 Parentheses or comma with issue number

In the second reference list entry below, Windy City prints a colon
after the journal number. \textit{CMOS} prints a comma there---likely
an error.

\begin{citeref}
\item \parencite{glass2014}
\item \parencite{meyerovitch1959}
\end{citeref}

\subsubsection{Colon with volume number}
% 15.48 Colon with volume number

The example below shows the output when an article's publication month
isn't included in the bibliography database and so doesn't come
between a volume number and a page reference.

\begin{citeref}
\item \parencite{gunderson2015}
\end{citeref}

\subsubsection{Newspapers and magazines in reference lists}
% 15.49 Newspapers and magazines in reference lists

\begin{citeref}
\item \parencite{nytimes2002}
\end{citeref}

\setcounter{subsubsection}{50}
\subsubsection{Citing blogs in author-date format}
% 15.51 Citing blogs in author-date format
\label{15.51}

\textit{CMOS} seems mistaken in printing a period after
\textit{Chronicle of Higher Education} instead of a comma. Compare
with \ref{14.208} and \ref{15.42}.

\begin{citeref}
\item \parencite{germano2017}
\end{citeref}

\subsubsection{Citing social media content in author-date format}
% 15.52 Citing social media content in author-date format
\label{15.52}

\begin{citeref}
\item \parencite{diaz2016}
\item \parencite{obrien2015}
\item \parencite{chicago2015}
\end{citeref}

\setcounter{subsubsection}{54}
\subsubsection{Patents or other documents cited by more than one date}
% 15.55 Patents or other documents cited by more than one date

\begin{citeref}
\item \parencite{iizuka1986}
\end{citeref}

\subsubsection{``Quoted in'' in author-date references}
% 15.56 “Quoted in” in author-date references

\begin{citeref}
\item In Louis Zukofsky's ``Sincerity and Objectification,''
from the February 1931 issue of \textit{Poetry} magazine
\parencite[quoted in][]{costello1981}\ldots
\end{citeref}

\defbibnote{sh}{This section shows the output of \cmd{printbiblist}
with the argument \opt{shorthand}. Running \cmd{printshorthands}
produces the same output. By default, works in this list also appear
in bibliographies. To exclude them, use the preamble option
\opt{nolos}. See section \ref{preops} for more information.\\}%

\defbibnote{bib}{This section shows the default output of
\cmd{printbibliography}. The next section shows the author-date
format.\\}%

\defbibnote{ref}{This section shows the output of
\cmd{printbibliography} in the author-date format. For information on
how to produce this output, see section \ref{preops}. Issues with
sorting in this section are mentioned there. Creating a reference list
in the preferred way, with the \opt{reflist} preamble option, should
prevent those issues.\\}%

\printbiblist[prenote=sh]{shorthand}
\refstepcounter{sh}\label{sh}
\printbibliography[notkeyword=notinbib,prenote=bib]
\refstepcounter{bib}\label{bib}
\printbibliography[%
  env=reflist,
  heading=references,
  notkeyword=notinref,
  prenote=ref]
\refstepcounter{ref}\label{ref}
\end{document}