summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-mla/doc/biblatex-mla.tex
blob: 68e5f12a98a4ee1940debc62fb01c23f14ccc9f9 (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
% !TEX TS-program = xelatex
% biblatex-mla.tex v2.1 2022/02/21
% Maintained at <https://github.com/jmclawson/biblatex-mla/> by James Clawson.
%
% This material is subject to the LaTeX Project Public License. Feel free to improve, redistribute, and adapt to your own ends, as allowed by that license. (See https://ctan.org/license/lppl1.3 for license details.) For inclusion in future versions, please share improvements in formatting and MLA standards compliance back to James Clawson: <biblatex-mla@konx.net>.

\documentclass{ltxdockit}
\usepackage[document]{ragged2e}
\setlength\parindent{0.5in}
\setlength{\RaggedRightParindent}{\parindent}
\usepackage{fontspec}
\setmainfont{Times}
% \usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{csquotes}
% \setlength{\parindent}{0.5in}
\usepackage[style=mla,dateusetime=true]{biblatex}
\usepackage{bibtex_documentation}
\usepackage{shortvrb}
% \usepackage[toc]{multitoc}
\usepackage{multicol}
\usepackage{hyperref}
\usepackage[tight]{shorttoc}
\usepackage[margin=1.25in]{geometry}
% \usepackage{bidi}
% \hypersetup{colorlinks,%
% citecolor=black,%
% % filecolor=black,%
% % linkcolor=black,%
% urlcolor=black
% }
%
%
% \documentclass{ltxdockit}
% \usepackage[usenames,dvipsnames]{xcolor}
% % \usepackage{btxdockit}
% % \usepackage[latin9]{inputenc}
% \usepackage[american]{babel}
% \usepackage[strict]{csquotes}
% \usepackage[style=mla,mancitepar=false]{biblatex}
\usepackage{tabularx}
\usepackage{booktabs}
% \usepackage{shortvrb}
% \usepackage{libertine}
% \usepackage[scaled=0.8]{beramono}
% \usepackage{microtype}
\usepackage{graphicx}
% \usepackage{hyperref}
% \hypersetup{%colorlinks,%
% citecolor=black,%
% % filecolor=black,%
% % linkcolor=black,%
% % urlcolor=black}
% }

% \addbibresource{handbooksamples.bib}
\addbibresource{handbook9_messy.bib}

\MakeAutoQuote{<}{>}
\MakeShortVerb{\|}

\usepackage{fancyhdr}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\newcommand{\myparagraph}[1]{\paragraph{#1}\mbox{}\\}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\itshape\nouppercase{\rightmark}}
\fancyhead[RE]{\itshape\nouppercase{\leftmark}}
\renewcommand{\headrulewidth}{1pt}

% \newcommand*{\biblatexmla}{\textcolor{RedOrange}{\sty{biblatex-mla}}\xspace}
% \newcommand*{\Biblatexmla}{\textcolor{RedOrange}{\sty{Biblatex-mla}}\xspace}
\newcommand*{\biblatexmla}{\sty{biblatex-mla}\xspace}
\newcommand*{\Biblatexmla}{\sty{Biblatex-mla}\xspace}
\newcommand*{\biblatexcms}{\sty{biblatex-chicago}\xspace}
\newcommand*{\biblatexmlahome}{https://github.com/jmclawson/biblatex-mla/}
\newcommand*{\biblatexmlaonctan}{http://www.ctan.org/tex-archive/help/Catalogue/entries/biblatex-mla.html}
\newcommand*{\mycode}[1]{\texttt{\textbf{#1}}}% things the user needs to type
% Use \sty{} to indicate technical things the user will never type.
\newcommand*{\mylink}[1]{$<$\url{#1}$>$}
\newcommand*{\mla}{MLA\xspace}
\newcommand*{\mycommand}[1]{\mycode{\textbackslash{}#1}}
\newcommand{\superscript}[1]{\ensuremath{^{\textrm{\tiny{#1}}}}}

\newcommand*{\mlatype}[1]{\textcolor{BurntOrange}{\sty{#1}}\xspace}
\newcommand*{\mlafield}[1]{\textcolor{teal}{\sty{#1}}\xspace}

\newcommand*{\biber}{\sty{biber}\xspace}
\newcommand*{\biblatex}{\sty{Biblatex}\xspace}
\newcommand*{\biblatexhome}{http://sourceforge.net/projects/biblatex/}
\newcommand*{\biblatexctan}{http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex/}

\newcommand*{\bibref}[1]{the entry for \sty{\{#1\}} %on page~\pageref{#1}}% 
in \secref{#1}}
\newcommand*{\parentref}[2]{For an example \mlatype{@#1} entry and its output, see \sty{\{#2\}} in \secref{#2}.}
\newcommand*{\longerref}[2]{For an example \mlatype{@#1} source, see \citeauthor*{#2}'s \citetitle{#2} in \secref{#2}.}
\newcommand*{\titleref}[2]{For an example using \mlatype{@#1}, see \citetitle{#2} in \secref{#2}.}
\newcommand*{\authorref}[2]{For an example using \mlatype{@#1}, see \citeauthor{#2}'s entry in \secref{#2}.}

\makeatletter
% \def\subsubsection{\@startsection{subsubsection}{3}{-2.2em}{-5.25ex plus -1ex minus -.2ex}{0.5ex plus .2ex}{\large\textbf}}
\newenvironment*{commandlist}
  {\list{}{%
     \setlength{\labelwidth}{\marglistwidth}%
     \setlength{\labelsep}{\marglistsep}%
     \setlength{\leftmargin}{0pt}%
     \renewcommand*{\makelabel}[1]{\hss\marglistfont##1}}%
   \def\commanditem##1{%
     \item[{\textbackslash{}##1}]%
     \ltd@pdfbookmark{##1}{##1}}}
  {\endlist}
\newenvironment*{optionslist}
  {\list{}{%
     \setlength{\labelwidth}{\marglistwidth}%
     \setlength{\labelsep}{\marglistsep}%
     \setlength{\leftmargin}{0pt}%
     \renewcommand*{\makelabel}[1]{\hss\marglistfont##1}}%
   \def\optionitem##1{%
     \item[{##1}]%
     \ltd@pdfbookmark{##1}{##1}}}
  {\endlist}
\newenvironment*{optionslistNOT}
  {\list{}{%
     \setlength{\labelwidth}{\marglistwidth}%
     \setlength{\labelsep}{\marglistsep}%
     \setlength{\leftmargin}{50pt}%
     \renewcommand*{\makelabel}[1]{\hss\marglistfont##1}}%
   \def\optionitem##1{%
     \item[{\textbf{##1}}]}}
  {\endlist}
\makeatother


\titlepage{%
  title={\textcolor{orange}{\biblatexmla}},
  subtitle={\mla{} Style Using \biblatex},
  url={\biblatexmlahome},
  author={James Clawson \\ \mbox{}},
  email={},%},
  revision={2.1 (2021-02-21)},
  date={}}

\hypersetup{%
  pdftitle={biblatex-mla (version 2.1)},
  pdfsubject={MLA Style Using biblatex},
  pdfauthor={James M. Clawson},
  pdfkeywords={mla, biblatex, bibtex, bibliography, citation},
  colorlinks,% 
  citecolor=black,% 
  urlcolor=black}

% colors

% \definecolor{spot}{rgb}{1,0.5,0}
% \definecolor{spot}{rgb}{0.2,0.1,0}
% \definecolor{spot}{HTML}{184C52}
\definecolor{new}{rgb}{0,0.5,1}

% \definecolor{spot}{RGB}{170,85,0}
\definecolor{spot}{RGB}{255,127,0}
% \definecolor{lightorange}{RGB}{255,191,127}
\definecolor{lightorange}{RGB}{255,195,131}
% \definecolor{lightlightorange}{RGB}{255,212,148}
% \definecolor{orange}{RGB}{255,127,0}
\definecolor{darkorange}{RGB}{127,63,0}

% \newcommand*{\newthis}{\textbf{\textcolor{new}{|(new in 2.0)|}} }
% \newcommand*{\newnov}{\textbf{\textcolor{new}{|(new in 2.1)|}} }

\newcommand*{\newthis}{\leavevmode\marginpar{\textbf{\colorbox{lightorange}{\textcolor{white}{|2.0|}}}}}
\newcommand*{\newnov}{\leavevmode\marginpar{\textbf{\colorbox{orange}{\textcolor{white}{|2.1|}}}}}


% Added \emph{} because there's no italic in Arabic fonts
\newfontfamily\arabicfont[Script=Arabic]{Geeza Pro}
\newcommand{\textarabic}[1]     % Arabic inside LTR
    {\emph{\foreignlanguage{arabic}{{\arabicfont #1}}}}

% \newcommand{\bibcitem}[1]{\lstinputlisting[linerange=#1-end,includerangemarker=false,breaklines=true,postbreak=\mbox{\textcolor{gray}{$\hookrightarrow$}\space} ]{\thebibfile}\nocite{#1}}
% \renewcommand{\bibcitem}[1]{\nocite{#1}}

% \pagestyle{headings}
\pagestyle{fancy}


% tables

\newcolumntype{V}{>{\raggedright\let\\=\tabularnewline\ttfamily}p}
\newcolumntype{H}{>{\sffamily\bfseries\spotcolor}l}
\newcolumntype{P}{>{\raggedright}p{100pt}}
\newcolumntype{O}{>{\raggedright\ttfamily}p{40pt}}
\newcolumntype{S}{>{\raggedright\ttfamily}X}
\newcolumntype{N}{>{\sffamily\bfseries\spotcolor}r}
\newcolumntype{n}{>{\raggedleft\let\\\tabularnewline}p{50pt}}

\providecommand*{\numtablesetup}{\tablesetup}

\newcommand*{\sorttablesetup}{%
  \tablesetup
  \setlength{\tabcolsep}{1pt}%
  \def\new{\ensuremath\rightarrow}%
  \def\alt{\ensuremath\hookrightarrow}%
  \def\str##1{\mbox{\displayverbfont##1}}%
  \def\altstr##1{\hfill\alt\hspace{2\tabcolsep}%
    \str{##1}\hspace*{2\tabcolsep}}%
  \let\fld\bibfield}

% markup and misc

\setcounter{secnumdepth}{4}

\newrobustcmd*{\BiberOnly}{%
  \textcolor{spot}{Biber only}}
\newrobustcmd*{\BiberOnlyMark}{%
  \leavevmode\marginpar{\BiberOnly}}

\hyphenation{%
  star-red
  bib-lio-gra-phy
  white-space
  bib-latex
}



\setcounter{tocdepth}{1}
\begin{document}

\printtitlepage\thispagestyle{empty}

\tableofcontents

\section{About these style files}
\label{int}

\Biblatexmla provides support to \biblatex, \bibtex, and \latex for citations and Works Cited lists in the style of the Modern Language Association (\mla). For commands and options to change package defaults, see \secref{mla:subsec:commands} and \secref{mla:subsec:options}, respectively, below.

\mla style, a common standard for writers in the humanities, is outlined in the \emph{MLA Style Manual}, in its 3\superscript{rd} edition, and the \emph{MLA Handbook for Writers of Research Papers}, now in its 9\superscript{th} edition. \Biblatexmla follows the style outlined in the latter of these. It also follows the logic of the \mla{} when citing similar material repeatedly, trimming unnecessary information from citations where necessary. \Biblatexmla is compatible with \biblatex's support for \sty{hyperref} and \sty{tex4ht}, and the main word in each citation (either the author's name, the title, or the page number) serves as a link to the particular entry in the Works Cited. For anything not covered by this manual, please also see the \biblatex documentation or reach out via GitHub.

Version 2.1 improves documentation and compatibility with the 9\superscript{th} edition of the \emph{MLA Handbook}, published April 2021. Changes for this release and the previous release of \biblatexmla are called out in the right-hand margin with \colorbox{orange}{\textcolor{white}{|2.1|}} and \colorbox{lightorange}{\textcolor{white}{|2.0|}}, with color fading to show age. See the |CHANGES| file for more details of releases.

\subsection{License}

\Biblatexmla is copyrighted \textcopyright\ 2007--2022, by James Clawson. Permission is granted to copy, distribute, and modify this software under the terms of the \lppl, version 1.3: \mylink{https://ctan.org/license/lppl1.3}.

\subsection[Feedback]{Feedback}
\label{int:feb}

If you end up improving the code to be more accurate to the \mla{} standard, please be kind to the rest of us and share; improvements are strongly encouraged. Direct any feedback to the package's GitHub page: \mylink{https://github.com/jmclawson/biblatex-mla/}. 

\section{Setup and Use}
\label{mla:sec:use}

For American-style quotation marks,%
%%
\footnote{Other localization files, \sty{mla-spanish.lbx}, \sty{mla-portuguese.lbx}, and \sty{mla-italian.lbx}, are also available to use \biblatexmla in languages other than English. These and other localization files are included in \biblatexmla releases, but they have fallen out of sync with the English versions. The latest version of these files will be kept on GitHub (\mylink{\biblatexmlahome}); new translations are welcome. There is also support for proper punctuation in non-American dialects of English. Try \mycode{british}, \mycode{canadian}, or other Babel identifiers, such as \mycode{spanish}.} %
%%
call the \sty{babel} and \sty{csquotes} packages in the preamble
of your \latex document:
\begin{quote}
	\begin{verbatim}
		\usepackage[american]{babel}
		\usepackage{csquotes}
		\usepackage[style=mla]{biblatex}
		\addbibresource{<bibfile.bib>}
	\end{verbatim}	
\end{quote}

By default, \biblatexmla will transform some data in ways preferred by \mla style: for example, URLs will omit protocol prefixes like |http://|, some URLs will be converted to eprint entries, and publisher names will be simplified to abbreviate ``University Press'' to ``UP.'' To avoid these automatic transformations, change the style referenced in the third line to \textbf{|mla-strict|}:
\begin{quote}
	\begin{verbatim}
		\usepackage[american]{babel}
		\usepackage{csquotes}
		\usepackage[style=mla-strict]{biblatex}
		\addbibresource{<bibfile.bib>}
	\end{verbatim}	
\end{quote}

To use the older style called for by the 7\superscript{th} edition of the \emph{MLA Handbook}, change this line to \textbf{|mla7|}: 
\begin{quote}
	\begin{verbatim}
		\usepackage[american]{babel}
		\usepackage{csquotes}
		\usepackage[style=mla7]{biblatex}
		\addbibresource{<bibfile.bib>}
	\end{verbatim}	
\end{quote}

Replace <|<bibfile.bib>|> with the name of your .bib bibliography file. The style (provisionally) supports footnote citations with the \mycode{autocite=footnote} package option. Some of the other options supported by \biblatexmla include \mycode{firstlonghand}, \mycode{noremoteinfo}, \mycode{showlocation}, and others discussed in \secref{mla:subsec:options}.


\subsection{Commands}
\label{mla:subsec:commands}

The standard commands for \biblatexmla generally follow those defined by \biblatex. Included below are the most typical commands. For more commands and options, reference the \biblatex manual.

\subsubsection{Typical Commands}
\label{mla:subsubsec:typical}

\begin{commandlist}

\commanditem{printbibliography}

Insert the list of Works Cited; typically used at the end of a document. As may be expected, this command will print a bibliography including full, alphabetized, MLA-style entries for every source cited using one of the below citation commands.

\commanditem{autocite}
	
Insert a citation. This is the most common command for citing in \biblatexmla, and it defaults to printing a parenthetical citation. See \tabref{use:cit:all} for examples. For best results, use the command before punctuation like this:
\begin{quote}
	\begin{verbatim}
		\autocite{x}. 
	\end{verbatim}	
\end{quote}

In the following example, |x| represents the bibkey of the particular bibliographic entry being cited. Insert page numbers and citational prenotes using square braces: 
\begin{quote}
	\begin{verbatim}
		\autocite[z][y]{x} 
	\end{verbatim}	
\end{quote}

Here, |y| is the page number, and |z| is the prenote (such as <qtd.~in>). If indicating a prenote but no page number, you must include an empty set for the page number:
\begin{quote}
	\begin{verbatim}
		\autocite[z][]{x} 
	\end{verbatim}	
\end{quote}

When citing a page number without any prenote, only one set of square brackets is needed:
\begin{quote}
	\begin{verbatim}
		\autocite[y]{x} 
	\end{verbatim}	
\end{quote}

To omit the name of the author (or editor) responsible for the source when they've already been named in the sentence, use the starred version (\cmd{autocite*[z][y]\{x\}}) of this command.

\commanditem{autocites}

Insert a citation for multiple sources at once. The respective citations will be printed separated by semicolons.
\begin{quote}
	\begin{verbatim}
		\autocites[z1][y1]{x1}[z2][y2]{x1}[z3][y3]{x3} 
	\end{verbatim}	
\end{quote}
The curled braces always indicate the bibkey, and the squared braces respectively belong to the curly braces that follow them.

\commanditem{parencite}

Insert a citation inside parentheses. Indicate page numbers and any prenote like ``qtd.\ in'' in the spaces marked |y| and |z| below, respectively: 

\begin{quote}
	\begin{verbatim}
		\parencite[z][y]{x} 
	\end{verbatim}	
\end{quote}

All of these citation commands follow the pattern described above for |\autocite{}|, which is the preferred citation command to use. To omit the source author or editor, use the starred version of this command: \cmd{parencite*[z][y]\{x\}}

\commanditem{footcite}

Insert a citation in a footnote. The |\footcite| command should be reserved for occasional use in favor of the general use of |\autocite| with the package option |autocite=footnote|, mentioned above. To omit the name of the author or editor, use the starred version of this command: \cmd{footcite*[z][y]\{x\}}

\end{commandlist}

\subsubsection{In-Text Commands}
\label{mla:subsubsec:intext}

\begin{commandlist}

\commanditem{cite}

Insert a citation without parentheses or footnote styling. These kinds of citations aren't often used in writing for \mla{}-related fields, but the command may be useful within a parenthetical aside or a footnote. To omit the name of the author or editor, use the starred version of this command: \cmd{cite*[z][y]\{x\}}
	
\commanditem{citeauthor}

Print the names of the author(s) or editor(s) associated with a source. In its current form, the unstarred command will always print given and family names, while it is possible to omit given names by using the starred variant: \cmd{citeauthor*\{x\}}

\commanditem{citetitle}

Print the title of a source. The unstarred version will print the |shorttitle| if it is available; the starred version (\cmd{citetitle*\{x\}}) will always print the full title field.

\commanditem{citeyear}

Print the year associated with a source.

% (these commands aren't yet working.)
% 
% \commanditem{fullcite}
%
% Print a full citation where a shortened citation might otherwise come.
%
% \commanditem{headlessfullcite}
%
% Except for the author's name, print a nearly-full citation where a shortened citation might otherwise come.

\end{commandlist}

\subsubsection{Special Commands}
\label{mla:subsubsec:special}

\begin{commandlist}

\commanditem{mancite}

Reset most trackers that would shorten subsequent citations. See \tabref{use:cit:all} for an example. If \biblatexmla{}'s ambition to shorten citations leads to ambiguity, using this command before a citation should print the longer version.

\commanditem{citereset}

Reset all citation trackers for \biblatexmla.%

\commanditem{headlesscite}

Suppress the author's name in a citation. This command provides an alias to \cmd{autocite*} to make it easier for anyone using \biblatexmla and \biblatexcms interchangeably.

\commanditem{textcite}

An alias to |\cite|, above.

\end{commandlist}

\subsection{Package Options}
\label{mla:subsec:options}

\Biblatexmla defaults to the recommendations established by the \mla{}, but there may be times when it is appropriate to change some of these options for publication or other uses. Package options change the default functionality of \biblatexmla.

\begin{optionslist}
% \optionitem{autocite=footnote}
%
% Using \mycommand{autocite} with biblatex-mla defaults to \mla{}-preferred inline, parenthetical citations. To style citations as footnotes, set the \mycode{autocite=footnote} option in your preamble:
% \begin{quote}
% 	\begin{verbatim}
% 		\usepackage[style=mla,autocite=footnote]{biblatex}
% 	\end{verbatim}
% \end{quote}

\optionitem{annotation}
It is possible to print annotations to entries in the Works Cited if the \mlafield{annotation} field is defined in an entry. To turn on this option, add \mycode{annotation=true} to your
preamble:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,annotation=true]{biblatex} 
	\end{verbatim}	
\end{quote}

\end{optionslist}

\newpage
\thispagestyle{empty}
\begin{table}
\tablesetup
\noindent\caption[Typical citations]
{Syntax and output showing cumulative effects of citation trackers, starred variants, and manual resets with typical citations using \biblatexmla}
\label{use:cit:all}
\noindent\begin{tabular}{@{}V{0.33\textwidth}@{}V{0.33\textwidth}@{}p{0.3\textwidth}@{}}
\toprule
\multicolumn{1}{@{}H}{Input} &
\multicolumn{1}{@{}H}{Output} &
\multicolumn{1}{@{}H}{Explanation} \\
\cmidrule(r){1-1}\cmidrule(r){2-2}\cmidrule{3-3}
\verb!\autocite[12]{morrison02aa}! & \autocite[12]{morrison02aa} & \noindent{}A typical citation includes everything necessary.\\
% \hline
\\
\verb!\autocite[34]{morrison02aa}! & \autocite*[34]{morrison02aa} & \noindent{}Immediately subsequent citations to the same source shorten the citation by dropping redundant information.\\% I had to star it here to show the true output that happens in a paragraph. Something about the table seems to be resetting the tracker.
% \hline
\\
\verb!\autocite{morrison02aa}! & \autocite{morrison02aa} & \noindent{}Immediately subsequent citations lacking page reference add back information to show a citation.\\
% \hline
\\
\verb!\autocite[12]{frye57ab}! & \autocite[12]{frye57ab} & \noindent{}A citation to a text by an author with multiple works cited also includes a short title.\\
% \hline
\\
\verb!\autocite[34]{frye57ab}! & (34) %\autocite[34]{frye57ab} % I have to do weird things here, as the table seems to reset the tracker.
& \noindent{}Subsequent immediate citations to the same source shorten the citation as much as possible.\\
% \hline
\\
\verb!\autocite[56]{frye91aa}! & \autocite*[56]{frye91aa} & \noindent{}Citations to a new source by the same author omit the repetition of the author's name.\\
% \hline
\\
\verb!\autocite[101]{morrison02aa}! & \autocite[101]{morrison02aa} & \noindent{}A citation interrupting those by Frye will reset the trackers. \\
% \hline
\\
\verb!\autocite[78]{frye91aa}! & \autocite[78]{frye91aa} & \noindent{}With a reset author tracker, the citation includes all necessary information.\\
% \hline
\\
\verb!\autocite*[102]{morrison02aa}! & \autocite*[102]{morrison02aa} & \noindent{}The asterisked version suppresses the author's name---useful when the author is named in the sentence.\\
% \hline
\\
\verb!\autocite*[91]{frye57ab}! & \autocite*[91]{frye57ab} & \noindent{}Suppressing the name of a prolific author will still print the short title to avoid ambiguity.\\
% \hline
\\
\verb!\autocite*{morrison02aa}! & \autocite*{morrison02aa} & \noindent{}Suppressing the author's name without page numbers given will print the title of the work.\\
% \hline
\\
% \small& & \\
\verb!\mancite! \verb!\autocite[34]{morrison02aa}! & \mancite\autocite[34]{morrison02aa} & \noindent{}Resetting the author tracker ensures that the author's name is printed in the next citation---useful to avoid ambiguity.\\
% \hline
\bottomrule
\end{tabular}
\end{table}

\clearpage

%%%%%%%%%%%%%%

\begin{optionslist}

\optionitem{firstlonghand}\label{mla:internal:firstlonghand}
The first citation of a source with a shorthand defined will always print a citation with author's name and, potentially, the \mlafield{shorttitle} field. (For more on this field, see section \secref{mla:subsec:unnusualfields}, below.) Add \mycode{firstlonghand=false} to your preamble to disable this option and print only the shorthand even on the first citation:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,firstlonghand=false]{biblatex} 
	\end{verbatim}	
\end{quote}
% \noindent\begin{minipage}{\linewidth}
% \end{minipage}

\optionitem{guessmedium}
When using the |style=mla7| option, an entry with no defined \mlafield{howpublished} field will default either to a <Web> publication (if there's a defined \mlafield{url} field or \mlafield{eprint} field) or a <Print> publication (if there's not). To avoid \biblatexmla guessing the publication medium, thereby printing nothing when the field is undefined, deactivate the \mycode{guessmedium} option:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla7,guessmedium=false]{biblatex}
	\end{verbatim}	
\end{quote}

\optionitem{longdash}\label{mla:internal:longdash}
\newthis The 9\superscript{th} edition of the \emph{\mla Handbook} clarifies that dashes indicating multiple entries by one author can either be styled wih three em-dashes or three hyphens. From version 2.0, output defaults to em-dashes, but setting |longdash| to false reverts back to hyphens:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,longdash=false]{biblatex}
	\end{verbatim}	
\end{quote}

\optionitem{mancitepar}
Although perhaps they should, the author trackers in \biblatexmla do not by default reset with each paragraph or page. As a result, shortened citations may be unclear when much distance has passed from previous, fuller citations. To avoid this ambiguity, the \cmd{mancite} command can be called before an unclear citation. (See \tabref{use:cit:all} for the effects of \cmd{mancite}.) Alternatively, consider asking \biblatexmla to silently call the \cmd{mancite} command with each new paragraph by enabling the \mycode{mancitepar} package option:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,mancitepar=true]{biblatex}
	\end{verbatim}	
\end{quote}

\optionitem{mladraft}
When using \mla{} parenthetical citations, it is best practice to cite only when necessary to avoid ambiguity. \Biblatexmla can flag consecutive citations to the same page range, allowing you to defer citations to the end. In draft mode, \biblatexmla will place a clover ($\clubsuit$) in the margin, along with a single footnote explanation. To use the tool outside of draft mode, set the \mycode{mladraft} option in your preamble to true; similarly, to avoid seeing these clovers and the footnote in draft mode, set the option to false:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,mladraft=true]{biblatex}
	\end{verbatim}	
\end{quote}

\optionitem{nofullfootnote}\label{mla:internal:nofullfootnote}
When using \biblatexmla for footnotes, the style file will provide full bibliographic detail for the first citation of every source. To turn off this option, add \mycode{nofullfootnote} among the package options:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,autocite=footnote,nofullfootnote]{biblatex} 
	\end{verbatim}	
\end{quote}

\optionitem{noremoteinfo}\label{mla:internal:noremoteinfo}
Modeled after the implementation in |biblatex-apa| to suppress remote information in the \sty{.bib} file from being printed in the bibliography, this option affects \sty{isbn}, \sty{issn}, \sty{isrn}, \sty{doi}, and \mlafield{eprint} fields.
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,noremoteinfo=true]{biblatex}
	\end{verbatim}	
\end{quote}

\optionitem{showlocation}\label{mla:internal:showlocation}
\newthis The 8\superscript{th} and 9\superscript{th} editions of the \emph{\mla Handbook} advise witholding publication location for most entries, so \biblatexmla omits showing the |location| field for many entry types. To show these location fields for all sources when they exist, use the |showlocation| option in the document header:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla,showlocation=true]{biblatex}
	\end{verbatim}	
\end{quote}

Alternatively, selectively show the location for individual entries by defining the |options| field in the |.bib| file:
\begin{quote}
	\begin{verbatim}
		@book{dewey99aa,
		  ...
		  options = {showlocation=true}
		}
	\end{verbatim}	
\end{quote}

\optionitem{showmedium}
When using the |style=mla7| option, \biblatexmla will print the publication medium at the end of each entry in the list of Works Cited. Turn off this option---and some other changes from the 3\superscript{rd} edition---by setting the \mycode{showmedium} option to false:
\begin{quote}
	\begin{verbatim}
		\usepackage[style=mla7,showmedium=false]{biblatex}
	\end{verbatim}	
\end{quote}

\end{optionslist}

\section{\bibtex Entry Types and Fields}
\label{bib}

\biblatex uses \bibtex-style databases to define the bibliographic information of sources. With few notable distinctions, \biblatexmla tries to follow typical \biblatex conventions for \textcolor{orange}{entry types} and \textcolor{teal}{fields}, explained in this section. Keep in mind that some of the \textcolor{teal}{fields} listed in the \mlatype{@book} and \mlatype{@article} types (for example, \mlafield{nameaddon}, \mlafield{origyear}, and others) are also available in other entry types and are not repeated only for brevity. 

Following the explanations in this section, section \secref{mla:sec:samples} offers specific examples modeled after the 9th edition of the \emph{MLA Handbook}.

% subsection typical_fields (end)

\subsection{Notable Fields}\label{mla:subsec:unnusualfields}
\biblatex supports the following fields, sometimes concerned more with presentation than bibliographic merit, in all entrytypes. Define these in your \mycode{.bib} files:

\begin{optionslistNOT}
	
	\optionitem{\mlafield{crossref}}
	the \sty{key} of a parent source in which a shorter source is found. The \mlafield{crossref} field is handy to avoid spending time re-inputting similar data, but it is also useful for including \mla{}-style cross-references in the list of Works Cited. Keep in mind the problems of the \mlafield{crossref} field, explained in section 2.4.1 of the \biblatex manual.% In the future, \biblatexmla may provide further support for the \biblatex \sty{xref} field, making \mlafield{crossref} secondary in importance.
	
	\optionitem{\mlafield{shorttitle}}
	the shortened title to be printed in citations to disambiguate among multiple titles by one author. \Biblatexmla will only print this field in citations when necessary; when this field is not defined, \biblatexmla will use the whole of the \mlafield{title} field.
	
	\optionitem{\mlafield{shorthand}}
	when defined, a unique label to be printed in citations instead of the author and shorttitle. By default, \biblatexmla will only use the \mlafield{shorthand} label after a first citation with author (and title, if necessary). See the \mycode{firstlonghand} option on page~\pageref{mla:internal:firstlonghand} to disable this feature.
	
	\optionitem{\mlafield{options}}
	separate the following options with a comma:
	\begin{description}
		\item[|containerized=auto|] \newnov allows \biblatexmla to determine whether a multivolume set should be displayed as a container. The \mycode{containerized} option defaults to \mycode{auto}. To force behavior, set the option to \mycode{true} or \mycode{false}. See \bibref{Howells:1968wo}, which has \mycode{containerized} set to \mycode{true}.
		\item[|datebrackets=true|] \newnov styles the date of a source in square brackets to indicate that the date was not indicated on the original source. To see the option in use, check \bibref{Bauer:1971ui}. This option currently only works with the \mlatype{@book} entry type, but it seems reasonable to expand the option to other entry types in future releases. The \mycode{datebrackets} option defaults to \mycode{false}.
		\item[|showlocation=true|] \newthis indicates that the publisher's city of operations for an entry is to be printed. These fields are usually omitted. See also the global option also called \mycode{showlocation}, on page~\pageref{mla:internal:showlocation}, above, for defining this option on a per-document basis. The \mycode{showlocation} option defaults to false.
		\item[|uniquenamea=false|] \newnov indicates that the \mlafield{namea} field is related to a broader container, rather than to the particular source being cited within that container. This is useful, e.g., to indicate someone who directed an entire television series, rather than just a particular episode. The \mycode{uniquenamea} option defaults to \mycode{true}, indicating association with the particular source.
		\item[|uniquenameb=false|] as above, for the \mlafield{nameb} field. This option defaults to \mycode{true}.
		\item[|uniquenamec=false|] as above, for the \mlafield{namec} field. This option defaults to \mycode{true}.
		\item[|noremoteinfo=false|] indicates that the ``remote'' information of an entry is to be printed, including the fields \mlafield{isbn}, \mlafield{issn}, \mlafield{isrn}, \mlafield{doi}, and \mlafield{eprint}. These fields may otherwise be omitted. See also the global option which shares the name \mycode{noremoteinfo}, on page~\pageref{mla:internal:noremoteinfo}, above, for defining this option on a per-document basis. The \mycode{noremoteinfo} option defaults to true.
		\item[|totalnames=true|] allows the label to include all the names in its list, rather than maxing out at three. The \mycode{totalnames} option defaults to false.
		\item[|uniquetranslator=true|] indicates that a translator of a particular entry with the \mlatype{@incollection} entrytype is unique to that work, rather than the collection at large. The \mycode{uniquetranslator} option defaults to false.
		\item[|useauthor=false|] allows the label of the entry to default to something other than the author, when the author field is defined. If the editor is defined, the label will default to that. The \mycode{useauthor} option defaults to true.
		\item[|useeditor=false|] allows the label of the entry default to something other than the editor in the case of the author field being undefined or the \mycode{useauthor} option set to false. The \mycode{useeditor} option defaults to true.
		\item[|usetranslator=true|] allows the label of the entry to inherit the name of the translator when the author and editor fields are undefined or the \mycode{useauthor} and \mycode{useeditor} options are set to false. The \mycode{usetranslator} option defaults to false.
	\end{description}	
\end{optionslistNOT}


\subsection{Standalone Sources}
The following entrytypes are for long sources not part of any other publication except, potentially, multivolume sets or publishers' series.

\subsubsection*{\mlatype{@book}}
A book, usually with one author. \mla{}-style book entries are straightforward, and \biblatex will style all the potential fields for a typical book. \longerref{book}{Davis:1998we}

\begin{optionslistNOT}
	\optionitem{\mlafield{author}}
	the author of the book

	\optionitem{\mlafield{title}}
	book title; when using \mlafield{crossref}, also define \mlafield{booktitle} and be sure to define \mlafield{title} of the child entry

	\optionitem{\mlafield{subtitle}}
	book subtitle; when using \mlafield{crossref}, also define \mlafield{booksubtitle} and be sure to define \mlafield{subtitle} of the child

	\optionitem{\mlafield{location}}
	place of publication; ignored unless |showlocation| is |true|

	\optionitem{\mlafield{publisher}}
	publishing house. When using \mycode{style=mla}, a number of corrections will be made automatically:
	\begin{itemize}
		\item the phrases ``and Company'' and ``and Co.'' will be dropped
		\item ``University Press'' will be converted to ``UP'', ``University'' will become ``U'', and ``Press'' will become ``P''; see \bibref{Charon:2017tw}
		\item the strings ``Corporation'', ``Corp.'', ``Incorporated'', ``Inc.'', ``Limited'', and ``Ltd.'' will all be stripped
	\end{itemize}
	These MLA-style substitions can be skipped document-wide by changing the style setting to \mycode{style=mla-strict} in the package options. Alternatively, curly brackets can be used on a per-entry basis to interrupt the string matching, as shown in \bibref{Milkis:1994vv}.

	\optionitem{\mlafield{date}}
	date of publication; defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range. For any date fields, use a tilde to indicate uncertainty: \sty{1618$\sim$} will print as ``circa 1618'' in the list of Works Cited, as shown for the \mlafield{origdate} detail in \bibref{Velazquez:2016ud}.
\end{optionslistNOT}

Other fields might come in handy for further granularity:

\begin{optionslistNOT}
	\optionitem{\mlafield{origdate}}
	original publication date, for reprints; defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range

	\optionitem{\mlafield{edition}}
	edition number, preferably an integer. When using \mycode{style=mla}, the word ``edition'' will be automatically abbreviated to ``ed.'', unless curly brackets are used to interrupt string matching.

	\optionitem{\mlafield{volume}}
	volume number of book

	\optionitem{\mlafield{volumes}}
	total number of volumes

	\optionitem{\mlafield{maintitle}}
	title of multi-volume collection of which this book is one volume

	\optionitem{\mlafield{mainsubtitle}}
	subtitle of the above \mlafield{maintitle}

	\optionitem{\mlafield{series}}
	name of a publication series

	\optionitem{\mlafield{number}}
	number of the above \mlafield{series} represented by this book

\end{optionslistNOT}

Additionally, the style files support more name types for situations needing them:

\begin{optionslistNOT}
	\optionitem{\mlafield{editor}}
	editor of a book

	\optionitem{\mlafield{editortype}}
	optional, used to indicate that a named \mlafield{editor} is actually another of the many kinds of contributors defined in section 2.3.6 of the \biblatex documentation

	\optionitem{\mlafield{translator}}
	translator of a work

	\optionitem{\mlafield{introduction}}
	author of a book's introduction

	\optionitem{\mlafield{foreword}}
	author of a book's foreword

	\optionitem{\mlafield{afterword}}
	author of a book's afterword

	\optionitem{\mlafield{redactor}}
	name of redactor

	\optionitem{\mlafield{commentator}}
	name of commentator

	\optionitem{\mlafield{annotator}}
	name of annotator

\end{optionslistNOT}

Finally, the style files also define the following note fields for further clarification:

\begin{optionslistNOT}
	\optionitem{\mlafield{nameaddon}}
	pseudonym, misattribution, or other note (printed in brackets after \mlafield{author})

	\optionitem{\mlafield{booktitleaddon}}
	note after the \mlafield{booktitle}

	\optionitem{\mlafield{maintitleaddon}}
	note after the \mlafield{maintitle}

	\optionitem{\mlafield{note}}
	miscellaneous data printed before \mlafield{publisher}

	\optionitem{\mlafield{addendum}}
	miscellaneous data printed at the end of the entry

\end{optionslistNOT}

% Fields not yet supported in biblatex-mla (but which should be supported in future versions) include the following:
%
% \begin{optionslistNOT}
% 	\optionitem{howpublished}
% 	to be used in support of the MLA-style revisions in the third edition of the \emph{MLA Style Manual} and the 7th edition of the \emph{MLA Handbook}; will default to ``Print''  when undefined
%
% 	\optionitem{origlocation}
% 	original place of publication (for reprints)
%
% 	\optionitem{origpublisher}
% 	original publisher (for reprints)
%
% 	\optionitem{origtitle}
% 	original title (for reprints)
%
% 	\optionitem{origlanguage}
% 	the original language of a translated, reprinted work. Biblatex-mla will not print information in this field, but if the field has information in it, it will use the phrase ``Trans. of''  before the original title, instead of ``Rept. of''.
%
% \end{optionslistNOT}

\subsubsection*{\mlatype{@booklet}}
Small pamphlet, often without an author listed. In \biblatexmla, \mlatype{@booklet} is an alias for \mlatype{@book} (see above), and is styled similarly. \titleref{booklet}{Language:vu}

\subsubsection*{\mlatype{@collection}}
A book that is a collection of self-contained essays, stories, or poems, usually with multiple unique authors and collectively edited by a single editorial body. In \biblatexmla, the entry type \mlatype{@collection} is an an alias for \mlatype{@book} (see above), and is styled similarly. To accurately support \mlatype{@incollection} entries using \mlafield{crossref}, be sure to define the following fields instead of \mlafield{title} and \mlafield{subtitle} in the parent \mlatype{@collection} entry:

\begin{optionslistNOT}
	\optionitem{\mlafield{booktitle}}
	the title of a book or collection

	\optionitem{\mlafield{booksubtitle}}
	the subtitle of a book or collection

\end{optionslistNOT}

Additionally, remember to define the \mlafield{editor} field if needed.

\subsubsection*{\mlatype{@periodical}}
An entire issue of a journal, usually cited by editor. The \mlatype{@periodical} type is especially good for citing a titled issue of a numbered comic book, as in \bibref{Clowes:1998wp}. \Biblatexmla accepts the following fields:

\begin{optionslistNOT}
	\optionitem{\mlafield{editor}}
	the editor or editors of an issue

	\optionitem{\mlafield{issuetitle}}
	title of a special issue

	\optionitem{\mlafield{issuesubtitle}}
	subtitle of a special issue

	\optionitem{\mlafield{title}}
	title of the journal

	\optionitem{\mlafield{subtitle}}
	subtitle of the journal

	\optionitem{\mlafield{volume}}
	volume number

	\optionitem{\mlafield{number}}
	issue number

	\optionitem{\mlafield{issue}}
	season, when used in place of month (as in the ``spring'' issue of a journal)

	\optionitem{\mlafield{date}}
	date of publication, defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range.
	
	\optionitem{\mlafield{pages}}
	complete pagination of the issue

\end{optionslistNOT}

\subsubsection*{\mlatype{@proceedings}}
The published proceedings of a conference. \Biblatexmla styles \mlatype{@proceedings} entries like \mlatype{@book} or \mlatype{@collection} entries, but \newnov the \mlafield{title} field is not italicized. To italicize the title of published proceedings, define the \mlafield{booktitle} field. \authorref{proceedings}{Chang:2000uv} The \mlatype{@proceedings} entry type also provides support for the following unique fields:

\begin{optionslistNOT}

	\optionitem{\mlafield{eventtitle}}
	
	title of the conference represented by the proceedings (if not included in the \mlafield{title} of the published proceedings)
	
	\optionitem{\mlafield{organization}}
	
	body sponsoring the conference
	
	\optionitem{\mlafield{urldate}}
	
	original date of the conference; defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range. Please note that this is an unusual and temporary use of the \mlafield{urldate} field; in a future version of \biblatexmla, it will change to \mlafield{eventdate}.
	
	\optionitem{\mlafield{institution}}
	
	university or institution hosting the conference. When using \mycode{style=mla}, the word ``University'' will be automatically abbreviated to ``U'' unless curly brackets are used to interrupt string matching.
	
	\optionitem{\mlafield{venue}}
	
	location of the conference

\end{optionslistNOT}

\subsubsection*{\mlatype{@reference}}
A reference book such as a dictionary or encyclopedia, often supporting \mlatype{@inreference} entries through \mlafield{crossref} fields. \Biblatexmla styles a \mlatype{@reference} entry as it would a \mlatype{@book} entry.

\subsubsection*{\mlatype{@thesis}}
The thesis or dissertation resulting from a doctorate or a master's degree, whether published or unpublished. \parentref{thesis}{Njus:2010vc} The \mlatype{@thesis} entry type supports the following fields typical for defining such an entry:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}}
	
	the author of the thesis/dissertation
	
	\optionitem{\mlafield{title}}
	
	title
	
	\optionitem{\mlafield{subtitle}}
	
	subtitle
	
	\optionitem{\mlafield{type}}
	
	degree type. \Biblatexmla defines some MLA-style \mlatype{@thesis} types pre-localized; choose from the following strings to get accurate styling:
	\begin{description}
		\item[|phd|] for doctorate; prints as ``PhD dissertation'' in English
		\item[|dphil|] for doctorate; prints as ``DPhil dissertation'' in English
		\item[|lic|] for licentiate; prints as ``Licentiate thesis''
		\item[|ma|] for master's; prints as ``MA thesis''
		\item[|ms|] for master's; prints as ``MS thesis''
		\item[|msc|] for master's; prints as ``MSc thesis''
		\item[|mphil|] for master's; prints as ``MPhil thesis''
		\item[|mlitt|] for master's; prints as ``MLitt thesis''
	\end{description}
	
	For all other types not matching the above codes, \biblatexmla will print the \mlafield{type} field as entered, respecting capitalization.
	
	\optionitem{\mlafield{institution}}
	
	name of degree-granting university. When using \mycode{style=mla}, the word ``University'' will be automatically abbreviated to ``U'' unless curly brackets are used to interrupt string matching. See \bibref{Njus:2010aa}.
	
	\optionitem{\mlafield{date}}
	
	date degree awarded, defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD}

\end{optionslistNOT}

A published \mlatype{@thesis} has some additional fields:

\begin{optionslistNOT}
	
	\optionitem{\mlafield{entrysubtype}}
	
	When documenting a \mlatype{@thesis} using the 7\superscript{th} edition style, which differentiates between published and unpublished dissertation titles, \biblatexmla recognizes two keys in the \mlafield{entrysubtype} field:
	
	\begin{description}
		\item[|published|] for published theses
		\item[|unpublished|] for unpublished theses
	\end{description}
	
	Any other key will be treated as \sty{unpublished}.
	
	\optionitem{\mlafield{location}}
	
	place of publication
	
	\optionitem{\mlafield{publisher}}
	
	publisher
	
	\optionitem{\mlafield{origdate}}
	
	date degree was awarded, defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, and adding \sty{YYYY-MM-DD} for the day; please note this difference from an unpublished thesis
	
	\optionitem{\mlafield{date}}
	
	date of publication, defined as \sty{YYYY} for a year; please note this difference from an unpublished thesis
	
	\optionitem{\mlafield{series}}
	
	name of a publication series
	
	\optionitem{\mlafield{number}}
	
	number of the above \sty{series} represented by this book
	
\end{optionslistNOT}


%%%%%%
\subsection{Sources within other works}
The following entrytypes are for shorter works (essays, poems, and other things) that are part of another publication. Many have corresponding standalone sources representing the larger work of which they are a part (i.e., \mlatype{@incollection} and \mlatype{@collection}). Entries of shorter works can inherit fields of parent entries by using the \mlafield{crossref} field.

\subsubsection*{\mlatype{@article}}
Articles appearing in periodicals in many media, including academic journals, newspapers, and online sources. \longerref{article}{Boggs:2016tp} \Biblatexmla supports the following fields typical of an article in an academic journal:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} author of the article
	
	\optionitem{\mlafield{title}} title of the article
	
	\optionitem{\mlafield{subtitle}} subtitle of the article
	
	\optionitem{\mlafield{journaltitle}} title of journal
	
	\optionitem{\mlafield{journalsubtitle}} subtitle of journal
	
	\optionitem{\mlafield{volume}} journal volume number
	
	\optionitem{\mlafield{number}} journal issue number
	
	\optionitem{\mlafield{issue}} season, when used in place of month (as in the ``spring'' issue of a journal)
	
	\optionitem{\mlafield{date}} date, defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range
	
	\optionitem{\mlafield{pages}} page numbers of the article

\end{optionslistNOT}

For online and newspaper articles, the style provides additional support for the following fields:

\begin{optionslistNOT}
	
	\optionitem{\mlafield{entrysubtype}} defines an article's medium, allowing finer control over styling. \Biblatexmla responds to the following keys in the \mlafield{entrysubtype} field:
	
	\begin{description}
		\item[|magazine|] used for magazine articles. See \bibref{Deresiewicz:un}.
		\item[|newspaper|] used for newspaper articles. See \bibref{Evacuation:wj}.
		\item[|comment|] \newnov used for reader's comment posted to an article online. See \bibref{Max:the:Pen:ve}.
	\end{description}
	
	online articles are further styled by the presence or absence of a \mlafield{url} field

	\optionitem{\mlafield{eprint}} the electronic identifier of a source held by some specific database, repository, or archive service defined by \mlafield{eprinttype}.
	
	\optionitem{\mlafield{eprinttype}} the specific database, repository, or archive service that holds an item. See the definition of \mlafield{eprinttype}| = {jstor}| in \bibref{Fisher:vu}. \Biblatexmla tries to be forgiving in the use of fields such as \mlafield{eprint} and \mlafield{eprinttype}, when one might easily be omitted. If \mlafield{eprinttype} is undefined, \mlafield{eprint} is treated as the name of the database, repository, or archive service. When using \mycode{style=mla}, an empty \mlafield{eprint} field may automatically be filled from a value found in the \mlafield{url} field. (See further explanation below).
	
	\optionitem{\mlafield{url}} the url address of an online article. When using \mycode{style=mla}, the \mlafield{url} field will be cleaned up, dropping the protocols |http://| and |https://| for everything but DOIs. Additionally, this field will be parsed to fill empty \mlafield{eprint} and \mlafield{doi} information for URLs containing a limited set of strings:
	\begin{itemize}
		\item |jstor.org| --- \mlafield{eprint} is set to ``JSTOR''; see \bibref{Goldman:2010wd}.
		\item |muse.jhu.edu|--- \mlafield{eprint} is set to ``Project Muse''
		\item |books.google| --- \mlafield{eprint} is set to ``Google Books''
		\item |db=a9h| --- \mlafield{eprint} is set to ``Academic Search Complete''
		\item |db=fdcaae48| --- \mlafield{eprint} is set to ``LexisNexis Academic''
		\item |db=mzh| --- \mlafield{eprint} is set to ``MLA International Bibliography''
		\item |patft.uspto.gov| --- \mlafield{eprint} is set to ``USPTO Patent Full-Text and Image Database''
		\item |dx.doi.org| --- \mlafield{doi} is set to the identifier defined in the URL
	\end{itemize}
	
	\optionitem{\mlafield{urldate}} date an online article was accessed, defined as \sty{YYYY-MM-DD}
	
	\optionitem{\mlafield{date}} date a newspaper article is published, defined as \sty{YYYY-MM-DD} for a day
	
	\optionitem{\mlafield{location}} for newspapers lacking a place-name in their title, the city of publication
	
	\optionitem{\mlafield{version}} the printing edition of a newspaper (ie, early edition, national edition, etc.)
	
	\optionitem{\mlafield{chapter}} the section of a newspaper article if it uses numbers instead of letters; if the newspaper uses letters, combine the letter with the page number (ie, page ``B12'') in the \mlafield{page} field
	
\end{optionslistNOT}

In addition, the style provides support for the following fields, used in edge cases and unusual circumstances:

\begin{optionslistNOT}

	\optionitem{\mlafield{nameaddon}} pseudonym, misattribution, or other note (printed in brackets after author)
	
	\optionitem{\mlafield{titleaddon}} note after the title
	
	\optionitem{\mlafield{origdate}} year of original publication for a reprinted article
	
	\optionitem{\mlafield{issuetitle}} title of the special issue in which it appeared
	
	\optionitem{\mlafield{issuesubtitle}} subtitle of the special issue
	
	\optionitem{\mlafield{editor}} editor of the special issue
	
	\optionitem{\mlafield{translator}} translator of the article
	
	\optionitem{\mlafield{redactor}} name of redactor
	
	\optionitem{\mlafield{commentator}} name of commentator
	
	\optionitem{\mlafield{annotator}} name of annotator
	
	\optionitem{\mlafield{introduction}} author of introduction to special issue
	
	\optionitem{\mlafield{foreword}} author of foreword to special issue
	
	\optionitem{\mlafield{afterword}} author of afterword to special issue
	
	\optionitem{\mlafield{series}} name of journal series; define the series name manually, or choose one of the predefined strings \sty{\textbf{newseries}} or \sty{\textbf{oldseries}} to let \biblatexmla style the series name correctly
	
	\optionitem{\mlafield{note}} miscellaneous data to print before the page numbers
	
	\optionitem{\mlafield{addendum}} further miscellaneous note at the end of an entry

\end{optionslistNOT}


\subsubsection*{\mlatype{@bookinbook}}
A particular kind of \mlatype{@incollection}. (See below.)

\subsubsection*{\mlatype{@incollection}}
A self-contained unit in a \mlatype{@collection}. Supports the following fields typical of an essay, short story, or poem found in an anthology:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} the author of the work
	
	\optionitem{\mlafield{title}} title of the work
	
	\optionitem{\mlafield{subtitle}} subtitle of the work
	
	\optionitem{\mlafield{entrysubtype}} defines a work's medium, allowing finer control over styling. By default, entries labeled \mlatype{@incollection} are printed inside quotation marks, like essays, poems, stories, and other shorter works. \Biblatexmla responds to \mycode{book} and \mycode{play} in the \mlafield{entrysubtype} field, each of which will cause the title to be printed italicized rather than inside quotation marks. Compare \bibref{Euripides:1998tx} to \bibref{Marvell:1979tp}, along with their respective outputs. Setting the entry to a \mlatype{@bookinbook} type will also yield an italicized title.
	
	\optionitem{\mlafield{origdate}} original publication date of the work, defined as \sty{YYYY}, \sty{YYYY-MM}, or \sty{YYYY-MM-DD}
	
	\optionitem{\mlafield{booktitle}} title of the anthology
	
	\optionitem{\mlafield{booksubtitle}} subtitle of the anthology
	
	\optionitem{\mlafield{editor}} anthology's editor
	
	\optionitem{\mlafield{location}} anthology's city of publication
	
	\optionitem{\mlafield{publisher}} anthology's publisher
	
	\optionitem{\mlafield{date}} date anthology is published, defined as \sty{YYYY}
	
	\optionitem{\mlafield{pages}} page numbers of the work

\end{optionslistNOT}

Further fields supported include all of those supported by the \mlatype{@book} type.

\subsubsection*{\mlatype{@inproceedings}}

A work published in the proceedings of a conference. Supports all the \textcolor{teal}{fields} found above in \mlatype{@incollection} and \mlatype{@proceedings} types. \longerref{inproceedings}{Werner:vh}

\subsubsection*{\mlatype{@inreference}}

A particular type of \mlatype{@incollection}, potentially without an author, used for dictionaries and other reference books. See \bibref{Patanjali:1996wu}. In addition to those fields defined by \mlatype{@incollection}, \mlatype{@inreference} adds or refines the following:

\begin{optionslistNOT}

	\optionitem{\mlafield{title}} name of entry in reference book
	
	\optionitem{\mlafield{titleaddon}} particular definition of the word
	
	\optionitem{\mlafield{booktitle}} the title of the reference book

\end{optionslistNOT}

Note that \mlatype{@inreference} entries should specify the edition used. If the \mlafield{year} and \mlafield{edition} fields match, \biblatexmla styles the entry accordingly.

\subsubsection*{\mlatype{@letter}}

The \mlatype{@letter} entry type is defined similarly to the \mlatype{@article} type, so it will accept additional fields used in those entries. For an example \bibtex{} entry and output related to a letter that has been published, see \citeauthor{Schlesinger:wm}'s letter in \secref{Schlesinger:wm}. For an unpublished letter, see \citeauthor{Apfelbaum:un}'s entry in \secref{Apfelbaum:un}. The following fields are especially important:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} main author of the letter
	
	\optionitem{\mlafield{title}} indication of sender and addressee
	
	\optionitem{\mlafield{titleaddon}} additional information
	
	\optionitem{\mlafield{pages}} pages
	
	\optionitem{\mlafield{origdate}} original date letter was sent

\end{optionslistNOT}

\subsubsection*{\mlatype{@review}}

A particular type of \mlatype{@article}, potentially without a title. See the entry for \citeauthor{Rohrbaugh:aa}'s review in \secref{Rohrbaugh:aa}. In addition to those fields defined by an \mlatype{@article} entry, \mlatype{@review} adds or refines the following:

\begin{optionslistNOT}

	\optionitem{\mlafield{booktitle}} the title of the book being reviewed
	
	\optionitem{\mlafield{bookauthor}} the author of the book being reviewed
	
	\optionitem{\mlafield{editor}} the editor of the book being reviewed

\end{optionslistNOT}

% Note that reviews found in special issues of journals using the \mlafield{issuetitle} field are not fully supported yet.
% platypus - Check the above: is it true?

\subsubsection*{\mlatype{@suppbook}}

A foreword, introduction, preface, or other supplementary (and often untitled) material to a \mlatype{@book}. See \bibref{Felstiner:2001aa}. Supports the following fields typical of such a piece:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} author of the piece
	
	\optionitem{\mlafield{title}} title of the piece
	
	\optionitem{\mlafield{subtitle}} subtitle of the piece
	
	\optionitem{\mlafield{entrysubtype}} the type of supplemental material, including subtypes like \textbf{|introduction|}, \textbf{|foreword|}, and ``Editor's note.''
	
	\optionitem{\mlafield{booktitle}} title of the book in which the piece appears
	
	\optionitem{\mlafield{booksubtitle}} subtitle of the book in which the piece appears 
	
	\optionitem{\mlafield{location}} city of publication of the book in which the piece appears
	
	\optionitem{\mlafield{publisher}} publisher of the book in which the piece appears
	
	\optionitem{\mlafield{date}} date of publication of the book the piece appears in, defined as \sty{YYYY}
	
	\optionitem{\mlafield{pages}} page numbers of the piece

\end{optionslistNOT}

Further fields supported include all of those supported by the \mlatype{@book} type.

\subsubsection*{\mlatype{@suppcollection}}

A foreword, introduction, preface, or other supplementary (and often untitled) material to a \mlatype{@collection}. Supports all the same fields as \mlatype{@suppbook}.


%%%%%%
\subsection{Other media}

\subsubsection*{\mlatype{@artwork}}
A painting, sculpture, or some other work of art. For an example entry using the \mlatype{@artwork} entrytype, see the definition for \citeauthor{Cave:wf}'s exhibition in \secref{Cave:wf}. %The \mlatype{@artwork} entry type is defined similarly to the \mlatype{@article} type, so it will accept some additional fields used in those entries.

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} artist responsible for the work
	
	\optionitem{\mlafield{title}} title of the piece
	
	% \optionitem{\mlafield{type}} description of the medium. (Please note that this field doesn't yet work with the current version of \biblatexmla, though support will be added to support bibliographies made for \biblatexcms.)
	
	% \optionitem{\mlafield{note}} additional note on the work
	
	\optionitem{\mlafield{date}} date of creation or exhibition, defined as \sty{YYYY} for a year, \sty{YYYY-MM} for a month, \sty{YYYY-MM-DD} for a day, or \sty{YYYY-MM-DD/YYYY-MM-DD} for a range
	
	\optionitem{\mlafield{institution}} institution holding the artwork
	
	\optionitem{\mlafield{location}} city of the institution

\end{optionslistNOT}

\subsubsection*{\mlatype{@audio}}
Optimized for audio recordings, podcasts, audiobooks, etc. See \bibref{Li:ty}. %the \mlatype{@audio} entry type is defined similarly to the \mlatype{@article} type, so it will accept additional fields used in those entries.

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} author, performer, or composer of a work
	
	\optionitem{\mlafield{title}} title of the speech, song, or other short piece.
	
	\optionitem{\mlafield{booktitle}} title of the opera, cycle, or other larger collection
	
	\optionitem{\mlafield{origdate}} date work was originally written.
	
	\optionitem{\mlafield{maintitle}} title of a book or collection containing the work
	
	\optionitem{\mlafield{date}} date of publication of work being referenced
	
	\optionitem{\mlafield{publisher}} publisher of work being referenced.
	
	\optionitem{\mlafield{location}} city of publisher.
	
	\optionitem{\mlafield{addendum}} When listening to audio via an app, name the app in the \mlafield{addendum} field. The app's name ought to be italicized in MLA style, but this should not be a concern: when using \mycode{style=mla} and following the app's unstyled name with the word ``app,'' as with \emph{iTunes} in \bibref{YiyunLiReads:ub}, italics will automatically be applied.

\end{optionslistNOT}

Additionally, \biblatexmla supports the \mlafield{author}, \mlafield{editor}, \mlafield{namea}, \mlafield{nameb}, and \mlafield{namec} fields, modified with the \mlafield{authortype}, \mlafield{editortype}, \mlafield{nameatype}, \mlafield{namebtype}, and \mlafield{namectype} fields, attuned to the following localization keys:

\begin{optionslistNOT}
	
	\optionitem{\mlafield{$<$x$>$type}}
	\begin{description}
		\item[|composer|] composer of a soundtrack
		\item[|director|] director of a work
		\item[|narrator|] narrator of a spoken track
		\item[|performer|] list of crucial performers
		\item[|producer|] producer of a work
		\item[|screenplay|] author of the screenplay
	\end{description}
	
Note that \biblatexmla will print the \mlafield{author} field before the \mlafield{title} (styled using the appropriate \mlafield{authortype} key) unless the field is empty or the \mycode{useauthor} option is false---at which point it will cascade to the \mlafield{editor} field, unless \emph{it} is undefined or the \mycode{useeditor} option is false. No other name fields will be printed before the title. Except for any printed before the title, these fields will be printed after the title in the following order: \mlafield{author}, \mlafield{editor}, \mlafield{namea}, \mlafield{nameb}, \mlafield{namec}.

\end{optionslistNOT}

\subsubsection*{\mlatype{@dataset}}
\newnov Data, files, or similar material, useful for referencing raw supplementary data. \parentref{dataset}{Moskowitz:2021uw}

\subsubsection*{\mlatype{@image}}
Photographs and electronic images. See, for example, \citeauthor{Sheldon:tr}'s entry in \secref{Sheldon:tr}. The \mlatype{@image} entry type is defined similarly to the \mlatype{@article} type, so it will accept additional fields used in those entries.

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} creator of the image
	
	\optionitem{\mlafield{title}} title of the work
	
	\optionitem{\mlafield{type}} description of the medium. (Please note that this field doesn't yet work with the current version of \biblatexmla, though support will be added to support bibliographies made for \biblatexcms.)
	
	\optionitem{\mlafield{note}} additional description of the work
	
	\optionitem{\mlafield{date}} date of creation
	
	\optionitem{\mlafield{institution}} institution holding the work. (Please note that this field doesn't yet work with the current version of \biblatexmla, though support will be added.)
	
	\optionitem{\mlafield{location}} city of the institution holding the work. (Please note that this field doesn't yet work with the current version of \biblatexmla, though support will be added.)

\end{optionslistNOT}

\subsubsection*{\mlatype{@manual}}
\newthis This entry type is an alias for \mlatype{@book}, but it may be well suited for particular uses.

\subsubsection*{\mlatype{@misc}}
\newthis Sources including interviews, personal communications, billboards, and classroom material are ideal for the \mlatype{@misc} entry type. For an example \mlatype{@misc} source, see \citeauthor{Salter:uc}'s interview in \secref{Salter:uc}. This entry type behaves like \mlatype{@article} entries, but titles are printed unstyled, without quotation marks.

\subsubsection*{\mlatype{@movie}}
\newnov A movie or some similar video that stands alone. \parentref{movie}{OpeningNight:tf} \Biblatexmla supports the following fields necessary for a movie:

\begin{optionslistNOT}

	\optionitem{\mlafield{title}} title of the movie
	
	\optionitem{\mlafield{subtitle}} subtitle of the movie
	
	\optionitem{\mlafield{namea}} person(s) associated with a movie in some role

	\optionitem{\mlafield{nameb, namec}} (as above)
	
	\optionitem{\mlafield{nameatype}} the kind of association for the \mlafield{namea} field
	
	\optionitem{\mlafield{namebtype, namectype}} (as above)
	
	\optionitem{\mlafield{bookauthor}} author of the book on which a movie is based
	
	\optionitem{\mlafield{version}} the version of a movie
		
	\optionitem{\mlafield{publisher}} distributor
	
	\optionitem{\mlafield{origdate}} original date of movie
	
	\optionitem{\mlafield{date}} date of source
	
	\optionitem{\mlafield{url}} the url address of an online source
	
	\optionitem{\mlafield{addendum}} When viewing a movie via an app, name the app in the \mlafield{addendum} field. The app's name ought to be italicized in MLA style, but this should not be a concern: when using \mycode{style=mla} and following the app's unstyled name with the word ``app,'' as with \emph{Netflix} in \bibref{ET:1982:vj}, italics will automatically be added.

\end{optionslistNOT}

\subsubsection*{\mlatype{@music}}
Similar to the \mlatype{@audio} entry type, ideal for songs and albums. For the former, see \bibref{Beyonce:ta}; for the latter, \bibref{Beatles:aa}.

\subsubsection*{\mlatype{@online}}
Online resources such as webpages or entire websites. This entry type is an alias for \sty{\mlatype{@article}} with many of the same fields.

\begin{optionslistNOT}

	\optionitem{\mlafield{entrysubtype}} \newnov Setting \mlafield{entrysubtype} to \sty{website} toggles the title of the entry to be set in italics. \emph{The William Blake Archive} is a good example of a project that would be cited this way; see \bibref{BlakeArchive:uh}.

\end{optionslistNOT}


\subsubsection*{\mlatype{@patent}}
\newthis Legal patent filed with a country's patent office. This entry type is currently built onto the same backend as \mlatype{@article} entries, so it accepts additional fields used in that entry type, with some variation. See \secref{kowalik:1995qw} for examples of these entries and output.

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} inventor or creator of patented work
	\optionitem{\mlafield{title}} title of work
	\optionitem{\mlafield{date}} date of patent
	\optionitem{\mlafield{holder}} the holder of the patent, if different from the \mlafield{author} field
	\optionitem{\mlafield{number}} patent number
	\optionitem{\mlafield{type}} the type of patent, with relation to the country in which it was issued. For instance, \sty{patenteu} or \sty{patentus} will automatically establish some standard expectations for the Works Cited entry of a patent from the European Union or one from the United States.

\end{optionslistNOT}

\subsubsection*{\mlatype{@performance}}
\newnov A play, dance performance, concert, or something similar. \longerref{performance}{Shaw:2006vz}

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} playwright, composer, or principal performer
	
	\optionitem{\mlafield{title}} title of performance

	\optionitem{\mlafield{eventdate}} date associated with the performance, entered in \sty{YYYY-MM-DD} format for a single date and \sty{YYYY-MM-DD/YYYY-MM-DD} for a single performance that spans multiple days
	
	\optionitem{\mlafield{location}} city of performance

	\optionitem{\mlafield{organization}} organization or group sponsoring or organizing the event

	\optionitem{\mlafield{venue}} name of theater or performance space

	\optionitem{\mlafield{entrysubtype}} set to \sty{untitled} to omit title decoration with italics and quotation marks in case of an untitled event, as in \bibref{Lynn:2016wu}.
	
\end{optionslistNOT}
	
	Additionally, \biblatexmla supports the \mlafield{author}, \mlafield{editor}, \mlafield{namea}, \mlafield{nameb}, and \mlafield{namec} fields, modified with the \mlafield{authortype}, \mlafield{editortype}, \mlafield{nameatype}, \mlafield{namebtype}, and \mlafield{namectype} fields, attuned to localization keys such as the following:

	\begin{optionslistNOT}
	
		\optionitem{\mlafield{$<$x$>$type}}
		\begin{description}
			\item[|composer|] composer of a soundtrack
			\item[|director|] director of a work
			\item[|performer|] significant performers of a work
			\item[|producer|] producer of a work
		\end{description}

	\end{optionslistNOT}

\subsubsection*{\mlatype{@report}}
\newthis Report issued by an agency or organization. This entry type is an alias for \mlatype{@book}. See \bibref{ReadingRisk:vu}.

\subsubsection*{\mlatype{@software}}
\newnov Software, app, videogame, or similar digital experience. \parentref{software}{AngryBirds:2016vs}

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} company producing the software

	\optionitem{\mlafield{title}} title of the work
	
	\optionitem{\mlafield{version}} release version 
	
	\optionitem{\mlafield{maintitle}} enclosing app, as used in \bibref{VidaSystems:2020ua}.
	
	\optionitem{\mlafield{date}} release date of the version used
	
	\optionitem{\mlafield{eventdate}} date of access, if relevant

\end{optionslistNOT}

\subsubsection*{\mlatype{@unpublished}}
An unpublished paper, book, or similar material. See \bibref{Auden:wg}. \Biblatexmla supports the following fields typical to an unpublished entry:

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} author of the work
	
	\optionitem{\mlafield{title}} title of a short work (i.e., an essay or poem)
	
	\optionitem{\mlafield{subtitle}} subtitle of a short work
	
	\optionitem{\mlafield{booktitle}} title of a longer work (i.e., a book or play)
	
	\optionitem{\mlafield{booksubtitle}} subtitle of a longer work
	
	\optionitem{\mlafield{titleaddon}} description of untitled work
	
	\optionitem{\mlafield{note}} further information used to classify the collection; typeset before the \mlafield{type} field
	
	\optionitem{\mlafield{type}} form of the material. For example, some of the following strings are recognized:
	
	\begin{description}
		\item[\sty{manuscript}] printed as ``Manuscript'' or ``ms'' in English
		\item[\sty{transcript}] printed as ``Typescript'' or ``ts'' in English
	\end{description}
	
	For all other types not matching the above codes, \biblatexmla will print the \mlafield{type} field exactly as entered, respecting all existing capitalization
	
	\optionitem{\mlafield{entrysubtype}} \newthis special consideration for styling the title of the work or for indicating that a given title is just a description of the material consulted. The following strings are recognized:
	
	\begin{description}
		\item[\sty{untitled}] for untitled sources---e.g., a course lecture, as with \citeauthor{Ford:2016vm}'s entry in \secref{Ford:2016vm}.
		\item[\sty{book}] for titles that should be styled like a book's title, in italics
		\item[\sty{article}] for titles that should be styled like an article's title, in quotation marks
	\end{description}
	
	\Biblatexmla will further try to style the title to match any type listed in the \mlafield{entrysubtype} field.
	
	\optionitem{\mlafield{number}} identifying number (such as a call number, box, or folio reference) in a library or archive
	
	\optionitem{\mlafield{library}} library, archive, or other research institution holding the unpublished work
	
	\optionitem{\mlafield{location}} location of the \mlafield{library}
	
	\optionitem{\mlafield{addendum}} extra material printed at the end of an entry

\end{optionslistNOT}

\subsubsection*{\mlatype{@video}}
\newnov An online video, a recording of a television program, or some similar video that is part of some larger project or channel. See for instance \bibref{WhatIsMLA:2016:wq}. \Biblatexmla supports the following fields necessary for a video:

\begin{optionslistNOT}

	\optionitem{\mlafield{title}} title of the work
	
	\optionitem{\mlafield{subtitle}} subtitle of the work
	
	\optionitem{\mlafield{maintitle}} title of the enclosing work of which this video is part
	
	\optionitem{\mlafield{bookauthor}} author of the book on which the video is based
	
	\optionitem{\mlafield{version}} the version of a video
	
	\optionitem{\mlafield{season}} used especially to indicate the season of a television show
	
	\optionitem{\mlafield{number}} used especially to indicate the episode number of a television show
	
	\optionitem{\mlafield{publisher}} distributor
	
	\optionitem{\mlafield{origdate}} original date of release
	
	\optionitem{\mlafield{url}} the url address of an online video
	
	\optionitem{\mlafield{addendum}} When viewing a video via an app, name the app in the \mlafield{addendum} field. The app's name ought to be italicized in MLA style, but this should not be a concern: when using \mycode{style=mla} and following the app's unstyled name with the word ``app,'' as with \emph{Amazon Prime Video} in \bibref{NewNormal:2016:vi}, italics will automatically be applied.

\end{optionslistNOT}

Additionally, \biblatexmla supports the \mlafield{author}, \mlafield{editor}, \mlafield{namea}, \mlafield{nameb}, and \mlafield{namec} fields, modified with the \mlafield{authortype}, \mlafield{editortype}, \mlafield{nameatype}, \mlafield{namebtype}, and \mlafield{namectype} fields, attuned to the following localization keys:

\begin{optionslistNOT}
	
	\optionitem{\mlafield{$<$x$>$type}}
	\begin{description}
		\item[\sty{director}] director of a work
		\item[\sty{screenplay}] author of the screenplay
		\item[\sty{performer}] list of crucial performers
		\item[\sty{composer}] composer of a soundtrack
		\item[\sty{producer}] producer of a work
	\end{description}
	
Note that \biblatexmla will print the \mlafield{author} field before the \mlafield{title} (styled using the appropriate \mlafield{authortype} key) unless the field is empty or the \mycode{useauthor} option is false---at which point it will cascade to the \mlafield{editor} field, unless \emph{it} is undefined or the \mycode{useeditor} option is false. No other name fields will be printed before the title. Except for any printed before the title, these fields will be printed after the title in the following order: \mlafield{author}, \mlafield{editor}, \mlafield{namea}, \mlafield{nameb}, \mlafield{namec}.
	
\end{optionslistNOT}

%%%%%%%
\subsection{MLA-Style Containers}

\subsubsection*{\mlatype{@mlasource}}
\newthis In addition to these typical \biblatex-supported entry types, \biblatexmla 2.0 introduces support for defining entries using the containerized explanations of sources first described in the 8\superscript{th} edition of the \emph{MLA Handbook}. Because the non-author fields are defined to handle information literally, this kind of entry is in many ways inferior to the above semantically-defined entry types, which should handle punctuation in lists of editor names, strings like ``vol.'' and ``by,'', subtitle punctuation, and other matters. The user will need to keep output in mind as they define the metadata in the \bibtex file. \longerref{mlasource}{Benton:wd} All of these fields are optional, and they should only include information set out in the \emph{MLA Handbook}.

\begin{optionslistNOT}

	\optionitem{\mlafield{author}} the name of the person(s) who should be used as the label for a work.
	
	\optionitem{\mlafield{title}} title of the piece; subtitles and any necessary colons should be included within the \mlafield{title} field.
	
	\optionitem{\mlafield{titletype}} a string like \textbf{|complete|}, \textbf{|part|}, or \textbf{|unstyled|} determining how the source's \mlafield{title} gets printed. This field is typically unnecessary: \biblatexmla assumes |complete| if the source lacks a \mlafield{titlea} field, and it assumes |part| if the \mlafield{titlea} field is defined, styling the title in italics or in quotation marks, respectively. Setting this field overrides \biblatexmla{}'s logic.
	
	\optionitem{\mlafield{supplemental}} any supplemental information for the source.
	
	\optionitem{\mlafield{titlea}} the title of the first container; \biblatexmla will style \mlafield{titlea} in italics, but subtitles and any necessary colons should be included within the this field.
	
	\optionitem{\mlafield{contributora}} any necessary contributors to the first container.
	
	\optionitem{\mlafield{versiona}} the version or edition of the first container.
	
	\optionitem{\mlafield{numbera}} the number of the first container.
	
	\optionitem{\mlafield{publishera}} the publisher of the first container.
	
	\optionitem{\mlafield{datea}} the date associated with the first container.
	
	\optionitem{\mlafield{locationa}} the location of the first container.
	
	\optionitem{\mlafield{supplementala}} any supplemental information for the first container.
	
	\optionitem{\mlafield{titleb}} the title of the second container; \biblatexmla will style \mlafield{titleb} in italics, but subtitles and any necessary colons should be included within the this field.
	
	\optionitem{\mlafield{contributorb}} any necessary contributors to the second container.
	
	\optionitem{\mlafield{versionb}} the version or edition of the second container.
	
	\optionitem{\mlafield{numberb}} the number of the second container.
	
	\optionitem{\mlafield{publisherb}} the publisher of the second container.
	
	\optionitem{\mlafield{dateb}} the date associated with the second container.
	
	\optionitem{\mlafield{locationb}} the location of the second container.
	
	\optionitem{\mlafield{supplementalb}} any supplemental information for the second container.
	
	

\end{optionslistNOT}

%%%%%%%

\section{Sample \bibtex Entries and Works-Cited-List Output} % (fold)
\label{sec:sample_bibtex_entries_and_output}\label{mla:sec:samples}
\noindent{}The examples below demonstrate one way to achieve the output of Appendix 2, ``Works-Cited-List Entries by Publication Format,'' found in the 9th edition of the \emph{MLA Handbook}, but there is room for flexibility. One example of such flexibility can be seen below in the ordering of names in the \mlafield{author} and \mlafield{editor} fields, which may reasonably be entered as \{\texttt{Last, First}\} or \{\texttt{First Last}\}.

For presentation purposes, line breaks have been added and marked with an arrow (\textcolor{gray}{$\hookrightarrow$}). These line breaks and arrows should not be recreated in the \sty{.bib} file.
\subsection{Books} % (fold)
\label{sec:books}
\index{books|(}
\subsubsection{By One Author} % (fold)
\label{ssub:by_one_author}
\begin{refsection}
	\bibcitem{Davis:1998we}
	\bibcitem{Shen:Fu:2011vw}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_one_author (end)
\subsubsection{By Two Authors} % (fold)
\label{ssub:by_two_authors}
\index{books!multiple authors}
\begin{refsection}
	\bibcitem{Dorris:1999wo}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_two_authors (end)
\subsubsection{By More Than Two Authors} % (fold)
\label{ssub:by_more_than_two_authors}
\index{books!multiple authors}
\begin{refsection}
	\bibcitem{Charon:2017tw}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_more_than_two_authors (end)
\subsubsection{By an Unknown Author (Anonymous)} % (fold)
\label{ssub:by_an_unknown_author_anonymous}
\index{books!by an unknown author}
\begin{refsection}
	\bibcitem{Beowulf:2004th}
	\bibcitem{LazarillodeTormes:1554vl}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_an_unknown_author_anonymous (end)
\subsubsection{By an Organization (Corporate Author), Published by a Different Entity} % (fold)
\label{ssub:by_an_organization_corporate_author_published_by_a_different_entity}
\index{books!by an organization}
\begin{refsection}
	\bibcitem{United:Nations:1991vc}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_an_organization_corporate_author_published_by_a_different_entity (end)
\subsubsection{By an Organization That Wrote and Published the Work} % (fold)
\label{ssub:by_an_organization_that_wrote_and_published_the_work}
\index{books!by an organization}
\begin{refsection}
	\bibcitem{Adirondacks:1990tb}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_an_organization_that_wrote_and_published_the_work (end)
\subsubsection{Edited} % (fold)
\label{ssub:edited}
\index{books!edited}
\begin{refsection}
	\bibcitem{Baron:etal:2007tj}
	\bibcitem{Dunbar:2004tv}
	\bibcitem{Milton:1998ty}
	\bibcitem{Prado:2018vb}
	\printbibliography[heading=none]
\end{refsection}
% subsection edited (end)
\subsubsection{Translated} % (fold)
\label{ssub:translated}
\index{books!translated}\index{translation}
\begin{refsection}
	\bibcitem{Dostoevsky:1993wh}
	\bibcitem{Stendhal:2002ty}
	\printbibliography[heading=none]
\end{refsection}
% subsection translated (end)
\subsubsection{Edited and Translated by the Same Person} % (fold)
\label{ssub:edited_and_translated_by_the_same_person}
\index{books!edited}\index{books!translated}\index{translation}
\begin{refsection}
	\bibcitem{Freud:2005wb}
	\printbibliography[heading=none]
\end{refsection}
% subsection edited_and_translated_by_the_same_person (end)
\subsubsection{In a Language Other Than English} % (fold)
\label{ssub:in_a_language_other_than_english}
\begin{refsection}
This example's implementation of bidirectional text not ideal, and it may not be the recommended approach. Moreover, the fixed-width font used here is unable to display Arabic. Please see the \sty{.tex} file for definition of the \sty{textarabic} command, and consult the \sty{.bib} file for the full entry by Alexandra Chreiteh.
	\bibcitem{Chreiteh:2009aa}
	\bibcitem{Fallani:1971vv}
	\printbibliography[heading=none]
	% Full support for multiscript entries depends on \href{https://github.com/plk/biblatex/issues/416}{Biblatex issue 416}.
\end{refsection}
% subsection in_a_language_other_than_english (end)
\subsubsection{With Illustrations} % (fold)
\label{ssub:with_illustrations}
\begin{refsection}
	\bibcitem{Carroll:2006tm}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_illustrations (end)
\subsubsection{Published in a Numbered or Named Edition} % (fold)
\label{ssub:published_in_a_numbered_or_named_edition}
\begin{refsection}
	\bibcitem{Milkis:1994vv}
	\bibcitem{Wollstonecraft:2009uf}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_in_a_numbered_or_named_edition (end)
\subsubsection{In a Named Series} % (fold)
\label{ssub:in_a_named_series}
\begin{refsection}
	\bibcitem{Neruda:1991wq}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_named_series (end)
\subsubsection{With More Than One Publisher} % (fold)
\label{ssub:with_more_than_one_publisher}
\begin{refsection}
	\bibcitem{Tomlinson:2002tc}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_more_than_one_publisher (end)
\subsubsection{Self-Published} % (fold)
\label{ssub:self_published}
\begin{refsection}
	\bibcitem{Hocking:2010tz}
	\printbibliography[heading=none]
\end{refsection}
% subsection self_published (end)
\subsubsection{Published before 1900} % (fold)
\label{ssub:published_before_1900}
\begin{refsection}
	\bibcitem{Goethe:1875vw}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_before_1900 (end)
\subsubsection{Republished, with Original Publication Date Given in Middle Supplemental Element} % (fold)
\label{ssub:republished_with_original_publication_date_given_in_middle_supplemental_element}
\begin{refsection}
	\bibcitem{London:1990tn}
	\printbibliography[heading=none]
\end{refsection}
% subsection republished_with_original_publication_date_given_in_middle_supplemental_element (end)
\subsubsection{Comic Book or Graphic Narrative} % (fold)
\label{ssub:comic_book_or_graphic_narrative}
\begin{refsection}
	\bibcitem{Clowes:1998wp}
	\bibcitem{Waid:2005up}
	\printbibliography[heading=none]
\end{refsection}
% subsection comic_book_or_graphic_narrative (end)
\subsubsection{In a Multivolume Set} % (fold)
\label{sub:in_a_multivolume_set}
\myparagraph{Individually titled volume in an ongoing series} % (fold)
\label{ssub:individually_titled_volume_in_an_ongoing_series}
\begin{refsection}
	\bibcitem{Caro:2012wy}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection individually_titled_volume_in_an_ongoing_series (end)
\myparagraph{Individually titled and edited volume} % (fold)
\label{ssub:individually_titled_and_edited_volume}
\begin{refsection}
	\bibcitem{Howells:1968wo}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection individually_titled_and_edited_volume (end)
\myparagraph{All volumes of the multivolume set} % (fold)
\label{ssub:all_volumes_of_the_multivolume_set}
\begin{refsection}
	\bibcitem{Rampersad:2002va}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection all_volumes_of_the_multivolume_set (end)
\myparagraph{One volume without an individual title} % (fold)
\label{ssub:one_volume_without_an_individual_title}
\begin{refsection}
	\bibcitem{Wellek:1992ws}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection one_volume_without_an_individual_title (end)
% subsection in_a_multivolume_set (end)
\subsubsection{From Conference Proceedings} % (fold)
\label{sub:from_conference_proceedings}
\begin{refsection}
	\bibcitem{Chang:2000uv}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_conference_proceedings (end)
\subsubsection{Published in an E-Book Version} % (fold)
\label{sub:published_in_an_e_book_version}
\begin{refsection}
	\bibcitem{Handbook:2021aa}
	\bibcitem{OConnor:2009un}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_in_an_e_book_version (end)
\subsubsection{Published on a Website} % (fold)
\label{sub:published_on_a_website}
\begin{refsection}
	\bibcitem{Gikandi:2000vz}
	\bibcitem{Miller:2016vg}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_on_a_website (end)
\subsubsection{Published in an App} % (fold)
\label{sub:published_in_an_app_book}
\begin{refsection}
	\bibcitem{Bible:app:2016ab}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_in_an_app_book (end)
\subsubsection{Published in Audiobook Format} % (fold)
\label{sub:published_in_audiobook_format}
\begin{refsection}
	\bibcitem{Lee:2014vk}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_in_audiobook_format (end)
\index{books|)}
% section books (end)

\subsection{Contributions to Books} % (fold)
\label{sec:contributions_to_books}
\index{books, contributions to|(}
\subsubsection{Play} % (fold)
\label{sub:play}\index{books, contributions to!play}\index{plays}
\begin{refsection}
	\bibcitem{Euripides:1998tx}
	\printbibliography[heading=none]
\end{refsection}
% subsection play (end)
\subsubsection{Translation} % (fold)
\label{sub:translation}\index{translation}
\begin{refsection}
	\bibcitem{Fagih:2003uj}
	\printbibliography[heading=none]
\end{refsection}
% subsection translation (end)
\subsubsection{Poem} % (fold)
\label{sub:poem}
\begin{refsection}
	\bibcitem{Marvell:1979tp}
	\printbibliography[heading=none]
\end{refsection}
% subsection poem (end)
\subsubsection{Short Story} % (fold)
\label{sub:short_story}
\begin{refsection}
	\bibcitem{Poe:1902wd}
	\bibcitem{Hopi:1986wu}
	\printbibliography[heading=none]
\end{refsection}
% subsection short_story (end)
\subsubsection{Introduction, Preface, Foreword, or Afterword} % (fold)
\label{sub:introduction_preface_foreword_or_afterword}
\myparagraph{With a generic label in place of title} % (fold)
\label{ssub:with_a_generic_label_in_place_of_title}
\begin{refsection}
	\bibcitem{Felstiner:2001aa}
	\bibcitem{Gere:2021aa}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_a_generic_label_in_place_of_title (end)
\myparagraph{With a unique title} % (fold)
\label{ssub:with_a_unique_title}
\begin{refsection}
	\bibcitem{Seyhan:2008wz}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_a_unique_title (end)
\myparagraph{With a unique title and a generic label given as a supplemental element} % (fold)
\label{ssub:with_a_unique_title_and_a_generic_label_given_as_a_supplemental_element}
\begin{refsection}
	\bibcitem{Wallach:2000we}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_a_unique_title_and_a_generic_label_given_as_a_supplemental_element (end)
% subsection introduction_preface_foreword_or_afterword (end)
\subsubsection{Essay} % (fold)
\label{sub:essay}
\begin{refsection}
	\bibcitem{Dewar:2007wn}
	\printbibliography[heading=none]
\end{refsection}
% subsection essay (end)
\subsubsection{Republished Essay, with Original Publication Information} % (fold)
\label{sub:republished_essay_with_original_publication_information}
\begin{refsection}
	\bibcitem{Johnson:2014ty}
	\printbibliography[heading=none]
\end{refsection}
% subsection republished_essay_with_original_publication_information (end)
\subsubsection{Republished Work, with Original Publication Date} % (fold)
\label{sub:republished_work_with_original_publication_date}
\begin{refsection}
	\bibcitem{Franklin:1992vl}
	\printbibliography[heading=none]
\end{refsection}
% subsection republished_work_with_original_publication_date (end)
\index{books, contributions to|)}
% section contributions_to_books (end)

\subsection{Contributions to Scholarly Journals} % (fold)
\label{sec:contributions_to_scholarly_journals}
\subsubsection{With a Volume Number and Issue Number} % (fold)
\label{sub:with_a_volume_number_and_issue_number}
\begin{refsection}
	\bibcitem{Boggs:2016tp}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_volume_number_and_issue_number (end)
\subsubsection{With an Issue Number} % (fold)
\label{sub:with_an_issue_number}
\begin{refsection}
	\bibcitem{Kafka:2007tm}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_an_issue_number (end)
\subsubsection{With a Season} % (fold)
\label{sub:with_a_season}
\begin{refsection}
	\bibcitem{Belton:2008uo}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_season (end)
\subsubsection{By an Organization (Corporate Author)} % (fold)
\label{sub:by_an_organization_corporate_author}
\begin{refsection}
	\bibcitem{MLA:Ad:Hoc:2007tc}
	\printbibliography[heading=none]
\end{refsection}
% subsection by_an_organization_corporate_author (end)
\subsubsection{With a Translator} % (fold)
\label{sub:with_a_translator}\index{translation}
\begin{refsection}
	\bibcitem{Tibullus:2002ub}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_translator (end)
\subsubsection{In a Language Other Than English} % (fold)
\label{sub:in_a_language_other_than_english}
\begin{refsection}
	\bibcitem{Litvak:2006vi}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_language_other_than_english (end)
\subsubsection{In a Journal with More Than One Series} % (fold)
\label{sub:in_a_journal_with_more_than_one_series}
\begin{refsection}
	\bibcitem{Helmling:2006ug}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_journal_with_more_than_one_series (end)
\subsubsection{In a Special Issue of a Journal} % (fold)
\label{sub:in_a_special_issue_of_a_journal}
\begin{refsection}
	\bibcitem{Charney:2011wk}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_special_issue_of_a_journal (end)
\subsubsection{In a Database, with a DOI} % (fold)
\label{sub:in_a_database_with_a_doi}
\begin{refsection}
	\bibcitem{Bockelman:uu}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_database_with_a_doi (end)
\subsubsection{In a Database, with a Permalink} % (fold)
\label{sub:in_a_database_with_a_permalink}
\begin{refsection}
	\bibcitem{Goldman:2010wd}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_database_with_a_permalink (end)
\subsubsection{From an Online Journal} % (fold)
\label{sub:from_an_online_journal}\index{online!scholarly article}
\begin{refsection}
	\bibcitem{Alpert:Abrams:2016wb}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_an_online_journal (end)
\subsubsection{PDF of an Online Journal Article} % (fold)
\label{sub:pdf_of_an_online_journal_article}\index{online!scholarly article}
\begin{refsection}
	\bibcitem{Fisher:vu}
	\printbibliography[heading=none]
\end{refsection}
% subsection pdf_of_an_online_journal_article (end)
\subsubsection{Supplementary Data for an Online Journal Article} % (fold)
\label{sub:supplementary_data_for_an_online_journal_article}\index{online!supplementary data}
\begin{refsection}
	\bibcitem{Moskowitz:2021uw}
	\printbibliography[heading=none]
\end{refsection}
% subsection supplementary_data_for_an_online_journal_article (end)
\subsubsection{Published Online ahead of Print} % (fold)
\label{sub:published_online_ahead_of_print}\index{online!preprint}
\begin{refsection}
	\bibcitem{Erhardt:2020wl}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_online_ahead_of_print (end)
\subsubsection{Entire Special Issues of Journals} % (fold)
\label{sub:entire_special_issues_of_journals}
\begin{refsection}
	\bibcitem{AppiahGates:1992uw}
	\printbibliography[heading=none]
\end{refsection}
% subsection entire_special_issues_of_journals (end)
% section contributions_to_scholarly_journals (end)

\subsection{Contributions to News Publications} % (fold)
\label{sec:contributions_to_news_publications}
\subsubsection{Opinion or Editorial} % (fold)
\label{sub:opinion_or_editorial}
\begin{refsection}
	\bibcitem{Editorial:Board:vc}
	\bibcitem{Gergen:un}
	\printbibliography[heading=none]
\end{refsection}
% subsection opinion_or_editorial (end)
\subsubsection{Reported by a News Service} % (fold)
\label{sub:reported_by_a_news_service}
\begin{refsection}
	\bibcitem{Evacuation:wj}
	\printbibliography[heading=none]
\end{refsection}
% subsection reported_by_a_news_service (end)
\subsubsection{One-Page Article} % (fold)
\label{sub:one_page_article}
\begin{refsection}
	\bibcitem{Magra:ws}
	\bibcitem{Perrier:vv}
	\bibcitem{Soloski:wi}
	\printbibliography[heading=none]
\end{refsection}
% subsection one_page_article (end)
\subsubsection{Consecutively Paginated Article} % (fold)
\label{sub:consecutively_paginated_article}
\begin{refsection}
	\bibcitem{Sharpe:wa}
	\printbibliography[heading=none]
\end{refsection}
% subsection consecutively_paginated_article (end)
\subsubsection{Nonconsecutively Paginated Article} % (fold)
\label{sub:nonconsecutively_paginated_article}
\begin{refsection}
	\bibcitem{Haughney:ty}
	\printbibliography[heading=none]
\end{refsection}
% subsection nonconsecutively_paginated_article (end)
\subsubsection{Published Online, without Page Numbers} % (fold)
\label{sub:published_online_without_page_numbers}\index{online!without page numbers}
\begin{refsection}
	\bibcitem{Parker:Pope:wm}
	\bibcitem{Tribble:tc}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_online_without_page_numbers (end)
\subsubsection{With City of Publication Given} % (fold)
\label{sub:with_city_of_publication_given}
\begin{refsection}
	\bibcitem{Alaton:tc}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_city_of_publication_given (end)
\subsubsection{In a Series} % (fold)
\label{sub:in_a_series}
\begin{refsection}
	\bibcitem{Glatter:wx}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_series (end)
% section contributions_to_news_publications (end)

\subsection{Contributions to Magazines} % (fold)
\label{sec:contributions_to_magazines}
\subsubsection{With No Season, Volume Number, or Issue Number} % (fold)
\label{sub:with_no_season_volume_number_or_issue_number}
\begin{refsection}
	\bibcitem{Deresiewicz:un}
	\bibcitem{Giant:ta}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_no_season_volume_number_or_issue_number (end)
\subsubsection{With Season, Volume Number, and Issue Number} % (fold)
\label{sub:with_season_volume_number_and_issue_number}
\begin{refsection}
	\bibcitem{Riis:2017vi}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_season_volume_number_and_issue_number (end)
% section contributions_to_magazines (end)

\subsection{Reviews} % (fold)
\label{sec:reviews}
\subsubsection{Titled and Signed (by an Author)} % (fold)
\label{sub:titled_and_signed_by_an_author}
\begin{refsection}
	\bibcitem{Tommasini:tm}
	\printbibliography[heading=none]
\end{refsection}
% subsection titled_and_signed_by_an_author (end)
\subsubsection{Untitled and Signed (by an Author)} % (fold)
\label{sub:untitled_and_signed_by_an_author}
\begin{refsection}
	\bibcitem{Rohrbaugh:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection untitled_and_signed_by_an_author (end)
\subsubsection{Titled and Unsigned (Anonymous)} % (fold)
\label{sub:titled_and_unsigned_anonymous}
\begin{refsection}
	\bibcitem{Racial:vh}
	\printbibliography[heading=none]
\end{refsection}
% subsection titled_and_unsigned_anonymous (end)
\subsubsection{Untitled and Unsigned (Anonymous)} % (fold)
\label{sub:untitled_and_unsigned_anonymous}
\begin{refsection}
	\bibcitem{YouWill:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection untitled_and_unsigned_anonymous (end)
% section reviews (end)

\subsection{Websites} % (fold)
\label{sec:websites}
\subsubsection{Digital Monograph with Author and Publisher} % (fold)
\label{sub:digital_monograph_with_author_and_publisher}
\begin{refsection}
	\bibcitem{Bauch:tb}
	\printbibliography[heading=none]
\end{refsection}
% subsection digital_monograph_with_author_and_publisher (end)
\subsubsection{Site with Editors and No Publisher} % (fold)
\label{sub:site_with_editors_and_no_publisher}
\begin{refsection}
	\bibcitem{BlakeArchive:uh}
	\bibcitem{VisualizingEmancipation:uf}
	\printbibliography[heading=none]
\end{refsection}
% subsection site_with_editors_and_no_publisher (end)
\subsubsection{Site with Editors and a Publisher} % (fold)
\label{sub:site_with_editors_and_a_publisher}
\begin{refsection}
	\bibcitem{PiersPEA:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection site_with_editors_and_a_publisher (end)
\subsubsection{Site Written and Published by an Organization} % (fold)
\label{sub:site_written_and_published_by_an_organization}
\begin{refsection}
	\bibcitem{Folgerpedia:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection site_written_and_published_by_an_organization (end)
\subsubsection{Jointly Published Site} % (fold)
\label{sub:jointly_published_site}
\begin{refsection}
	\bibcitem{Manifold:aa}
	Here's the citation to it \autocite{Manifold:aa}.
	\printbibliography[heading=none]
\end{refsection}
% subsection jointly_published_site (end)
% section websites (end)

\subsection{Works Contained on a Website} % (fold)
\label{sec:works_contained_on_a_website}
\subsubsection{From a Book} % (fold)
\label{sub:from_a_book}
\begin{refsection}
	\bibcitem{Poe:1902aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_book (end)
\subsubsection{From a Book, Contained in a Database} % (fold)
\label{sub:from_a_book_contained_in_a_database}
\begin{refsection}
	\bibcitem{Toorn:2017ti}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_book_contained_in_a_database (end)
\subsubsection{From a Scholarly Journal, Published Online} % (fold)
\label{sub:from_a_scholarly_journal_published_online}\index{online!scholarly article}
\begin{refsection}
	\bibcitem{Fisek:te}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_scholarly_journal_published_online (end)
\subsubsection{From a Scholarly Journal, Published in a Database} % (fold)
\label{sub:from_a_scholarly_journal_published_in_a_database}
\myparagraph{Originally published online} % (fold)
\label{ssub:originally_published_online}\index{online!scholarly article}
\begin{refsection}
	\bibcitem{Chan:uj}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection originally_published_online (end)
\myparagraph{Originally published in print} % (fold)
\label{ssub:originally_published_in_print}
\begin{refsection}
	\bibcitem{Goldman:2010uv}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection originally_published_in_print (end)
% subsection from_a_scholarly_journal_published_in_a_database (end)
\subsubsection{With Supplementary Material or Data Set} % (fold)
\label{sub:with_supplementary_material_or_data_set}
\myparagraph{Published separately} % (fold)
\label{ssub:published_separately}
\begin{refsection}
	\bibcitem{ReplicationNonDemocratic:ws}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection published_separately (end)
\myparagraph{Published alongside the work} % (fold)
\label{ssub:published_alongside_the_work}
\begin{refsection}
	\bibcitem{Moskowitz:2021uw}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection published_alongside_the_work (end)
% subsection with_supplementary_material_or_data_set (end)
\subsubsection{From a News Publication} % (fold)
\label{sub:from_a_news_publication}
\begin{refsection}
	\bibcitem{Parker:Pope:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_news_publication (end)
\subsubsection{From a Magazine} % (fold)
\label{sub:from_a_magazine}
\begin{refsection}
	\bibcitem{Chou:vq}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_magazine (end)
\subsubsection{From a Blog} % (fold)
\label{sub:from_a_blog}
\begin{refsection}
	\bibcitem{Hayes:vy}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_blog (end)
\subsubsection{From the Comment Section} % (fold)
\label{sub:from_the_comment_section}
\begin{refsection}
	\bibcitem{Max:the:Pen:ve}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_the_comment_section (end)
\subsubsection{From a Discussion List} % (fold)
\label{sub:from_a_discussion_list}
\begin{refsection}
	\bibcitem{Grooms:tx}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_discussion_list (end)
\subsubsection{On Social Media} % (fold)
\label{sub:on_social_media}
\begin{refsection}
	\bibcitem{Chaucer:Doth:Tweet:tx}
	\bibcitem{Lilly:ui}
	\bibcitem{MacLeod:wm}
	\bibcitem{Modern:Language:Association:ub}
	\bibcitem{Ng:wg}
	\bibcitem{Thomas:vq}
	\bibcitem{World:Wildlife:Fund:vz}
	\printbibliography[heading=none]
\end{refsection}
% subsection on_social_media (end)
\subsubsection{On a Repository or Preprint Server} % (fold)
\label{sub:on_a_repository_or_preprint_server}
\begin{refsection}
	\bibcitem{Wang:wj}
	\bibcitem{Werner:vh}
	\printbibliography[heading=none]
\end{refsection}
% subsection on_a_repository_or_preprint_server (end)
\subsubsection{Work with No Publication Date} % (fold)
\label{sub:work_with_no_publication_date}
\begin{refsection}
	\bibcitem{Beaton:vx}
	\printbibliography[heading=none]
\end{refsection}
% subsection work_with_no_publication_date (end)
% section works_contained_on_a_website (end)

\subsection{Entries in Reference Works} % (fold)
\label{sec:entries_in_reference_works}
\subsubsection{Unsigned (Anonymous)} % (fold)
\label{sub:unsigned_anonymous}
\begin{refsection}
	\bibcitem{Patanjali:1996wu}
	\printbibliography[heading=none]
\end{refsection}
% subsection unsigned_anonymous (end)
\subsubsection{Signed (by an Author)} % (fold)
\label{sub:signed_by_an_author}
\begin{refsection}
	\bibcitem{Botterill:2004tx}
	\printbibliography[heading=none]
\end{refsection}
% subsection signed_by_an_author (end)
\subsubsection{From a Dictionary} % (fold)
\label{sub:from_a_dictionary}
\begin{refsection}
	\bibcitem{Content:2020tl}
	\bibcitem{Content:2003ug}
	\bibcitem{Emoticon:2003ur}
	\bibcitem{Emoticon:2018ws}
	\bibcitem{Heavy:2018ty}
	\printbibliography[heading=none]
\end{refsection}
% subsection from_a_dictionary (end)
% section entries_in_reference_works (end)

\subsection{Films and Videos} % (fold)
\label{sec:films_and_videos}
\subsubsection{With One Publisher} % (fold)
\label{sub:with_one_publisher}
\begin{refsection}
	\bibcitem{OpeningNight:tf}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_one_publisher (end)
\subsubsection{With Copublishers} % (fold)
\label{sub:with_copublishers}
\begin{refsection}
	\bibcitem{Sairat:vz}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_copublishers (end)
\subsubsection{Foreign Language Film with Original Title Given Optionally} % (fold)
\label{sub:foreign_language_film_with_original_title_given_optionally}
\begin{refsection}
	\bibcitem{LikeWater:1993:og}
	\printbibliography[heading=none]
\end{refsection}
% subsection foreign_language_film_with_original_title_given_optionally (end)
\subsubsection{With Original Release Date Given as Supplemental Element} % (fold)
\label{sub:with_original_release_date_given_as_supplemental_element}
\begin{refsection}
	\bibcitem{BladeRunner::1992tx}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_original_release_date_given_as_supplemental_element (end)
\subsubsection{Viewed through an App} % (fold)
\label{sub:film_viewed_through_an_app}
\begin{refsection}
	\bibcitem{ET:1982:vj}
	\printbibliography[heading=none]
\end{refsection}
% subsection film_viewed_through_an_app (end)
\subsubsection{Uploaded to a Sharing Site} % (fold)
\label{sub:uploaded_to_a_sharing_site}
\begin{refsection}
	\bibcitem{WhatIsMLA:2016:wq}
	\printbibliography[heading=none]
\end{refsection}
% subsection uploaded_to_a_sharing_site (end)
% section films_and_videos (end)
\subsection{Television Episodes} % (fold)
\label{sec:television_episodes}
\subsubsection{Viewed as a Television Broadcast} % (fold)
\label{sub:viewed_as_a_television_broadcast}
\begin{refsection}
	\bibcitem{Hush:1999:vi}
	\printbibliography[heading=none]
\end{refsection}
% subsection viewed_as_a_television_broadcast (end)
\subsubsection{Viewed on a Website} % (fold)
\label{sub:tv_viewed_on_a_website}
\begin{refsection}
	\bibcitem{IBorg:1992:wz}
	\printbibliography[heading=none]
\end{refsection}
% subsection tv_viewed_on_a_website (end)
\subsubsection{Viewed on Physical Media} % (fold)
\label{sub:tv_viewed_on_physical_media}
\begin{refsection}
	\bibcitem{Hush:1999:vg}
	\printbibliography[heading=none]
\end{refsection}
% subsection tv_viewed_on_physical_media (end)
\subsubsection{Viewed through an App} % (fold)
\label{sub:tv_viewed_through_an_app}
\begin{refsection}
	\bibcitem{NewNormal:2016:vi}
	\printbibliography[heading=none]
\end{refsection}
% subsection tv_viewed_through_an_app (end)
\subsubsection{Without an Episode Title} % (fold)
\label{sub:without_an_episode_title}
\begin{refsection}
	\bibcitem{Fleabag:2019:tq}
	\bibcitem{Jeopardy:2019:td}
	\bibcitem{SaturdayNight:2019:vu}
	\printbibliography[heading=none]
\end{refsection}
% subsection without_an_episode_title (end)
% section television_episodes (end)

\subsection{Audiovisual Works} % (fold)
\label{sec:audiovisual_works}
\subsubsection{Audiobook} % (fold)
\label{sub:audiobook}
\begin{refsection}
	\bibcitem{Lee:2014aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection audiobook (end)
\subsubsection{Musical Recording} % (fold)
\label{sub:musical_recording}
\myparagraph{Album} % (fold)
\label{ssub:album}
Either set a |booktitle| with no |title|, or set |title| with  |entrysubtype={album}|.
\begin{refsection}
	\bibcitem{Beatles:aa}
	\bibcitem{SigurRos:vq}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection album (end)
\myparagraph{Song} % (fold)
\label{ssub:song}
\begin{refsection}
	\bibcitem{Beyonce:ta}
	\bibcitem{Lopez:tu}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection song (end)
\myparagraph{With medium of publication given in final supplemental element} % (fold)
\label{ssub:with_medium_of_publication_given_in_final_supplemental_element}
\begin{refsection}
	\bibcitem{Schubert:wm}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_medium_of_publication_given_in_final_supplemental_element (end)
\myparagraph{With original recording date given in middle supplemental element} % (fold)
\label{ssub:with_original_recording_date_given_in_middle_supplemental_element}
\begin{refsection}
	\bibcitem{Beethoven:ui}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_original_recording_date_given_in_middle_supplemental_element (end)
% subsection musical_recording (end)
\subsubsection{Literary Reading, Spoken-Word Recording, or Podcast} % (fold)
\label{sub:literary_reading_spoken_word_recording_or_podcast}
\myparagraph{With the same author and narrator} % (fold)
\label{ssub:with_the_same_author_and_narrator}
\begin{refsection}
	\bibcitem{Li:ty}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_the_same_author_and_narrator (end)
\myparagraph{With a different author and narrator} % (fold)
\label{ssub:with_a_different_author_and_narrator}
\begin{refsection}
	\bibcitem{Chaucer:uf}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_a_different_author_and_narrator (end)
\myparagraph{With podcast specified as the version} % (fold)
\label{ssub:with_podcast_specified_as_the_version}
% subsubsection with_podcast_specified_as_the_version (end)
\begin{refsection}
	\bibcitem{YiyunLiReads:ub}
	\printbibliography[heading=none]
\end{refsection}
% subsection literary_reading_spoken_word_recording_or_podcast (end)
\subsubsection{Live Radio Broadcast} % (fold)
\label{sub:live_radio_broadcast}
\begin{refsection}
	\bibcitem{PoeMusic:wi}
	\printbibliography[heading=none]
\end{refsection}
% subsection live_radio_broadcast (end)
\subsubsection{Art Exhibition} % (fold)
\label{sub:art_exhibition}
\begin{refsection}
	\bibcitem{Cave:wf}
	\bibcitem{Unbound:wy}
	\printbibliography[heading=none]
\end{refsection}
% subsection art_exhibition (end)
\subsubsection{Sculpture or Other Object} % (fold)
\label{sub:sculpture_or_other_object}
\myparagraph{With format given in final supplemental element} % (fold)
\label{ssub:with_format_given_in_final_supplemental_element}
\begin{refsection}
	\bibcitem{Rodin:uj}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection with_format_given_in_final_supplemental_element (end)
\myparagraph{Untitled} % (fold)
\label{ssub:untitled_sculpture}
\begin{refsection}
	\bibcitem{JarWithSerpent:xv}
	\bibcitem{Mackintosh:wj}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection untitled_sculpture (end)
% subsection sculpture_or_other_object (end)
\subsubsection{Painting} % (fold)
\label{sub:painting}
\myparagraph{Viewed firsthand} % (fold)
\label{ssub:painting_viewed_firsthand}
\begin{refsection}
	\bibcitem{Bearden:vp}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection painting_viewed_firsthand (end)
\myparagraph{Viewed online} % (fold)
\label{ssub:painting_viewed_online}\index{online!artwork}
\begin{refsection}\citereset
	\bibcitem{Bearden:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection painting_viewed_online (end)
\myparagraph{Viewed in a book} % (fold)
\label{ssub:painting_viewed_in_a_book}
\begin{refsection}\citereset
	\bibcitem{Velazquez:2016ud}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection painting_viewed_in_a_book (end)
% subsection painting (end)
\subsubsection{Photograph} % (fold)
\label{sub:photograph}
\myparagraph{Viewed firsthand} % (fold)
\label{ssub:photo_viewed_firsthand}
\begin{refsection}
	\bibcitem{Cameron:wo}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection photo_viewed_firsthand (end)
\myparagraph{Viewed online} % (fold)
\label{ssub:photo_viewed_online}\index{online!artwork}
\begin{refsection}
	\bibcitem{Sheldon:tr}
	\bibinclude{sheldon2014}% platypus - Something's messed up with this entry
	\bibcitem{Silver:tj}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection photo_viewed_online (end)
% subsection photograph (end)
\subsubsection{Illustrated Work or Cartoon} % (fold)
\label{sub:illustrated_work_or_cartoon}
\begin{refsection}
	\bibcitem{Beaton:vx}
	\bibcitem{Karasik:vt}
	\bibcitem{Trudeau:tx}
	\printbibliography[heading=none]
\end{refsection}
% subsection illustrated_work_or_cartoon (end)
\subsubsection{Slides} % (fold)
\label{sub:slides}
\begin{refsection}
	\bibcitem{Benton:wd}
	\bibcitem{Monet:ug}
	\bibcitem{SlideLinus:wh}
	\printbibliography[heading=none]
\end{refsection}
% subsection slides (end)
% section audiovisual_works (end)

\subsection{Text Accompanying Audio and Visual Works} % (fold)
\label{sec:text_accompanying_audio_and_visual_works}
\subsubsection{ Accompanying Audio Works (Including Liner Notes)} % (fold)
\label{sub:_accompanying_audio_works_including_liner_notes}
\begin{refsection}
	\bibcitem{Beyonce:2013ta}
	\printbibliography[heading=none]
\end{refsection}
\myparagraph{Titled, with format given in final supplemental element} % (fold)
\label{ssub:titled_with_format_given_in_final_supplemental_element}
\begin{refsection}
	\bibcitem{Clapton:1990va}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection titled_with_format_given_in_final_supplemental_element (end)
\myparagraph{Untitled} % (fold)
\label{ssub:untitled}
\begin{refsection}
	\bibcitem{Race:1959aa}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection untitled (end)
\myparagraph{Undated} % (fold)
\label{ssub:undated}
\begin{refsection}
	\bibcitem{Lewiston:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection undated (end)
\myparagraph{Unsigned (anonymous)} % (fold)
\label{ssub:unsigned_anonymous}
\begin{refsection}
	\bibcitem{anon:1994ti}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection unsigned_anonymous (end)
% subsection _accompanying_audio_works_including_liner_notes (end)
\subsubsection{Museum Wall Text} % (fold)
\label{sub:museum_wall_text}
\begin{refsection}
	\bibcitem{textWarrior:2016wb}
	\bibcitem{textJarSerpent:tm}
	\printbibliography[heading=none]
\end{refsection}
% subsection museum_wall_text (end)
% section text_accompanying_audio_and_visual_works (end)

\subsection{Librettos and Musical Scores} % (fold)
\label{sec:librettos_and_musical_scores}
\begin{refsection}
	\bibcitem{Clyne:2012td}
	\bibcitem{Oakes:2004wa}
	\printbibliography[heading=none]
\end{refsection}
% section librettos_and_musical_scores (end)

\subsection{Performances} % (fold)
\label{sec:performances}
\subsubsection{Play} % (fold)
\label{sub:play_performance}
\begin{refsection}
	\bibcitem{Shaw:2006vz}
	\printbibliography[heading=none]
\end{refsection}
% subsection play_performance (end)
\subsubsection{Concert} % (fold)
\label{sub:concert}
\begin{refsection}
	\bibcitem{Beyonce:2016vj}
	\bibcitem{Lynn:2016wu}
	\bibcitem{SingMe:2019vl}
	\printbibliography[heading=none]
\end{refsection}
% subsection concert (end)
\subsubsection{Dance} % (fold)
\label{sub:dance}
\begin{refsection}
	\bibcitem{Brown:2019uj}
	\printbibliography[heading=none]
\end{refsection}
% subsection dance (end)
\subsubsection{Performance Art} % (fold)
\label{sub:performance_art}
\begin{refsection}
	\bibcitem{Alys:2002un}
	\printbibliography[heading=none]
\end{refsection}
% subsection performance_art (end)

% section performances (end)

\subsection{Live Presentations (Lectures, Talks, Conference Presentations, and Speeches)} % (fold)
\label{sec:live_presentations_lectures_talks_conference_presentations_and_speeches}
\begin{refsection}
	\bibcitem{Atwood:1993tp}
	\bibcitem{Ford:2016vm}
	\printbibliography[heading=none]
\end{refsection}
\subsubsection{Video Recording of Live Presentation} % (fold)
\label{sub:video_recording_of_live_presentation}
\begin{refsection}
	\bibcitem{Allende:2007vc}
	\printbibliography[heading=none]
\end{refsection}
% subsection video_recording_of_live_presentation (end)
\subsubsection{Transcript or Captioning of Live Presentation Accompanying Video Recording} % (fold)
\label{sub:transcript_or_captioning_of_live_presentation_accompanying_video_recording}
\citereset
\begin{refsection}
	\bibcitem{Allende:2007bw}
	\printbibliography[heading=none]
\end{refsection}
% subsection transcript_or_captioning_of_live_presentation_accompanying_video_recording (end)
\subsubsection{Transcript of Live Presentation Published without Accompanying Audio or Video} % (fold)
\label{sub:transcript_of_live_presentation_published_without_accompanying_audio_or_video}
\begin{refsection}
	\bibcitem{Scholes:2005uk}
	\printbibliography[heading=none]
\end{refsection}
% subsection transcript_of_live_presentation_published_without_accompanying_audio_or_video (end)
% section live_presentations_lectures_talks_conference_presentations_and_speeches (end)

\subsection{Interviews} % (fold)
\label{sec:interviews}\index{interview|(}
\subsubsection{Interviewer’s Name Not Given} % (fold)
\label{sub:interviewer_s_name_not_given}
\begin{refsection}
	\bibcitem{Nguyen:un}
	\printbibliography[heading=none]
\end{refsection}
% subsection interviewer_s_name_not_given (end)
\subsubsection{Interviewer’s Name Given} % (fold)
\label{sub:interviewer_s_name_given}
\begin{refsection}
	\bibcitem{Bacon:2016aa}
	\bibcitem{SaroWiwa:2001wt}
	\printbibliography[heading=none]
\end{refsection}
% subsection interviewer_s_name_given (end)
\subsubsection{Unpublished} % (fold)
\label{sub:unpublished_interview}\index{unpublished}
\begin{refsection}
	\bibcitem{Salter:uc}
	\bibcitem{Wexler:wj}
	\printbibliography[heading=none]
\end{refsection}
% subsection unpublished_interview (end)
\index{interview|)}
% section interviews (end)

\subsection{Personal Communications} % (fold)
\label{sec:personal_communications}
\begin{refsection}
	\bibcitem{Santiago:to}
	\printbibliography[heading=none]
\end{refsection}
% section personal_communications (end)

\subsection{Letters} % (fold)
\label{sec:letters}
\subsubsection{Published} % (fold)
\label{sub:published}
\myparagraph{In a book} % (fold)
\label{ssub:in_a_book}
\begin{refsection}
	\bibcitem{Woolf:1976wl}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection in_a_book (end)
\myparagraph{To the editor, published in a news publication} % (fold)
\label{ssub:to_the_editor_published_in_a_news_publication}
\begin{refsection}
	\bibcitem{Malone:vp}
	\bibcitem{Schlesinger:wm}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection to_the_editor_published_in_a_news_publication (end)
% subsection published (end)
\subsubsection{Unpublished} % (fold)
\label{sub:unpublished_news}
\myparagraph{In a personal collection} % (fold)
\label{ssub:in_a_personal_collection}
\begin{refsection}
	\bibcitem{Apfelbaum:un}
	\bibcitem{Murrow:vv}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection in_a_personal_collection (end)
\myparagraph{In an archive} % (fold)
\label{ssub:in_an_archive}
\begin{refsection}
	\bibcitem{Benton:ve}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection in_an_archive (end)
% subsection unpublished_news (end)
% section letters (end)

\subsection{E-mails and Text Messages} % (fold)
\label{sec:e_mails_and_text_messages}
\begin{refsection}
	\bibcitem{Elahi:vi}
	\bibcitem{Lemuelson:uu}
	\bibcitem{Pierson:vf}
	\bibcitem{Zamora:ui}
	\printbibliography[heading=none]
\end{refsection}
% section e_mails_and_text_messages (end)

\subsection{E-mail Newsletters} % (fold)
\label{sec:e_mail_newsletters}
\begin{refsection}
	\bibcitem{MemberSuccess:ws}
	\printbibliography[heading=none]
\end{refsection}
% section e_mail_newsletters (end)

\subsection{Press Releases} % (fold)
\label{sec:press_releases}
\begin{refsection}
	\bibcitem{splcJoins:ws}
	\printbibliography[heading=none]
\end{refsection}
% section press_releases (end)

\subsection{Advertisements} % (fold)
\label{sec:advertisements}
\subsubsection{Filmed Commercial} % (fold)
\label{sub:filmed_commercial}
\begin{refsection}
	\bibcitem{AirCanada:us}
	\printbibliography[heading=none]
\end{refsection}
% subsection filmed_commercial (end)
\subsubsection{Print Advertisement} % (fold)
\label{sub:print_advertisement}
\begin{refsection}
	\bibcitem{AdUpton:vl}
	\printbibliography[heading=none]
\end{refsection}
% subsection print_advertisement (end)
\subsubsection{Billboard} % (fold)
\label{sub:billboard}
\begin{refsection}
	\bibcitem{AdSchool:tv}
	\printbibliography[heading=none]
\end{refsection}
% subsection billboard (end)
\subsubsection{Digital Advertisement} % (fold)
\label{sub:digital_advertisement}
\begin{refsection}
	\bibcitem{AdNewYorker:ty}
	\printbibliography[heading=none]
\end{refsection}
% subsection digital_advertisement (end)
% section advertisements (end)

\subsection{Reports} % (fold)
\label{sec:reports}
\subsubsection{Written and Published by the Same Organization} % (fold)
\label{sub:written_and_published_by_the_same_organization}
\begin{refsection}
	\bibcitem{ReadingRisk:vu}
	\printbibliography[heading=none]
\end{refsection}
% subsection written_and_published_by_the_same_organization (end)
\subsubsection{With a Different Author and Publisher} % (fold)
\label{sub:with_a_different_author_and_publisher}
\begin{refsection}
	\bibcitem{Powell:wl}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_different_author_and_publisher (end)
\subsubsection{Executive Summary} % (fold)
\label{sub:executive_summary}
\begin{refsection}
	\bibcitem{ExecutiveSummary:we}
	\printbibliography[heading=none]
\end{refsection}
% subsection executive_summary (end)
% section reports (end)

\subsection{Scripture} % (fold)
\label{sec:scripture}
\subsubsection{With a General Editor} % (fold)
\label{sub:with_a_general_editor}
\begin{refsection}
	\bibcitem{NJBible:1985va}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_general_editor (end)
\subsubsection{With a Translator Specified} % (fold)
\label{sub:with_a_translator_specified}
\begin{refsection}
	\bibcitem{Quran:2015uz}
	\printbibliography[heading=none]
\end{refsection}
% subsection with_a_translator_specified (end)
\subsubsection{In a Named Version} % (fold)
\label{sub:in_a_named_version}
\begin{refsection}
	\bibcitem{KJVBible:1998wf}
	\bibcitem{DRABible:1899wf}
	\printbibliography[heading=none]
\end{refsection}
% subsection in_a_named_version (end)
\subsubsection{Published in an App} % (fold)
\label{sub:published_in_an_app_script}
\begin{refsection}
	\bibcitem{TecartaBible:wf}
	\printbibliography[heading=none]
\end{refsection}
% subsection published_in_an_app_script (end)
% section scripture (end)

\subsection{Dissertations and Theses} % (fold)
\label{sec:dissertations_and_theses}
\begin{refsection}
	\AtNextBibliography{\renewbibmacro*{bbx:savehash}{}}
	\bibcitem{Njus:2010vc}
	\bibcitem{Njus:2010aa}
	\printbibliography[heading=none]
\end{refsection}
% \AtNextBibliography{\renewbibmacro*{bbx:savehash}{\savefield{fullhash}{\bbx@lasthash}}}
% section dissertations_and_theses (end)

\subsection{Brochures and Pamphlets} % (fold)
\label{sec:brochures_and_pamphlets}
\begin{refsection}
	\bibcitem{Language:vu}
	\bibcitem{WashingtonDC:2000ti}
	\printbibliography[heading=none]
\end{refsection}
% section brochures_and_pamphlets (end)

\subsection{Maps, Charts, and Tables} % (fold)
\label{sec:maps_charts_and_tables}
\begin{refsection}
	\bibcitem{JapaneseFundamentals:wy}
	\bibcitem{Michigan:wk}
	\bibcitem{TableCCCXI:vi}
	\bibcitem{WesternBoundaries:vc}
	\printbibliography[heading=none]
\end{refsection}
% section maps_charts_and_tables (end)

\subsection{Unpublished Works} % (fold)
\label{sec:unpublished_works}
\subsubsection{Letter, Memo, or Other Written Communication} % (fold)
\label{sub:letter_memo_or_other_written_communication}
\begin{refsection}
	\bibcitem{Benton:ve}
	\bibcitem{Cahill:wq}
	\bibcitem{Murrow:vv}
	\printbibliography[heading=none]
\end{refsection}
% subsection letter_memo_or_other_written_communication (end)
\subsubsection{Interview} % (fold)
\label{sub:interview}
\begin{refsection}
	\bibcitem{Sternberg:ta}
	\printbibliography[heading=none]
\end{refsection}
% subsection interview (end)
\subsubsection{Forthcoming Work} % (fold)
\label{sub:forthcoming_work}
\begin{refsection}
	\bibcitem{Jespersen:wd}
	\printbibliography[heading=none]
\end{refsection}
% subsection forthcoming_work (end)
\subsubsection{Essay Manuscript} % (fold)
\label{sub:essay_manuscript}
\begin{refsection}
	\bibcitem{Moskowitz:wb}
	\printbibliography[heading=none]
\end{refsection}
% subsection essay_manuscript (end)
\subsubsection{Book Manuscript} % (fold)
\label{sub:book_manuscript}
\begin{refsection}
	\bibcitem{Jones:vh}
	\printbibliography[heading=none]
\end{refsection}
% subsection book_manuscript (end)
\subsubsection{Manuscript in an Archive} % (fold)
\label{sub:manuscript_in_an_archive}
\begin{refsection}
	\bibcitem{Auden:wg}
	\bibcitem{Benton:ve}
	\bibcitem{Dickinson:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsection manuscript_in_an_archive (end)
\subsubsection{Classroom Materials} % (fold)
\label{sub:classroom_materials}
\subsubsection{Syllabus} % (fold)
\label{sub:syllabus}
\begin{refsection}
	\bibcitem{SocialNetworking:vj}
	\printbibliography[heading=none]
\end{refsection}
% subsection syllabus (end)
\myparagraph{On a learning management system} % (fold)
\label{ssub:on_a_learning_management_system}
\begin{refsection}
	\bibcitem{DigitalMediaTheory:uo}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection on_a_learning_management_system (end)
\myparagraph{In a printed course pack} % (fold)
\label{ssub:in_a_printed_course_pack}
\begin{refsection}
	\bibcitem{Jackson:uh}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection in_a_printed_course_pack (end)
% subsection classroom_materials (end)

% section unpublished_works (end)

\subsection{Works Published Informally in a Repository or Preprint Server} % (fold)
\label{sec:works_published_informally_in_a_repository_or_preprint_server}
\begin{refsection}
	\bibcitem{Glass:2018wx}
	\bibcitem{Lawson:tw}
	\bibcitem{Wang:wj}
	\printbibliography[heading=none]
\end{refsection}
% section works_published_informally_in_a_repository_or_preprint_server (end)

\subsection{Digital Media} % (fold)
\label{sec:digital_media}
\subsubsection{Video Game} % (fold)
\label{sub:video_game}
\begin{refsection}
	\bibcitem{AngryBirds:2016vs}
	\printbibliography[heading=none]
\end{refsection}
% subsection video_game (end)
\subsubsection{Virtual Reality Experience} % (fold)
\label{sub:virtual_reality_experience}
\begin{refsection}
	\bibcitem{VidaSystems:2020ua}
	\printbibliography[heading=none]
\end{refsection}
% subsection virtual_reality_experience (end)
% section digital_media (end)

\subsection{Works Missing Publication Information} % (fold)
\label{sec:works_missing_publication_information}
\subsubsection{Without an Author} % (fold)
\label{sub:without_an_author}
\begin{refsection}
	\bibcitem{Beowulf:2004th}
	\printbibliography[heading=none]
\end{refsection}
% subsection without_an_author (end)
\subsubsection{Untitled} % (fold)
\label{sub:untitled}
\myparagraph{Description in Title of Source element} % (fold)
\label{ssub:description_in_title_of_source_element}
\begin{refsection}
	\bibcitem{Boyd:1992aa}
	\bibcitem{YouWill:aa}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection description_in_title_of_source_element (end)
\myparagraph{Poem with first line used as title} % (fold)
\label{ssub:poem_with_first_line_used_as_title}
\begin{refsection}
	\bibcitem{Dickinson:1999uv}
	\printbibliography[heading=none]
\end{refsection}

% subsubsection poem_with_first_line_used_as_title (end)
% subsection untitled (end)
\subsubsection{Without a Publisher} % (fold)
\label{sub:without_a_publisher}
\begin{refsection}
	\bibcitem{Hocking:2010tz}
	\printbibliography[heading=none]
\end{refsection}
% subsection without_a_publisher (end)
\subsubsection{Without a Date of Publication} % (fold)
\label{sub:without_a_date_of_publication}
\begin{refsection}
	\AtNextBibliography{\renewbibmacro*{bbx:savehash}{}}
	\bibcitem{Bauer:ui}
	\bibcitem{Bauer:1971ui}
	\bibcitem{Language:vu}
	\printbibliography[heading=none]
\end{refsection}
% subsection without_a_date_of_publication (end)
\subsubsection{Without Page Numbers} % (fold)
\label{sub:without_page_numbers}
\begin{refsection}
	\bibcitem{UnitedNationsGeneralAssembly:1948uv}
	\printbibliography[heading=none]
\end{refsection}
% subsection without_page_numbers (end)

% section works_missing_publication_information (end)


\subsection{Unfinished Entries from the \emph{Handbook}} % (fold)
\label{sec:remaining_sections}

This documentation is yet incomplete, when compared to the entries in Appendix 2 of the \emph{MLA Handbook}. Although not shown above, some source types below may already be supported in \texttt{biblatex-mla} by modifying existing example entries.

\begin{multicols}{2}
\begin{enumerate}
	
	\setcounter{enumi}{32}
	\item Government Publications
	\begin{itemize}
		\item With Government Name as It Appears on Source
		\item With Government Name Standardized to Consolidate Entries
	\end{itemize}
	
	\item Legal Works
	\begin{itemize}
		\item United States Supreme Court
		\begin{itemize}
			\item Decisions
			\item Dissenting opinions
		\end{itemize}
		\item Federal Statutes (United States Code)
		\item Public Laws
		\item Federal Appeals Court Decisions
		\item Federal Bills
		\item Hearings
		\item Executive Orders
		\item State Court of Appeals, Unpublished Decisions
		\item State Senate Bills
		\item Constitutions
		\item Treaties
		\item Resolutions of International Governing Bodies
	\end{itemize}
	
\end{enumerate}
\end{multicols}
% subsection unfinished_entries (end)

\subsection{Undocumented in the \emph{Handbook}} % (fold)
\label{sub:undocumented_in_the_emph_handbook}
\subsubsection{Patents} % (fold)
\label{ssub:patents}
\begin{refsection}
	\bibcitem{almendro:1998fg}
	\bibcitem{kowalik:1995qw}
	\bibcitem{laufenberg:2006py}
	\bibcitem{sorace:1997gh}
	\printbibliography[heading=none]
\end{refsection}
% subsubsection patents (end)
% subsection undocumented_in_the_emph_handbook (end)

% section sample_bibtex_entries_and_output (end)

%%%%%%%

\end{document}