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


Short description:

The nameauth package automates the correct formatting and indexing of names
for professional writing. This aids the use of a name authority and the
editing process without needing to retype name references.

Files		 Distribution

README       This file
nameauth.pdf Documentation
examples.tex Some longer example macros from the documentation

Makefile     Automates building with GNU make 3.81
nameauth.dtx Documented LaTeX file containing both code and documentation

Manual Installation

Download the package from

www.ctan.org/tex-archive/macros/latex/contrib/nameauth

Unpack nameauth.zip in an appropriate directory.

Note that the instructions below assume that you are using a kind of
Unix, BSD, Linux, Mac, or Cygwin under Microsoft Windows. If you have
a different operating environment, you will need to modify these
instructions to your own needs. Please be aware that this package is
designed to be stored in a UTF-8 encoded text file and built in a
Unicode-capable environment.

If you have a make utility compatible with GNU make you can type

	make inst

to install the package into your $TEXMFHOME tree or

	make install

to install the package into your $TEXMFLOCAL tree for all users.

Manually, you can generate the package files. First you generate the
installer driver, README, and style files, with a preliminary PDF:

	pdflatex -shell-escape -recorder -interaction=batchmode nameauth.dtx

Next you generate the PDF with a table of contents and all cross-references
validated, so that the index entries will not move:

	pdflatex --recorder --interaction=nonstopmode nameauth.dtx
	
The next commands generate the glossary/index and final pdf file
	
	makeindex -q -s gglo.ist -o nameauth.gls nameauth.glo
	makeindex -q -s gind.ist -o nameauth.ind nameauth.idx
	pdflatex --recorder --interaction=nonstopmode nameauth.dtx
	pdflatex --recorder --interaction=nonstopmode nameauth.dtx

Normally you create the following manual installation directories for user:

	$TEXMFHOME/source/latex/nameauth		dtx file
	$TEXMFHOME/tex/latex/nameauth			sty file
	$TEXMFHOME/doc/latex/nameauth			pdf file, README, examples.tex
		
and you create the following manual installation directories for local site:

	$TEXMFLOCAL/source/latex/nameauth		dtx file
	$TEXMFLOCAL/tex/latex/nameauth			sty file
	$TEXMFLOCAL/doc/latex/nameauth			pdf file, README, examples.tex

The above environment variables often are /usr/local/texlive/texmf-local and
~/texmf.

The make process normally renames the README.txt file created from the dtx file
to just README by using mv (move/rename utility in the *nix userland). Windows
distributions of TeX and LaTeX often keep the txt file as well.

Run mktexlsr with the appropriate level of permissions to complete the install.

Testing notes:

This package and documentation work and build with latex, lualatex, pdflatex,
and xelatex. It can be used with makeindex/texindy.

For testing, the make file permits one to change the typesetting engine
on the command line. The default is to build the package and documentation
with pdflatex. See the make file for details.

License

This material is subject to the LaTeX Project Public License:
http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html

Happy TeXing!
%</readme>
%<*internal>
\fi
\def\nameofplainTeX{plain}
\ifx\fmtname\nameofplainTeX\else
  \expandafter\begingroup
\fi
%</internal>
%<*install>
\input docstrip.tex
\keepsilent
\askforoverwritefalse
\preamble

--------:| ----------------------------------------------------------------
nameauth:| Name authority management for consistency in text and index
  Author:| Charles P. Schaum
  E-mail:| charles dot schaum at comcast dot net
 License:| Released under the LaTeX Project Public License v1.3c or later
     See:| http://www.latex-project.org/lppl.txt

\endpreamble
\postamble

Copyright (C) 2016 by Charles P. Schaum <charles dot schaum at comcast dot net>

This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
version 1.3c of this license or (at your option) any later
version.  The latest version of this license is in the file:

http://www.latex-project.org/lppl.txt

This work is "maintained" (as per LPPL maintenance status) by
Charles P. Schaum.

This work consists of the files nameauth.dtx, examples.tex, and a Makefile.
Running "make" generates the derived files README, nameauth.pdf and
nameauth.sty. Running "make inst" installs the files in the user's TeX tree.
Running "make install" installs the files in the local TeX tree.

\endpostamble

\usedir{tex/latex/nameauth}
\generate{
  \file{\jobname.sty}{\from{\jobname.dtx}{package}}
}
%</install>
%<install>\endbatchfile
%<*internal>
\usedir{source/latex/nameauth}
\generate{
  \file{\jobname.ins}{\from{\jobname.dtx}{install}}
}
\nopreamble\nopostamble
\usedir{doc/latex/nameauth}
\generate{
  \file{README.txt}{\from{\jobname.dtx}{readme}}
}
\ifx\fmtname\nameofplainTeX
  \expandafter\endbatchfile
\else
  \expandafter\endgroup
\fi
%</internal>
% \fi
%
% \iffalse
%<*driver>
\ProvidesFile{nameauth.dtx}
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{nameauth}
%<*package>
    [2016/10/27 v3.01 Name authority management for consistency in text and index]
%</package>
%<*driver>
\documentclass[11pt]{ltxdoc}
\usepackage{ifxetex}
\usepackage{ifluatex}
\usepackage{ifpdf}
\ifxetex
  \usepackage{fontspec}
  \defaultfontfeatures{Mapping=tex-text}
  \usepackage{xunicode}
  \usepackage{xltxtra}
\else
  \ifluatex
    \usepackage{fontspec}
    \defaultfontfeatures{Ligatures=TeX}
  \else
    \usepackage[utf8]{inputenc}
    \usepackage[TS1,T1]{fontenc}
    \usepackage{newunicodechar}
    \usepackage{lmodern}
    \DeclareTextSymbolDefault{\textlongs}{TS1}
    \DeclareTextSymbol{\textlongs}{TS1}{115}
    \newunicodechar{ſ}{\textlongs}
  \fi
\fi
\usepackage{\jobname}
\usepackage{manfnt}
\usepackage[textwidth=135mm,textheight=237mm,right=25mm,nohead]{geometry}
\usepackage[toc]{multitoc}
\usepackage{makeidx}
\usepackage{setspace}
\usepackage{enumitem}
\usepackage{booktabs}
\ifxetex
  \usepackage{tikz}%
\else
  \ifluatex
    \ifpdf
      \usepackage{tikz}%
    \else
    \fi
  \else
    \ifpdf
      \usepackage{tikz}%
    \else
    \fi
  \fi
\fi
\usepackage[numbered]{hypdoc}
\setlist{rightmargin=\leftmargin,itemsep=0pt}
\frenchspacing
\DisableCrossrefs
\CodelineIndex
\RecordChanges
\begin{nameauth}
  \< Aeths & & \noexpand\DoFormat{Æþelstan} & >
  \< Aris & & Aristotle & >
  \< Attil & & Attila, the Hun & >
  \< Cao & & \noexpand\DoFormat{Cao}, Cao & >
  \< CBald & & Charles, the Bald & >
  \< Chas & & \noexpand\DoFormat{Charles}, I & >
  \< Cicero & M.T. & Cicero & >
  \< Confucius & & Confucius & >
  \< Dagb & & Dagobert & I >
  \< Dem & & Demetrius, I & >
  \< deSmet & Pierre-Jean & \noexpand\DoFormat{\noexpand\CP{d}e Smet} & >
  \< DLM & Walter & de la Mare & >
  \< Einstein & Albert & Einstein & >
  \< Eliz & & Elizabeth, I & >
  \< Francis & & Francis, I & >
  \< Fukuyama & & \uppercase{Fukuyama}, Takeshi & >
  \< Harnack & Adolf & Harnack & >
  \< Henry & & Henry & VIII >
  \< Howell & Thurston & \textsc{Howell},\textsc{III} &>
  \< JayR & John David & Rockefeller, IV & Jay >
  \< JQA & John Quincy & \noexpand\DoFormat{Adams} & >
  \< JRII & John David & Rockefeller, II & >
  \< JRIII & John David & \noexpand\DoFormat{Rockefeller}, III & >
  \< JRIV & John David & Rockefeller, IV & >
  \< JWG & J.W. von & Goethe & >
  \< KempMed & & Thomas, à~Kempis & >
  \< KempW & Thomas & à~Kempis & >
  \< Konoe & Fumimaro & Konoe & >
  \< Lewis & Clive Staples & Lewis & C.S. >
  \< LewisFull & Clive Staples & Lewis & >
  \< Mao & & Mao & Tse-tung >
  \< Miyazaki & & Miyazaki, Hayao & >
  \< OFukuyama & & \uppercase{Fukuyama} & Takeshi >
  \< Patton & George S. & Patton, Jr. & >
  \< Plato & & Plato & >
  \< Ptol & & Ptolemy & I >
  \< SDJR & Sammy & \noexpand\DoFormat{Davis}, \noexpand\DoFormat{Jr}. & >
  \< Soto & Hernando & de Soto & >
  \< Sun & & Sun, Yat-sen & >
  \< Wash & George & Washington & >
  \< White & E.\,B. & White & >
  \< Yamt & & Yamamoto, Isoroku & >
  \< Yosh & & Yoshida & Shigeru >
\end{nameauth}
\PretagName[Catherine]{\textsc{de'~Medici}}{de Medici, Catherine}
\PretagName[E.\,B.]{White}{White, E. B.}
\PretagName[Greta]{\textsc{Garbo}}{Garbo, Greta}
\PretagName[Heinrich Wilhelm]{\textsc{Rühmann}}{Ruehmann, Heinrich Wilhelm}
\PretagName[Heinz]{\textsc{Rühmann}}{Ruehmann, Heinz}
\PretagName[Jan]{Łukasiewicz}{Lukasiewicz, Jan}
\PretagName[John David]{\noexpand\DoFormat{Rockefeller}, III}{Rockefeller, John David, III}
\PretagName[John Quincy]{\noexpand\DoFormat{Adams}}{Adams, John Quincy}
\PretagName[Pierre-Jean]{\noexpand\DoFormat{\noexpand\CP{d}e Smet}}{de Smet, Pierre-Jean}
\PretagName[Sammy]{\noexpand\DoFormat{Davis}, \noexpand\DoFormat{Jr}.}{Davis, Sammy, Jr.}
\PretagName[Thurston]{\textsc{Howell},\textsc{III}}{Howell, Thurston 3}
\PretagName{\noexpand\DoFormat{Æþelstan}}{Aethelstan}
\PretagName{\noexpand\DoFormat{Cao}, Cao}{Cao Cao}
\PretagName{\noexpand\DoFormat{Charles}, I}{Charles 1}
\PretagName{\noexpand\DoFormat{Mengde}}{Mengde}
\PretagName{\uppercase{Fukuyama}, Takeshi}{Fukuyama, T}
\PretagName{Æthelred, II}{Aethelred 2}
\PretagName{Atatürk}{Ataturk}
\PretagName{Thomas, à~Kempis}{Thomas a Kempis}
\PretagName{Vlad, Ţepeş}{Vlad Tepes}
\TagName[Adolf]{Harnack}{|hyperpage}
\TagName[Albert]{Einstein}{|hyperpage}
\TagName[Bob]{Hope}{|hyperpage}
\TagName[Catherine]{\textsc{de'~Medici}}{|hyperpage}
\TagName[Charles]{du Fresne}{|hyperpage}
\TagName[Charlie]{Chaplin}{|hyperpage}
\TagName[Chesley B.]{Sullenberger, III}{|hyperpage}
\TagName[Clive Staples]{Lewis}{|hyperpage}
\TagName[Dan]{Luecking}{|hyperpage}
\TagName[E.\,B.]{White}{|hyperpage}
\TagName[Enrico]{Gregorio}{|hyperpage}
\TagName[Fumimaro]{Konoe}{\dag, PM|hyperpage}
\TagName[George S.]{Patton, Jr.}{|hyperpage}
\TagName[George]{Eliot}{|hyperpage}
\TagName[George]{Washington}{, pres.|hyperpage}
\TagName[Greta]{\textsc{Garbo}}{|hyperpage}
\TagName[Heiko]{Oberdiek}{|hyperpage}
\TagName[Heinz]{\textsc{Rühmann}}{|hyperpage}
\TagName[Hernando]{de Soto}{|hyperpage}
\TagName[J.E.]{Carter, Jr.}{, pres.|hyperpage}
\TagName[J.S.]{Mill}{|hyperpage}
\TagName[J.W. von]{Goethe}{|hyperpage}
\TagName[Jan]{Łukasiewicz}{|hyperpage}
\TagName[Jesse]{Ventura}{|hyperpage}
\TagName[Johann]{Andreä}{|hyperpage}
\TagName[John David]{\noexpand\DoFormat{Rockefeller}, III}{|hyperpage}
\TagName[John David]{Rockefeller, II}{|hyperpage}
\TagName[John David]{Rockefeller, IV}{|hyperpage}
\TagName[John Maynard]{Keynes}{|hyperpage}
\TagName[John Quincy]{\noexpand\DoFormat{Adams}}{, pres.|hyperpage}
\TagName[John]{Smith}{*|hyperpage}
\TagName[John]{Strietelmeier}{|hyperpage}
\TagName[Lafcadio]{Hearn}{|hyperpage}
\TagName[Louis]{Gossett, Jr.}{|hyperpage}
\TagName[M.T.]{Cicero}{|hyperpage}
\TagName[Marc van]{Dongen}{|hyperpage}
\TagName[Mark]{Twain}{|hyperpage}
\TagName[Martin Luther]{King, Jr.}{|hyperpage}
\TagName[Mike]{Tyson}{|hyperpage}
\TagName[Mustafa]{Kemal}{|hyperpage}
\TagName[Nicolas]{Malebranche}{|hyperpage}
\TagName[Oskar]{Hammerstein, II}{|hyperpage}
\TagName[Patrick]{Cousot}{|hyperpage}
\TagName[Patrick]{Cousot}{|hyperpage}
\TagName[Philipp]{Stephani}{|hyperpage}
\TagName[Pierre-Jean]{\noexpand\DoFormat{\noexpand\CP{d}e Smet}}{|hyperpage}
\TagName[Robert]{Schlicht}{|hyperpage}
\TagName[Rudolph]{Carnap}{|hyperpage}
\TagName[R.]{Snel van Royen}{|hyperpage}
\TagName[Sammy]{\noexpand\DoFormat{Davis}, \noexpand\DoFormat{Jr}.}{|hyperpage}
\TagName[Schuyler]{Colfax}{, v.p.|hyperpage}
\TagName[The Amazing]{Kreskin}{|hyperpage}
\TagName[Thurston]{\textsc{Howell},\textsc{III}}{*|hyperpage}
\TagName[Ulysses S.]{Grant}{, pres.|hyperpage}
\TagName[Uwe]{Lueck}{|hyperpage}
\TagName[W.E.B.]{Du Bois}{|hyperpage}
\TagName[Walter]{de la Mare}{|hyperpage}
\TagName[W.]{Snel van Royen}{|hyperpage}
\TagName[Yoko]{Kanno}{\dag|hyperpage}
\TagName{\noexpand\DoFormat{Æþelstan}}{, king|hyperpage}
\TagName{\noexpand\DoFormat{Cao}, Cao}{|hyperpage}
\TagName{\noexpand\DoFormat{Charles}, I}{, king|hyperpage}
\TagName{\uppercase{Fukuyama}, Takeshi}{|hyperpage}
\TagName{Æthelred, II}{, king|hyperpage}
\TagName{Arai, Akino}{|hyperpage}
\TagName{Aristotle}{|hyperpage}
\TagName{Attila, the Hun}{|hyperpage}
\TagName{Bernard, of Clairvaux}{|hyperpage}
\TagName{Boris, the Animal}{*|hyperpage}
\TagName{Charles, the Bald}{, emperor|hyperpage}
\TagName{Chiang}[Kai-shek]{\ddag, pres.|hyperpage}
\TagName{Confucius}{|hyperpage}
\TagName{Dagobert}[I]{\ddag, king|hyperpage}
\TagName{Demetrius, I}{ Soter, king|hyperpage}
\TagName{Elizabeth, I}{, queen|hyperpage}
\TagName{Francis, I}{, king|hyperpage}
\TagName{Gregory, I}{, pope|hyperpage}
\TagName{Henry}[VIII]{\ddag, king|hyperpage}
\TagName{Ishida}[Yoko]{\ddag|hyperpage}
\TagName{Jean, sans Peur}{, duke|hyperpage}
\TagName{John, Eriugena}{|hyperpage}
\TagName{Lao-tzu}{|hyperpage}
\TagName{Leo, I}{, pope|hyperpage}
\TagName{Louis, XIV}{, king|hyperpage}
\TagName{Maimonides}{|hyperpage}
\TagName{Mao}[Tse-tung]{\ddag, chairman|hyperpage}
\TagName{Miyazaki, Hayao}{|hyperpage}
\TagName{Plato}{|hyperpage}
\TagName{Ptolemy}[I]{ Soter\ddag, king|hyperpage}
\TagName{Rambam}{|hyperpage}
\TagName{Sun, Yat-sen}{, pres.|hyperpage}
\TagName{Thomas, à~Kempis}{|hyperpage}
\TagName{Thomas, Aquinas}{|hyperpage}
\TagName{Vlad II, Dracul}{|hyperpage}
\TagName{Vlad III, Dracula}{|hyperpage}
\TagName{Voltaire}{|hyperpage}
\TagName{William, I}{|hyperpage}
\TagName{Yamamoto, Isoroku}{|hyperpage}
\TagName{Yohko}{|hyperpage}
\TagName{Yoshida}[Shigeru]{\ddag, PM|hyperpage}
\IndexActual{=}
\begin{document}
  \DocInput{\jobname.dtx}
\end{document}
%</driver>
% \fi
%
% \CheckSum{3085}
%
% \CharacterTable
%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%   Digits        \0\1\2\3\4\5\6\7\8\9
%   Exclamation   \!     Double quote  \"     Hash (number) \#
%   Dollar        \$     Percent       \%     Ampersand     \&
%   Acute accent  \'     Left paren    \(     Right paren   \)
%   Asterisk      \*     Plus          \+     Comma         \,
%   Minus         \-     Point         \.     Solidus       \/
%   Colon         \:     Semicolon     \;     Less than     \<
%   Equals        \=     Greater than  \>     Question mark \?
%   Commercial at \@     Left bracket  \[     Backslash     \\
%   Right bracket \]     Circumflex    \^     Underscore    \_
%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%   Right brace   \}     Tilde         \~}
%
% \changes{v0.7}{2011/12/26}{Initial release}
% \changes{v2.0}{2015/11/11}{Use dtxgen template}
% \changes{v2.5}{2016/04/06}{No default formatting}
% \GetFileInfo{\jobname.dtx}
% \DoNotIndex{\@empty, \@gobble, \@period, \@token, \trim@spaces, \zap@space}
% \DoNotIndex{\begingroup, \bfseries, \bgroup, \csdef, \csgdef, \csname, \csundef, \DeclareOption, \def, \detokenize, \edef, \egroup, \else, \endcsname, \endgroup, \endinput, \ExecuteOptions, \expandafter, \fi, \futurelet, \global, \hbox, \if, \ifcsname, \ifx, \ignorespaces, \index, \itshape, \leavevmode, \let, \newcommand, \newcommandx, \newenvironment, \newif, \nobreakspace, \PackageError, \PackageWarning, \ProcessOptions, \relax, \renewcommand, \RequirePackage, \scshape, \space, \textbackslash, \uppercase}
%
% \newif\ifSC
% \newif\ifItal
% \newif\ifDoTikZ
% \newif\ifFirstCap
% \newif\ifInHook
% \SCtrue
% \Italtrue
% \ifxetex\DoTikZtrue\else
%   \ifluatex\ifpdf\DoTikZtrue\fi
%   \else\ifpdf\DoTikZtrue\fi\fi\fi
%
% \title{\textsf{nameauth} --- Name authority management\\ for consistency in text and
% index\thanks{This file describes version \fileversion, last revised \filedate.}}
% \author{Charles P. Schaum\thanks{E-mail: charles dot schaum at comcast dot net}}
% \date{Released \filedate}
%
% \maketitle
%
% \begin{abstract}
% \noindent The \textsf{nameauth} package automates the correct formatting and indexing of names for professional writing. This aids the use of a \textbf{name authority} and the editing process without needing to retype name references.
% \end{abstract}
%
% {\small\tableofcontents}
% \setlength{\parskip}{0.1\baselineskip plus .05\baselineskip minus .05\baselineskip}
%
% \section{Introduction}
%
% \subsection{Preliminary Information}
%
% \begin{center}\large\bfseries Disclaimer\end{center}
% \noindent This manual uses names of living and dead historical figures because users refer to real people. At no time do I intend any disrespect or statement of bias for or against any particular person, culture, or tradition. All names herein are used only for teaching purposes.
%
% \begin{center}\large\bfseries Denotative Signs\end{center}
% \noindent In the index, fictional names have an asterisk (*). In this manual, ``non-native'' Eastern names are shown with a dagger (\dag). Names that use the older syntax are shown with a double dagger (\ddag). These marks are not added by the package macros and will not appear in users' works.
%
% \begin{center}\large\bfseries Design\end{center}
% \noindent When publications use hundreds of names, it takes time and money to check them. This package automates much of that work:
% \begin{itemize}\small
% \item \textbf{Automation} of name forms to aid professional writing. Move blocks of text and see the names reformat themselves.
% \begin{itemize}
%   \item Default to long name references first, then shorter ones.
%   \item Use alternate names only in the body text, not the index.
%   \item Perform name caps and reversing only in the body text.
% \end{itemize}
% \item Name variants in the text still produce \textbf{consistent index entries}.
% \item One can design \textbf{complex name formatting}. Default is English typography, but other standards, such as ``Continental'' use of small caps, can be applied (Sections~\ref{sec:accents}, \ref{sec:nonenglish}, \ref{sec:IndexSort}, and~\ref{sec:Hooksc}).
% \item One can \textbf{automate information retrieval} about names.
% \item One can implement and automate a \textbf{name authority}, a master list of names that permits known name variants.
% \item Some \textbf{cross-cultural naming conventions} are possible.
% \item \textbf{Automatic sort keys and tags} aid indexing.
% \item Provide \textbf{automatic name presentation} that could work in a \LaTeX\ backend for a document transform, database report, etc.
% \end{itemize}
%
% Indexing generally conforms to the standard in Nancy C. Mulvany, \emph{Indexing Books} (Chicago: University of Chicago Press, 1994).
%
% \begin{center}\large\bfseries Thanks\end{center}
% \noindent {\def\NamesFormat{\bfseries} Thanks to \Name[Marc van]{Dongen}, \Name[Enrico]{Gregorio}, \Name[Philipp]{Stephani}, \Name[Heiko]{Oberdiek}, \Name[Uwe]{Lueck}, and \Name[Robert]{Schlicht} for their assistance in the early versions of this package. Thanks also to the users and their feedback.}
% \clearpage
%
% \subsection{Technical Notes}
% About the package itself:
% \begin{itemize}\small
% \item Most current changes are compatible with older versions.
% \item The package works with \texttt{xindy} and \texttt{makeindex}. We recommend \texttt{xindy} for languages whose collating sequences do not map to English.\footnote{\cmd{\PretagName} may not be useful in that case. German \emph{does} map to English: ä, ö, ü, and ß are ae, oe, ue, and ss. Norwegian \emph{does not} map to English: æ, ø, and å come after z.}
% \item Notable\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} changes, features, and fixes that correspond to version numbers are indicated in the margin.
% \item We\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} support Eastern alternate names when using ``native'' format. We simplify indexing, custom formatting, and other tasks.
% \item Name\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} output, index page entries, and index cross-references are independent due to modular design.
% \item Warnings\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} for the indexing macros are suppressed unless one uses the \texttt{verbose} option. The \texttt{nameauth} environment will produce warnings.
% \item The\marginpar{\large\raggedleft\textsf{\bfseries 2.6}\strut} \texttt{comma} option and the old syntax are no longer restrictive, save with \cmd{\AKA} and its derivatives. See Sections~\ref{sec:obsolete}, \ref{sec:Affix}, and~\ref{sec:AKA}.
% \item No\marginpar{\large\raggedleft\textsf{\bfseries 2.5\strut}} formatting is selected by default. To implement formatting, see Sections~\ref{sec:nonenglish}, \ref{sec:formatting}, and~\ref{sec:Hooksa}f.
% \end{itemize}
% \noindent About the manual:
% \begin{itemize}\small
% \item With\marginpar{\small\raggedleft\dbend} the ``dangerous bend'' we show incompatibilities, complex topics, and points where caution is needed.
% \item This manual is designed to be compatible with both A4 and US letter stock size formats.
% \item Macro references are minimized for a ``clean'' index, showing how \textsf{nameauth} ``normally'' handles indexing.
% \item Some examples use package macros and internals in special ways to demonstrate a particular point. Usually we mention that with the example.
% \end{itemize}
% About package building:
% \begin{itemize}\small
% \item The \textsf{nameauth} package requires \textsf{etoolbox}, \textsf{suffix}, \textsf{trimspaces}, and \textsf{xargs}. The \texttt{dtx} file encoding is UTF-8; we cannot guarantee building and using this package on systems that are not Unicode-compliant.
% \item With each release, we test \textsf{nameauth} with dvi-mode \texttt{latex} and with pdf-mode engines \texttt{pdflatex}, \texttt{lualatex}, and \texttt{xelatex} using \texttt{makeindex}. We run the GNU Makefile with the ENGINE=\meta{engine} option.\footnote{The manual is used as the test suite. In dvi mode the manual omits all references to \emph{TikZ} because some dvi display programs (\emph{e.g.} \texttt{dviout}, but not \texttt{xdvi}) will emit errors about bad specials even if one just includes the \textsf{tikz} package. The \emph{TikZ} diagrams herein will appear as blank space in that case. This does not affect \textsf{nameauth} proper.}
% \item This build used \ifxetex\texttt{xelatex}\else
%     \ifluatex\ifpdf\texttt{lualatex} in \texttt{pdf} mode\else
%     \texttt{lualatex} in \texttt{dvi} mode\fi
%     \else\ifpdf\texttt{pdflatex}\else
%     \texttt{latex}\fi\fi\fi. This item changes per \LaTeX\ engine.
% \item This package is tested on Ubuntu Linux and Windows 7 (both vanilla \TeX\ Live). Cygwin provides \texttt{make} on Windows. The \texttt{pdflatex} version of this package is released from the Ubuntu platform to CTAN.
% \end{itemize}
% \clearpage
%
% \subsection{What's In A Name?}
% \label{sec:NameTypes}
%
% Name forms are ambiguous apart from historical and cultural contexts. In this manual we refer to three general classes of names, shown below. Section~\ref{sec:start} shows how these classes are implemented.
%
% Professional writing often calls for the full form of a person's name to be used when it first occurs, with shorter forms used thereafter. That is why, in each class, there is a required name and optional name elements.\footnote{Compare Mulvany, \emph{Indexing Books}, pages 152--82, and the \emph{Chicago Manual of Style}. That approach is adapted to \LaTeX\ and its way of handling optional arguments.}
% Other naming systems can be adapted to these categories, \emph{e.g.}, Icelandic, Hungarian, etc.
%
% \begin{enumerate}[noitemsep]
% \item Western name:\\[1ex]
% \ifDoTikZ\begin{tikzpicture}[line/.style={draw,thick}]\normalsize
%  \node [matrix] (macro) at (0,1)
%  {
%    \node(space){\qquad\qquad\qquad}; &
%    \node(arg1){\strut\textbf{Forename(s)}}; &
%    \node(arg2){\strut\textbf{Surname(s)}}; &
%    \node(arg3){\strut\textbf{Sobriquet, etc.}};\\
%  };
%  \node [matrix,column sep=1em] (tipsii) at (1,-2)
%  {
%    \node[align=left](a1)
%    {
%      Personal name(s):\\
%      \small\textit{baptismal name}\\
%      \small\textit{Christian name}\\
%      \small\textit{first and middle}\\\quad\textit{names}\\
%      \small\textit{praenomen}
%    }; &
%    \node[align=left](a2)
%    {
%      Family designator:\\
%      \small\textit{father's family}\\
%      \small\textit{mother's family}\\
%      \small\textit{ancestor}\\
%      \small\textit{occupation}\\
%      \small\textit{place of origin}\\
%      \small\textit{territory}\\
%      \small\textit{nomen/cognomen}\\
%      \small\textit{patronym}
%    }; &
%    \node[align=left](a3)
%    {
%      Sobriquet / title:\\
%      \small\textit{Sr., Jr., III\dots}\\
%      \small\textit{notable feature}\\
%      \small\textit{notable attribute}\\
%      \small\textit{place of origin}\\
%      \small\textit{territory}\\
%      \small\textit{agnomen}
%    }; \\
%  };
%  \begin{scope}[every path/.style=line]
%    \path (arg1) -- (a1);
%    \path (arg2) -- (a2);
%    \path (arg3) -- (a3);
%  \end{scope}
% \end{tikzpicture}\else\vfill\fi
% \item Eastern name:\\[1ex]
% \ifDoTikZ\begin{tikzpicture}[line/.style={draw,thick}]\normalsize
%  \node [matrix] (macro) at (0,1)
%  {
%    \node(spacei){\qquad\qquad\qquad}; &
%    \node(arg1){\strut\textbf{Family name}}; &
%    \node(spaceii){\qquad}; &
%    \node(arg2){\strut\textbf{Given name}};\\
%  };
%  \node [matrix,column sep=1cm] (tipsii) at (2,-1)
%  {
%    \node[align=left](a1)
%    {
%      Family\\ designator
%    }; &
%    \node[align=left](a2)
%    {
%      Multiple names are rare, but multi-\\character names do exist.
%    };\\
%  };
%  \begin{scope}[every path/.style=line]
%    \path (arg1) -- (a1);
%    \path (arg2) -- (a2);
%  \end{scope}
% \end{tikzpicture}\else\vfill\fi
% \item Ancient name:\\[1ex]
% \ifDoTikZ\begin{tikzpicture}[line/.style={draw,thick}]\normalsize
%  \node [matrix] (macro) at (0,1)
%  {
%    \node(spacei){\qquad\qquad\qquad}; &
%    \node(arg1){\strut\textbf{Given name}}; &
%    \node(spaceii){\qquad}; &
%    \node(arg2){\strut\textbf{Sobriquet, etc.}};\\
%  };
%  \node [matrix,column sep=2.2cm] (tipsii) at (1.5,-1.5)
%  {
%    \node[align=left](a1)
%    {
%      Personal\\ name
%    }; &
%    \node[align=left](a2)
%    {
%      Sobriquet / title:\\
%      \small\textit{senior, junior, III\dots}\\
%      \small\textit{notable feature}\\
%      \small\textit{notable attribute}\\
%      \small\textit{place of origin}\\
%      \small\textit{territory}
%    }; \\
%  };
%  \begin{scope}[every path/.style=line]
%    \path (arg1) -- (a1);
%    \path (arg2) -- (a2);
%  \end{scope}
% \end{tikzpicture}\else\vfill\fi
% \end{enumerate}
%
% Since we use these classes of names throughout the manual, it is helpful to become familiarized with this terminology and how one can apply it to one's own culture and context.
% \clearpage
%
% \section{Usage}
% \subsection{Quick Start Guide}
% \label{sec:start}
%
% Here we offer templates for the most common macros and features. The details will come later. This section also formats the first uses of names in \textbf{boldface} to illustrate how first uses are long, but long uses need not be first.
% \let\OldFormat\NamesFormat\renewcommand\NamesFormat{\bfseries}
%
% \subsubsection{Main Interface}
% We see how \textsf{nameauth} implements the classes of names, using \cmd{\Name} as an example (see also Section~\ref{sec:Naming}). The macros of this package halt with an error when:
% \begin{itemize}\small
% \item The \meta{SNN} argument expands to the empty string or an \meta{SNN, Affix} pair expands to \meta{empty}, \meta{Affix}.
% \item No shorthand is present for a name in the simplified interface (Section~\ref{sec:simplestart}).
% \end{itemize}
%
% \noindent{\bfseries Western Names}
% \ifDoTikZ
% \begin{center}
% \begin{tikzpicture}[line/.style={draw,thick}]
%   \node [matrix,column sep=2.5cm] (tipsi) at (1.5,2.5)
%   {
%     \node(opt){\small Add to force full name.}; &
%     \node[text width=3.5cm,align=left](grp){\small Add only if text in brackets |[|\,|]| follows.}; \\
%   };
%   \node [matrix] (macro) at (1.1,1)
%   {
%     \node(cmd){\bfseries\cmd{\Name}}; &
%     \node(star){\bfseries\texttt{*}}; &
%     \node(arg1){\bfseries\bfseries\oarg{FNN}}; &
%     \node(arg2){\bfseries\bfseries\marg{SNN}}; &
%     \node(arg3){\bfseries\oarg{Alternate names}}; &
%     \node(braces){\bfseries|{}|}; \\
%   };
%   \node [matrix,column sep=1em] (tipsii) at (1,-1)
%   {
%     \node[align=center](a1)
%     {
%       \small Forename(s)\\\small used in index
%     }; & & &
%     \node[align=center](a2)
%     {
%       \small Surname(s)\\\small Surname(s)|,| affix\\ \small``required name''
%     }; & &
%     \node[align=center](a3)
%     {
%       \meta{empty}\\\small Nickname(s)\\\small Full forenames, etc.
%     }; \\
%   };
%   \begin{scope}[every path/.style=line]
%     \path (opt) -- (star);
%     \path (grp) -- (braces);
%     \path (arg1) -- (a1);
%     \path (arg2) -- (a2);
%     \path (arg3) -- (a3);
%   \end{scope}
% \end{tikzpicture}
% \end{center}\vspace{-2ex}
% \else\vfill\fi
% \textbf{Examples:}\\[1ex]
% {\setstretch{1.1}One always must include all fields for consistent index entries.\\[1ex]
% |\Name[George]{Washington}|\dotfill\Name[George]{Washington}\\
% |\Name[George]{Washington}|\dotfill\Name[George]{Washington}\\
% |\Name[John David]{Rockefeller, II}|\dotfill\Name[John David]{Rockefeller, II}\\
% |\Name[John David]{Rockefeller, II}|\dotfill\Name[John David]{Rockefeller, II}\\[1ex]
% When using \meta{Alternate names}, the \meta{FNN} argument must have a name in it. The \meta{Alternate names} are swapped with the \meta{FNN}, but only in the body text:\\[1ex]
% |\Name [Clive Staples]{Lewis}|\dotfill\Name[Clive Staples]{Lewis}\\
% |\Name*[Clive Staples]{Lewis}[C.S.]|\dotfill\Name*[Clive Staples]{Lewis}[C.S.]\\
% |\Name [Clive Staples]{Lewis}[C.S.]|\dotfill\Name[Clive Staples]{Lewis}[C.S.]\\
% |\Name*[Clive Staples]{Lewis}[Jack]|\dotfill\Name*[Clive Staples]{Lewis}[Jack]\\
% |\Name [John David]{Rockefeller, IV}|\dotfill\Name[John David]{Rockefeller, IV}\\
% |\Name*[John David]{Rockefeller, IV}[Jay]|\dotfill\Name*[John David]{Rockefeller, IV}[Jay]\\
% |\DropAffix\Name*[John David]{Rockefeller, IV}[Jay]|\dotfill\DropAffix\Name*[John David]{Rockefeller, IV}[Jay]\\
% |\Name [John David]{Rockefeller, IV}[Jay]|\dotfill\Name[John David]{Rockefeller, IV}[Jay]\\[1ex]
% Western names cannot use the older syntax for affixes; see Sections~\ref{sec:obsolete} and~\ref{sec:Affix}. Notice how using nicknames or alternate names does not trigger an explicit first use. That is intentional. Compare Section~\ref{sec:tweaks} to ``bend the rules.''}
% \clearpage
%
% \noindent{\bfseries Eastern Names in the Text, Western Index Entry}
% \ifDoTikZ
% \begin{center}
% \begin{tikzpicture}[line/.style={draw,thick}]
%   \node [matrix,column sep=1.5cm] (tipsi) at (0.5,2)
%   {
%     \node(opt){\small Add to force full name.}; &
%     \node[text width=3.5cm,align=left](grp){\small Add only if text in brackets |[|\,|]| follows.}; \\
%   };
%   \node [matrix] (macro) at (0,1)
%   {
%     \node(cmd){\bfseries\cmd{\RevName} \cmd{\Name}}; &
%     \node(star){\bfseries\texttt{*}}; &
%     \node(arg1){\bfseries\oarg{FNN}}; &
%     \node(arg2){\bfseries\marg{SNN}}; &
%     \node(braces){\bfseries|{}|}; \\
%   };
%   \node [matrix] (tipsii) at (0.5,0)
%   {
%     \node(a1)
%     {
%       \strut\quad\small Given name
%     }; &
%     \node(a2)
%     {
%       \strut\quad\small Family name
%     }; \\
%   };
%   \begin{scope}[every path/.style=line]
%     \path (opt) -- (star);
%     \path (grp) -- (braces);
%     \path (arg1) -- (a1);
%     \path (arg2) -- (a2);
%   \end{scope}
% \end{tikzpicture}
% \end{center}\vspace{-2ex}
% \else\vfill\fi
% {These are Western name forms without affixes that the reversing macros (Section~\ref{sec:Eastern}) cause to display in Eastern order in the body text only. We indicate them with a dagger.\\[1ex]
% |\Name[Fumimaro]{Konoe}|\dotfill\Name[Fumimaro]{Konoe}\dag\\
% |\Name[Fumimaro]{Konoe}|\dotfill\Name[Fumimaro]{Konoe}\dag\\
% |\RevName\Name*[Fumimaro]{Konoe}|\dotfill\RevName\Name*[Fumimaro]{Konoe}\dag\\[1ex]
% The index entries are Western in fashion: \meta{SNN}, \meta{FNN}. This ``non-native'' form of Eastern names conflicts with both comma-delimited forms and the old syntax.}\bigskip
%
% \noindent{\bfseries Eastern Names in the Text, Eastern Index Entry}
% \ifDoTikZ
% \begin{center}
% \begin{tikzpicture}[line/.style={draw,thick}]
%   \node [matrix,column sep=1cm] (tipsi) at (0.5,2)
%   {
%     \node(opt){\small Add to force full name.}; &
%     \node[text width=3.5cm,align=left](grp){\small Add only if text in brackets |[|\,|]| follows.}; \\
%   };
%   \node [matrix] (macro) at (0,1)
%   {
%     \node(cmd){\bfseries\cmd{\Name}}; &
%     \node(star){\bfseries\texttt{*}}; &
%     \node(arg1){\bfseries\marg{SNN, FNN}}; &
%     \node(braces){\bfseries|{}|}; \\
%   };
%   \node [matrix,column sep=1em] (tipsii) at (0.5,0)
%   {
%     \node(a1)
%     {
%       \quad Family name
%     }; &
%     \node(a2)
%     {
%       \quad Given name
%     }; \\
%   };
%   \begin{scope}[every path/.style=line]
%     \path (opt) -- (star);
%     \path (grp) -- (braces);
%     \path (arg1) -- (a1);
%     \path (arg1) -- (a2);
%   \end{scope}
% \end{tikzpicture}
% \end{center}\vspace{-2ex}
% \else\vfill\fi
% \textbf{Examples:}\\[1ex]
% {The main feature of Eastern, ancient, and medieval name forms is the comma-delimited suffix. These forms have the same syntax, but different meanings.\\[1ex]
% |\Name{Yamamoto, Isoroku}|\dotfill\Name{Yamamoto, Isoroku}\\
% |\Name{Yamamoto, Isoroku}|\dotfill\Name{Yamamoto, Isoroku}\\
% |\RevName\Name*{Yamamoto, Isoroku}|\dotfill\RevName\Name*{Yamamoto, Isoroku}\\[1ex]
% These names truly are Eastern names. They always take the form \meta{SNN FNN} in the index. See Section~\ref{sec:Eastern}. We call this the ``native'' Eastern form. For the old syntax, see Section~\ref{sec:obsolete}.}\bigskip
%
% \noindent{\bfseries Ancient Names}
% \ifDoTikZ
% \begin{center}
% \begin{tikzpicture}[line/.style={draw,thick}]
%   \node [matrix,column sep=0.9em] (tipsi) at (2,2)
%   {
%     \node(opt){\quad\small Add to force full name.}; &
%     \node[text width=2.6cm,align=left](a1){\small Name(s)\hfil\break Name(s), affix}; &
%     \node[text width=3.3cm,align=left](grp){\small Add only if text in brackets |[|\,|]| follows.}; \\
%   };
%   \node [matrix] (macro) at (1,1)
%   {
%     \node(cmd){\bfseries\cmd{\Name}}; &
%     \node(star){\bfseries\texttt{*}}; &
%     \node(arg1){\bfseries\marg{SNN}};  &
%     \node(braces){\bfseries|{}|}; \\
%   };
%   \begin{scope}[every path/.style=line]
%     \path (opt) -- (star);
%     \path (grp) -- (braces);
%     \path (arg1) -- (a1);
%   \end{scope}
% \end{tikzpicture}
% \end{center}\vspace{-2ex}
% \else\vfill\fi
% \textbf{Examples:}\\[1ex]
% {These forms are for royalty and ancient figures. They have one or more personal names that may or may not have suffixes. For the older syntax see Section~\ref{sec:obsolete}.\\[1ex]
% |\Name{Aristotle}|\dotfill\Name{Aristotle}\\
% |\Name{Aristotle}|\dotfill\Name{Aristotle}\\
% |\Name{Elizabeth, I}|\dotfill\Name{Elizabeth, I}\\
% |\Name{Elizabeth, I}|\dotfill\Name{Elizabeth, I}}
% \clearpage
%
% \begin{center}\large\bfseries Macro Patterns:\end{center}
%
% \noindent Here we see a large subset of the \textsf{nameauth} macros in order to get a feel for their patterns. This may help one get used to them.
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{l@{\,}r@{}c@{\,}c@{ }l}\toprule
% \meta{prefix macros} & \cmd{\Name} & & \meta{arguments} \\
% \meta{prefix macros} & \cmd{\Name} & |*| & \meta{arguments} \\
% \meta{prefix macros} & \cmd{\FName} & & \meta{arguments} \\\midrule
% & \cmd{\IndexName} & & \meta{arguments} \\
% & \cmd{\IndexRef} & & \meta{arguments} & \meta{target} \\
% & \cmd{\ExcludeName} & & \meta{arguments} \\
% & \cmd{\IncludeName} & & \meta{arguments} \\
% & \cmd{\IncludeName} & |*| & \meta{arguments} \\
% & \cmd{\PretagName} & & \meta{arguments} & \meta{sort key} \\
% & \cmd{\TagName} & & \meta{arguments} & \meta{tag} \\
% & \cmd{\UntagName} & & \meta{arguments} \\
% & \cmd{\NameAddInfo} & & \meta{arguments} & \meta{tag} \\
% & \cmd{\NameQueryInfo} & & \meta{arguments} \\
% & \cmd{\NameClearInfo} & & \meta{arguments} & \\
% & \cmd{\IfMainName} & & \meta{arguments} & \marg{y}\marg{n}\\
% & \cmd{\IfFrontName} & & \meta{arguments} & \marg{y}\marg{n}\\
% & \cmd{\IfAKA} & & \meta{arguments} & \marg{y}\marg{n}\\
% & \cmd{\ForgetName} & & \meta{arguments} \\
% & \cmd{\SubvertName} & & \meta{arguments} \\\bottomrule
% \end{tabular}
% \end{center}
%
% \begin{center}\large\bfseries Prefix Macros:\end{center}
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{rp{0.65\textwidth}}\toprule
% \cmd{\CapThis} & Capitalize first letter of \meta{SNN} in body text.\footnotemark\\
% \cmd{\CapName} & Cap entire \meta{SNN} in body text. Overrides \cmd{\CapThis}.\\\midrule
% \cmd{\RevName} & Reverse name order in body text (for Eastern names).\\\midrule
% \cmd{\RevComma} & Reverse Western names to \meta{SNN}, \meta{FNN}. Has no effect on native Eastern names.\\
% \cmd{\ShowComma} & Add comma between \meta{SNN} and \meta{Affix}.\\
% \cmd{\NoComma} & Suppress comma between \meta{SNN} and \meta{Affix}. Overrides \cmd{\ShowComma}.\\\midrule
% \cmd{\ForceFN} & Force Eastern forename/ancient affix. Only affects non-Western forms.\\
% \cmd{\DropAffix} & Drop name affix of Western name (in long name reference). Only affects Western names.\\
% \cmd{\KeepAffix} & Insert non-breaking space between \meta{SNN} and \meta{Affix}. Can prevent a native Eastern name from breaking.\\\midrule
% \cmd{\SeeAlso} & Toggle cross-reference type from \emph{see} to \emph{see also} (with \cmd{\IndexRef}, \cmd{\AKA}, and \cmd{\PName}).\\\bottomrule
% \end{tabular}
% \end{center}
% \footnotetext{\cmd{\AccentCapThis} is a fall-back for when the \textsf{nameauth} package is used where system architecture or file encoding might cause errors with the automatic Unicode detection under NFSS.}
%
% Most \meta{prefix macros} are ``stackable'' in front of the naming macros; for example,  \cmd{\CapName}\cmd{\RevName}\cmd{\Name}\dots.
% \clearpage
%
% \subsubsection{Simplefied Interface}
% \label{sec:simplestart}%
%
% \DescribeEnv{nameauth}
% The |nameauth| environment can replace \cmd{\Name}, \cmd{\Name*}, and \cmd{\FName} with name shorthands that inter-operate with the other package macros.
%
% Although not required, |nameauth| is best used in the document preamble to avoid undefined control sequences.\footnote{The |nameauth| environment uses \cmd{\ignorespaces} to mitigate the need for trailing \texttt{\%}.}
% The italicized comments below are not part of the example proper. Macro fields have uniform widths only to help compare argument types.
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \<| \meta{$cseq_1$} |&| \meta{FNN} |&| \meta{SNN}\hphantom{\textit{affix, }} \,|& >|\hfill|% |\emph{West./Non-native East.}\\
% |  \<| \meta{$cseq_2$} |&| \meta{FNN} |&| \meta{SNN, affix} \,|& >|\hfill|% |\emph{Western}\\
% |  \<| \meta{$cseq_3$} |&| \hphantom{\meta{FNN}} |&| \meta{SNN}\hphantom{\textit{affix, }} \,|& >|\hfill|% |\emph{ancient/mono}\\
% |  \<| \meta{$cseq_4$} |&| \hphantom{\meta{FNN}} |&| \meta{SNN, affix} \,|& >|\hfill|% |\emph{royal/ancient}\\
% |  \<| \meta{$cseq_5$} |&| \hphantom{\meta{FNN}} |&| \meta{SNN, FNN}\,|& >|\hfill|% |\emph{Native Eastern}\\
% |  \<| \meta{$cseq_6$} |&| \hphantom{\meta{FNN}} |&| \meta{SNN}\hphantom{\textit{affix, }} \,|&| \meta{FNN or affix} |>|\hfill|% |\emph{old syntax}\footnote{See Section~\ref{sec:obsolete}.}\\
% |\end{nameauth}|
% \end{quote}
%
% Each \meta{cseq} creates three macros. In the document text, |\|\meta{cseq} itself works like \cmd{\Name}. |\L|\meta{cseq} (think ``Long'') works like \cmd{\Name*}. |\S|\meta{cseq} (think ``Short'') works like \cmd{\FName}. Please bear in mind the following guidelines:
%
% \begin{itemize}\small
% \item In this context, ``|\<|'' is an escape character and a control sequence. If you forget it or just use |<| without the backslash, you will get errors.
% \item There \emph{must} be four argument fields (three ampersands) per line. Leaving out an ampersand will cause an error. Think ``holy hand grenade of Antioch'' from \emph{Monty Python and the Holy Grail}.
% \item Extra spaces in each |&|-delimited field are stripped, as is also the case in the main interface (Section~\ref{sec:tolerance}).
% \item Include trailing braces |{|\,|}| or the like if you must prevent subsequent text in brackets |[|\,|]| from being seen as an optional argument.
% \item The old syntax (Section~\ref{sec:obsolete}), triggered by an empty \meta{FNN} field, causes the \meta{Alt. names} field to be interpreted as either \meta{Eastern FNN} or \meta{affix}.
% \end{itemize}
%
%Current\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} versions permit alternate names for Eastern names and Western names, but not mononyms. \textbf{To switch between \meta{FNN} and \meta{Alt. names}, simply use the forms above with an optional argument after the shorthand.} The forms below only print \meta{Alt. names}, never \meta{FNN}, in the body text.  See also Section \ref{sec:Fname} and the example on the next page.
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \<| \meta{$cseq_7$} | &| \meta{FNN} |&| \meta{SNN}\hphantom{\textit{affix, }} \,|&| \meta{Alt. names} |>|\hfill|%|\,\emph{Western alt.}\footnote{Instead of this form you could use \cmd{\IndexRef} or \cmd{\AKA} to create a cross-reference, for example, from \AKA[John David]{Rockefeller, IV}[Jay]{Rockefeller} to \LJRIV. See Sections~\ref{sec:IndexXref} and~\ref{sec:AKA}.}\\
% |  \<| \meta{$cseq_8$} | &| \meta{FNN} |&| \meta{SNN, affix} \,|&| \meta{Alt. names} |>|\hfill|% |\emph{Western alt.}\\
% |  \<| \meta{$cseq_9$} | &| \hphantom{\meta{FNN}} |&| \meta{SNN, affix} \,|&| \meta{Alt. names} |>|\hfill|% |\emph{Ancient alt.}\\
% |  \<| \meta{$cseq_{10}$} |&| \hphantom{\meta{FNN}} |&| \meta{SNN, FNN}\,|&| \meta{Alt. names} |>|\hfill|% |\emph{Eastern alt.}\\
% |\end{nameauth}|
% \end{quote}
% \clearpage
%
%  This example of the \texttt{nameauth} environment uses a fairly complete set of names and illustrates how extra spaces are ignored. We also see the shorthands used in the body text (and the index).\ForgetName[George]{Washington}\ForgetName[John David]{Rockefeller, II}\ForgetName[John David]{Rockefeller, IV}\ForgetName[Clive Staples]{Lewis}\ForgetName{Aristotle}\ForgetName{Elizabeth, I}\ForgetName[Fumimaro]{Konoe}\ForgetName{Yamamoto, Isoroku}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\[0.2ex]
% |  \< Wash  & George     & Washington      & >|\hfill|% |\emph{Western}\\
% |  \< Soto  & Hernando   & de Soto         & >|\hfill|% |\emph{particle}\\
% |  \< JRII  & John David & Rockefeller, II & >|\hfill|% |\emph{affix}\\
% |  \< JRIV  & John David & Rockefeller, IV & >|\hfill|% |\emph{affix}\\
% |  \< JayR  & John David & Rockefeller, IV & Jay >|\hfill|% |\emph{nickname}\\
% |  \< LewisFull & Clive Staples & Lewis    & >|\hfill|% |\emph{Western}\\
% |  \< Lewis & Clive Staples & Lewis        & C.S. >|\hfill|% |\emph{nickname}\\
% |  \< Aris  & & Aristotle           & >|\hfill|% |\emph{ancient}\\
% |  \< Eliz  & & Elizabeth, I        & >|\hfill|% |\emph{royal}\\
% |  \< Attil & & Attila, the Hun     & >|\hfill|% |\emph{ancient}\\
% |  \< Konoe & Fumimaro & Konoe      & >|\hfill|% |\emph{``non-native'' Eastern}\\
% |  \< Yamt  & & Yamamoto, Isoroku   & >|\hfill|% |\emph{``native'' Eastern}\\
% |\end{nameauth}|
% \end{quote}
%
% Below, ``non-native'' Eastern name forms are shown with a dagger (\dag). Please see Section~\ref{sec:Eastern} to avoid pitfalls with Eastern names and reversing macros.
% \begin{center}\footnotesize\setstretch{1.1}
% \begin{tabular}{ll}
% \textsc{Western:}                  & \textsc{Ancient\,/\,Mononym} \\
% |\Wash | \dotfill \Wash            & |\Aris| \dotfill \Aris \\
% |\LWash| \dotfill \LWash           & |\Aris| \dotfill \Aris \\
% |\Wash | \dotfill \Wash            & \\
% |\SWash| \dotfill \SWash           & \textsc{Medieval/Royal:} \\
% |\RevComma\LWash|                  & |\Eliz | \dotfill \Eliz  \\
% \dotfill \RevComma\LWash           & |\Eliz | \dotfill \Eliz  \\
%                                    & |\Attil| \dotfill \Attil \\
% \textsc{Particles:} \hfill (Section~\ref{sec:standards}) & |\Attil| \dotfill \Attil \\
% |\Soto| \dotfill \Soto             & \\
% |\Soto| \dotfill \Soto             & \textsc{``Non-native'' Eastern:} \\
% |\CapThis\Soto| \dotfill \CapThis\Soto & |\Konoe | \dotfill \Konoe\dag \\
%                                    & |\LKonoe| \dotfill \LKonoe\dag \\
% \textsc{Affixes:} \hfill (Section~\ref{sec:Affix}) & |\Konoe | \dotfill \Konoe\dag \\
% |\JRII | \dotfill \JRII            & |\SKonoe| \dotfill \SKonoe\dag \\
% |\LJRII| \dotfill \LJRII           & |\CapName\RevName\LKonoe| \\
% |\DropAffix\LJRII|                 & \dotfill \CapName\RevName\LKonoe\dag \\
% \dotfill \DropAffix\LJRII          & |\CapName\Konoe| \dotfill \CapName\Konoe\dag \\
% |\JRII | \dotfill \JRII            & \\
% |\SJRII| \dotfill \SJRII           & \textsc{``Native'' Eastern:} \\
%                                    & |\CapName\Yamt| \\
% \textsc{Nicknames:} \hfill (Section~\ref{sec:Fname}) & \dotfill \CapName\Yamt \\
% |\JRIV  | \dotfill \JRIV           & |\CapName\LYamt| \\
% |\LJRIV[Jay]| \dotfill \LJRIV[Jay] & \dotfill \CapName\LYamt \\
% |\SJRIV[Jay]| \dotfill \SJRIV[Jay] & |\CapName\Yamt| \\
% |\DropAffix\LJayR | \dotfill\DropAffix \LJayR & \dotfill \CapName\Yamt \\
% |\SJayR | \dotfill \SJayR          & |\RevName\LYamt| \\
% |\LewisFull| \dotfill \LewisFull   & \dotfill \RevName\LYamt \\
% |\LLewis| \dotfill \LLewis         & |\SYamt| \dotfill \SYamt \\
% |\Lewis | \dotfill \Lewis          & |\ForceFN\SYamt| \\
% |\SLewis| \dotfill \SLewis         & \dotfill \ForceFN\SYamt \\
% \end{tabular}
% \end{center}
% \ExcludeName{Attila, the Hun}
% \clearpage
%
% Sections~\ref{sec:standards},\marginpar{\small\raggedleft\dbend} \ref{sec:accents}, and~\ref{sec:IndexSort} deal with the pitfalls of accents and capitalization, as well as why you should use \cmd{\PretagName} for any name with control sequences or active Unicode under NFSS. This becomes very important when authors and publishers use medieval names as Western names.
%
% When index tagging or pre-tagging names, the \meta{Alternate names} field has no effect on index tags because it appears only in the text. \cmd{\JRIV} and \cmd{\JayR} need only one tag, as do \cmd{\LewisFull} and \cmd{\Lewis}:
% \begin{quote}\small\setstretch{1.1}
% |\TagName[John David]{Rockefeller, IV}{|\meta{something}|}|\\
% |\TagName[Clive Staples]{Lewis}{|\meta{something}|}|
% \end{quote}
%
% \subsubsection{Older Syntax}
% \label{sec:obsolete}
%
% An older syntax remains for backward compatibility with early versions of \textsf{nameauth}. The\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} old syntax generally inter-operates with the new, but it limits the use of \cmd{\AKA} and its derivatives. It does not permit using any name forms with comma-delimited suffixes. See also Section~\ref{sec:error}.
%
% \begin{quote}\small\setstretch{1.1}
% |\Name{Henry}[VIII]|\hfill|% |\emph{royal name}\\
% |\Name{Chiang}[Kai-shek]|\hfill|% |\emph{Eastern name}\\
% |\begin{nameauth}|\\
% |  \< Dagb & & Dagobert & I >|\hfill|% |\emph{royal name}\\
% |  \< Yosh & & Yoshida & Shigeru >|\hfill|% |\emph{Eastern name}\\
% |\end{nameauth}|
% \end{quote}
% Since the \meta{FNN} fields are empty, the final field becomes either \meta{affix} or \meta{FNN} and will appear in the index. With this example, we have:
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\Name{Henry}[VIII]| & \Name{Henry}[VIII]\ddag\\
% |\Name{Henry}[VIII]| & \Name{Henry}[VIII]\ddag\\
% |\Name{Chiang}[Kai-shek]| & \Name{Chiang}[Kai-shek]\ddag\\
% |\Name{Chiang}[Kai-shek]| & \Name{Chiang}[Kai-shek]\ddag\\\midrule
% |\Dagb| & \Dagb\ddag\\
% |\Dagb| & \Dagb\ddag\\
% |\CapName\Yosh| & \CapName\Yosh\ddag\\
% |\CapName\RevName\LYosh| & \CapName\RevName\LYosh\ddag\\\bottomrule
% \end{tabular}
% \end{center}
%
% \noindent|\Name{Henry}[VIII]|\marginpar{\large\raggedleft\textsf{\bfseries 2.6}\strut\break\small\raggedleft\dbend} (old syntax) will share name occurrences, tags, and index entries with |\Name{Henry, VIII}| (new syntax), as we see below. To avoid confusion, we do not recommend mixing these forms.
% \begin{quote}\small\setstretch{1.1}
% \NameAddInfo{Henry}[VIII]{ (\emph{Defensor Fidei})}|\NameAddInfo{Henry}[VIII]{ (\emph{Defensor Fidei})}|\\
% \texttt{\dots}\\
% |\Name*{Henry, VIII}\NameQueryInfo{Henry, VIII}|\\
% \Name*{Henry, VIII}\NameQueryInfo{Henry, VIII}
% \end{quote}
%
% Presently\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut\break\small\raggedleft\dbend} |\Name*{Henry, VIII}[Tudor]| prints ``\Name*{Henry, VIII}[Tudor]'' in the body text and ``Henry VIII'' in the index. In former versions of this package it would have produced ``Henry VIII Tudor'' in the text and in the index. \textbf{Since the older behavior was discouraged, it no longer will be supported and no backward compatibility will exist.} See also Sections~\ref{sec:indextag} and~\ref{sec:tagtext}.
% \let\NamesFormat\OldFormat
% \clearpage
%
% \subsection{Package Options}
% \label{sec:options}
%
% One includes the \textsf{nameauth} package thus:
% \begin{quote}\small
% |\usepackage[|\meta{$option_1$}|,|\meta{$option_2$}|,|\dots|]{nameauth}|
% \end{quote}
% The options have no required order. Still, we discuss them from the general to the specific, as the headings below indicate.
%
% \begin{center}\bfseries Default options are shown in boldface.\\[2ex]
% \large Choosing Features\end{center}
%
% \noindent{\bfseries Enable Package Warnings}\\[1ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\texttt{verbose} & Show warnings about index cross-references.\\
% \end{tabular}}\\[1ex]
% The default\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} suppresses package warnings from the indexing macros. Warnings from the \texttt{nameauth} environment are not suppressed.\bigskip
%
% \noindent{\bfseries Choose Formatting}\\[1ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{mainmatter} & \bfseries Start with ``main-matter names'' and formatting hooks (page~\pageref{page:PostProcess}).\\
% \quad\texttt{frontmatter} & Start with ``front-matter names'' and hooks.\\
% \quad\texttt{alwaysformat} & Use only respective ``first use'' formatting hooks.\\
% \quad\texttt{formatAKA} & Format names declared by \cmd{\AKA} like other main- and front-matter names.\\
% \quad\texttt{oldAKA} & Force \cmd{\AKA*} to act like it did before v.3.0.\\
% \end{tabular}}\\[1ex]
% The default \texttt{mainmatter} option and the \texttt{frontmatter} option enable two different systems of name use and formatting. They are mutually exclusive. \cmd{\NamesActive} starts the main matter system when \texttt{frontmatter} is used. See Section~\ref{sec:formatting}.
%
% The \texttt{alwaysformat} option forces ``first use'' hooks globally. The \texttt{formatAKA} option affects ``first-use'' formatting and \cmd{\AKA} (Section~\ref{sec:AKA}). Both \texttt{alwaysformat} and \texttt{formatAKA} can be used with either \texttt{mainmatter} or \texttt{frontmatter}.
%
% \textbf{Using\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} \texttt{oldAKA} option forces \cmd{\AKA*} always to print a ``forename'' field in the text, as it did in versions 2.6 and older.} Otherwise the current behavior of \cmd{\AKA*} prints in the same fashion as \cmd{\FName} (see Sections~\ref{sec:Fname} and~\ref{sec:AKA}).\bigskip
%
% \noindent{\bfseries Enable/Disable Indexing}\\[1ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{index} & \bfseries Create index entries in place with names.\\
% \quad\texttt{noindex} & Suppress indexing of names.\\
% \end{tabular}}\\[1ex]
% These apply only to the \textsf{nameauth} package macros. The default \texttt{index} option enables name indexing right away. The \texttt{noindex} option disables the indexing of names until \cmd{\IndexActive} enables it. {\bfseries Both \texttt{noindex} and \cmd{\IndexInactive} suppress index tags.} See Section~\ref{sec:SectionIndex}.\bigskip
%
% \noindent{\bfseries Enable/Disable Index Sorting}\\[1ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{pretag} & \bfseries Create sort keys used with \texttt{makeindex}.\\
% \quad\texttt{nopretag} & Do not create sort keys. \\
% \end{tabular}}\\[1ex]
% The default allows \cmd{\PretagName} to create sort keys used with NFSS or \texttt{makeindex} and its analogues. This option exists to switch sorting off if needed for \texttt{xindy}. See Section~\ref{sec:IndexSort}.
% \clearpage
%
% \begin{center}\large\bfseries Affect the Syntax of Names\end{center}
% {\bfseries Show/Hide Affix Commas}\\[2ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{nocomma} & \bfseries Suppress commas between surnames and affixes, following the \emph{Chicago Manual of Style} and other conventions.\\
% \quad\texttt{comma} & Retain commas between surnames and affixes.\\
% \end{tabular}}\\[1ex]
% This option is set at load time. If you use \emph{modern standards}, choose the default \texttt{nocomma} option to get, \emph{e.g.}, ``\Name[J.E.]{Carter, Jr.}[James Earl].'' If you need to adopt \emph{older standards} that use commas between surnames and affixes, you have two choices:
% \begin{enumerate}
% \item The \texttt{comma} option globally produces, \emph{e.g.}, ``\ShowComma\Name*[J.E.]{Carter, Jr.}[James Earl].''
% \item Section~\ref{sec:Affix} shows how one can use \cmd{\ShowComma} with the \texttt{nocomma} option and \cmd{\NoComma} with the \texttt{comma} option to get per-name results.
% \end{enumerate}\medskip
%
% \noindent{\bfseries Capitalize Entire Surnames}\\[2ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{normalcaps} & \bfseries Do not perform any special capitalization.\\
% \quad\texttt{allcaps} & Capitalize entire surnames, such as romanized Eastern names.\\
% \end{tabular}}\\[1ex]
% This only capitalizes names printed in the body text. English standards usually do not propagate typographic changes into the index.
%
% Still,\marginpar{\small\raggedleft\dbend} you can use this package with non-English conventions. You can add, \emph{e.g.}, uppercase or small caps in surnames, formatting them also in the index. See also Sections~\ref{sec:nonenglish} and~\ref{sec:Hooksc} The simplified interface aids the embedding of control sequences in names. Section~\ref{sec:Eastern} deals with capitalization on a section-level and per-name basis.\bigskip
%
% \noindent{\bfseries Reverse Name Order}\\[2ex]
% {\setstretch{1.1}\begin{tabular}{p{0.22\textwidth}p{0.6\textwidth}}
% \quad\bfseries\texttt{notreversed} & \bfseries Print names in the order specified by \cmd{\Name} and the other macros.\\
% \quad\texttt{allreversed} & Print all name forms in ``smart'' reverse order.\\
% \quad\texttt{allrevcomma} & Print all names in ``Surname, Forenames'' order, meant for Western names.\\
% \end{tabular}}\\[1ex]
% These options should not be used indiscriminately. Reversing can have unwanted results with ancient/medieval names. Section~\ref{sec:Eastern} can help guide you on whether to consider global or per-name reversing for Eastern names.
%
% So-called ``last-comma-first'' lists of names via \texttt{allrevcomma} and the macros \cmd{\ReverseCommaActive} and \cmd{\RevComma} (Section~\ref{sec:LastFirst}) are \emph{not} the same as the \texttt{comma} option. They are designed for Western names.
% \clearpage
%
% \phantomsection\label{page:PostProcess}
% \begin{center}\large\bfseries Typographic Post-Processing\end{center}
% \noindent Sections~\ref{sec:nonenglish},\marginpar{\small\raggedleft\dbend} \ref{sec:formatting}, and~\ref{sec:Hooksa}f. explain this topic in greater detail, but are more advanced regarding technical details. Post-processing does not affect the index and comes after ``syntactic formatting'' (control sequences always present in the \textsf{nameauth} macro arguments).\footnote{This package was designed with type hierarchies in mind, although it has become more flexible. See Robert Bringhurst, \emph{The Elements of Typographic Style}, version 3.2 (Point Roberts, Washington: Hartley \& Marks, 2008), 53--60.}
%
% What\marginpar{\large\raggedleft\textsf{\bfseries 2.4}\strut} was ``typographic formatting'' has become a generalized concept of ``post-processing'' via these hook macros:
% \begin{itemize}
% \item \cmd{\NamesFormat} formats first uses of main-matter names.
% \item \cmd{\MainNameHook} formats subsequent uses of main-matter names.
% \item \cmd{\FrontNamesFormat} formats first uses of front-matter names.
% \item \cmd{\FrontNameHook} formats subsequent uses of front-matter names.
% \end{itemize}\smallskip
%
% Sections~\ref{sec:formatting} and~\ref{sec:Hooksa}f. offer substantially more complex possibilities for such hooks.\footnote{I drew some inspiration from the typography in Bernhard Lohse, \emph{Luthers Theologie} (G\"ottingen: Vandenhoeck \& Ruprecht, 1995) and the five-volume series by Jaroslav J. Pelikan Jr., The Christian Tradition: A History of the Development of Doctrine (Chicago: Chicago UP, 1971--89). Each volume in the series has its own title.}
% By default, they do nothing.\marginpar{\small\raggedleft\cmd{\global}} Changes to the formatting hooks apply within the scope where they are made. To change that, use \cmd{\global} explicitly.
%
% English typography has been the default design choice for this package. Still, one can use German, French, and similar standards, which I group as ``Continental.'' Sections~\ref{sec:nonenglish} and~\ref{sec:Hooksc} have more on the topic, as well as the use of sort tags in Section~\ref{sec:IndexSort}. Continental standards format surnames only, both in the text and in the index. This conflicts with some deliberately ambiguous name forms in \textsf{nameauth}.\footnote{Ancient, Eastern, and suffixed name forms have the same pattern.}
% To get formatting in the index one must add it in the macro arguments. The simplified interface aids this process. Continental users may have to implement their own capitalization features; see Sections~\ref{sec:standards} and~\ref{sec:Hooksc}.\medskip
%
% \noindent{\bfseries Formatting Attributes}\\[2ex]
% {\setstretch{1.1}\begin{tabular}{ll}
% \quad\texttt{smallcaps} & Set the first use of an entire name in small caps.\footnotemark\\
% \quad\texttt{italic} & Set the first use of an entire name in italic.\\
% \quad\texttt{boldface} & Set the first use of an entire name in boldface.\\
% \quad\bfseries\texttt{noformat} & \bfseries Do not define a default format.\\
% \end{tabular}}\\
% \footnotetext{Many users will not be affected by these changes. Many prefer the \texttt{noformat} option. If you did use the default option in the past, you can recover that behavior with the \texttt{smallcaps} option.}
%
% The options that assign a font change are intended for ``quick'' solutions based on English typography. They change only \cmd{\NamesFormat}, the macro that formats first instances of names in the main matter.\bigskip
%
% \textbf{Current\marginpar{\large\raggedleft\textsf{\bfseries 2.5}\strut} versions assign no default formatting to names.}
% \clearpage
%
% \subsection{Naming Macros}
% \label{sec:Naming}
%
% \subsubsection{\texttt{\textbackslash Name} and \texttt{\textbackslash Name*}}
%
% \DescribeMacro{\Name}
% \DescribeMacro{\Name*}
% \cmd{\Name} displays and indexes names. Also see the quick start (Section~\ref{sec:simplestart}) and reference (Section~\ref{sec:PatRef}). It always prints the required ``surname'' field. \cmd{\Name} prints the full name at the first occurrence, then a partial form thereafter. \cmd{\Name*} always prints the full name. These macros generate index entries before and after a name in the body text in case of a page break. The general syntax is:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\Name}| |\oarg{FNN}\marg{SNN|,| opt. FNN/Affix}\oarg{Alternate names}\\
% \cmd{\Name}|*|\oarg{FNN}\marg{SNN|,| opt. FNN/Affix}\oarg{Alternate names}
% \end{quote}
% In\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} the body text, not the index, the \meta{Alternate names} field replaces the \meta{FNN} field or the \meta{opt. FNN/Affix} field if they exist. If neither of the latter exist, then the old syntax is used (Section~\ref{sec:obsolete}). We see this below:
%
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Einstein & Albert & Einstein & >|\\
% |  \< Cicero & M.T. & Cicero & >|\\
% |  \< Confucius & & Confucius & >|\\
% |  \< Miyazaki & & Miyazaki, Hayao & >|\\
% |  \< CBald & & Charles, the Bald & >|\\
% |\end{nameauth}|
% \end{quote}
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\Name [Albert]{Einstein}| or |\Einstein| & \Name [Albert]{Einstein}\\
% |\Name*[Albert]{Einstein}| or |\LEinstein| & \LEinstein\\
% |\Name [Albert]{Einstein}| or |\Einstein| & \Einstein\\\midrule
% |\Name [M.T.]{Cicero}| or |\Cicero| & \Name [M.T.]{Cicero}\\
% |\Name*[M.T.]{Cicero}[Marcus Tullius]| & \Name*[M.T.]{Cicero}[Marcus Tullius]\\
% |\Name [M.T.]{Cicero}| or |\Cicero| & \Cicero\\\midrule
% |\Name {Confucius}| or |\Confucius| & \Confucius\\\midrule
% |\Name {Miyazaki, Hayao}| or |\Miyazaki| & \Name {Miyazaki, Hayao}\\
% |\Name*{Miyazaki, Hayao}[Sensei]| & \Name*{Miyazaki, Hayao}[Sensei]\\
% |\Name {Miyazaki, Hayao}| or |\Miyazaki| & \Name {Miyazaki, Hayao}\\\midrule
% |\Name {Charles, the Bald}| or |\CBald| & \CBald\\
% |\Name*{Charles, the Bald}| or |\LCBald| & \Name*{Charles, the Bald}\\
% |\Name {Charles, the Bald}| or |\CBald| & \Name {Charles, the Bald}\\\bottomrule
% \end{tabular}
% \end{center}
%
% When using the simplified interface, the preferred way to get alternate names is |\LCicero[Marcus Tullius]| and |\LMiyazaki[Sensei]|: \LCicero[Marcus Tullius] and \LMiyazaki[Sensei]. The next section explains why that is so.
%
% Note also that the alternate forename goes away in subsequent name references. |\Name [M.T.]{Cicero}[Marcus Tullius]| shows up as just \Name [M.T.]{Cicero}[Marcus Tullius] in that case. By default, subsequent name references are surnames only.
% \clearpage
%
% \subsubsection{Forenames: \texttt{\textbackslash FName}}
% \label{sec:Fname}
%
% \DescribeMacro{\FName}
% \DescribeMacro{\FName*}
% \cmd{\FName} and its synonym \cmd{\FName*} print just personal names, but only in subsequent name uses. The two macros are the same in case you edit \cmd{\Name*} by adding an \texttt{F} to get a first reference. They print a full name, not a short name, when a name is used for the first time. The syntax is:
% \begin{quote}\small
% \cmd{\FName}\oarg{FNN}\marg{SNN|,| opt. FNN/Affix}\oarg{Alternate names}
% \end{quote}
% These\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut}
% \DescribeMacro{\ForceFN}
% macros work with both Eastern and Western names, but to get an Eastern personal name, one must precede these macros with \cmd{\ForceFN}. Otherwise you would get poor results with some royal and ancient names. See also Sections~\ref{sec:tweaks} and~\ref{sec:PatRef}. Examples of general use include: %
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\FName[Albert]{Einstein}| or |\SEinstein| & \SEinstein\\\midrule
% |\FName[M.T.]{Cicero}[Marcus Tullius]| \\
% or |\SCicero[Marcus Tullius]| & \SCicero[Marcus Tullius]\\\midrule
% |\FName{Confucius}|  or |\SConfucius |& \FName{Confucius}\\\midrule
% |\FName{Miyazaki, Hayao}| or |\SMiyazaki| & \FName{Miyazaki, Hayao}\\
% |\ForceFN\FName{Miyazaki, Hayao}|\\
% or |\ForceFN\SMiyazaki| & \ForceFN\FName{Miyazaki, Hayao}\\
% |\ForceFN\FName{Miyazaki, Hayao}[Sensei]|\\
% or |\ForceFN\SMiyazaki[Sensei]| & \ForceFN\FName{Miyazaki, Hayao}[Sensei]\\\midrule
% |\FName{Charles, the Bald}| or |\SCBald| & \SCBald\\
% |\ForceFN\FName{Charles, the Bald}|\\
% or |\ForceFN\SCBald| & \ForceFN\SCBald\\\bottomrule
% \end{tabular}
% \end{center}
%
% If we use |\FName[Chesley B.]{Sullenberger, III}[Sully]| we get ``\FName[Chesley B.]{Sullenberger, III}[Sully]'' and ``\FName[Chesley B.]{Sullenberger, III}[Sully]'' because the \meta{Alternate names} always replace the forenames. Please use caution!
% \begin{nameauth}%
% \< Ches & Chesley B. & Sullenberger, III & >
% \< Sully & Chesley B. & Sullenberger, III & Sully >
% \end{nameauth}%
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< LewisFull & Clive Staples & Lewis & >|\\
% |  \< Lewis & Clive Staples & Lewis & C.S. >|\\
% |  \< Ches & Chesley B. & Sullenberger, III & >|\\
% |  \< Sully & Chesley B. & Sullenberger, III & Sully >|\\
% |\end{nameauth}|
% \end{quote}
% \ForgetName[Clive Staples]{Lewis}%
% Some names might call for this name-swapping. For example, if a book section refers always to \Lewis, but another section introduces him as \Name*[Clive Staples]{Lewis} and the editor wants to index him as such, then the two shorthands for \Lewis\ above might be appropriate. Section~\ref{sec:simplestart} illustrates several examples.
%
% \ForgetName[Chesley B.]{Sullenberger, III}
% Using ``default nicknames'' in the simplified interface has some caveats. The\marginpar{\small\raggedleft\dbend} first use \cmd{\Ches} prints ``\Ches.'' Later, \cmd{\SChes} and \cmd{\SSully} print ``\SChes'' and ``\SSully.'' While |\SChes[Sully]| always gives ``\SChes[Sully],'' |\SSully[Chesley B.]| prints ``\SSully[Chesley B.].'' With \cmd{\Sully}, the \meta{Alternate names} field is already occupied, making |[Chesley B.]| normal text.
% \clearpage
%
% \subsection{Language Issues}
%
% \subsubsection{Affixes Need Commas}
% \label{sec:Affix}
%
% Comma-delimited affixes handle several different name types. \emph{Always include a comma as an affix delimiter}, even when commas are not printed. Extra spaces between the comma and affix are ignored.
%
% \begin{center}\small\ForgetName{Sun, Yat-sen}\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\Name[Oskar]{Hammerstein, II}| & \Name[Oskar]{Hammerstein, II}\\
% |\Name[Oskar]{Hammerstein, II}| & \Name[Oskar]{Hammerstein, II}\\\midrule
% |\Name{Louis, XIV}| & \Name{Louis, XIV}\\
% |\Name{Louis, XIV}| & \Name{Louis, XIV}\\\midrule
% |\Name{Sun, Yat-sen}| & \Name{Sun, Yat-sen}\\
% |\Name{Sun, Yat-sen}| & \Name{Sun, Yat-sen}\\\bottomrule
% \end{tabular}
% \end{center}
%
% One\marginpar{\small\raggedleft\dbend} cannot use the old syntax with the \Name[Oskar]{Hammerstein, II} example. If you tried to use {\IndexInactive|\Name[Oskar]{Hammerstein}[II]| you would get ``\Name[Oskar]{Hammerstein}[II].''} Western names with suffixes must use the comma-delimited syntax. Also, one must use comma-delimited suffixes to cross-reference all name forms with \cmd{\AKA}. For a full description see Section~\ref{sec:AKA}.\medskip
%
% \DescribeMacro{\KeepAffix}
% Put \cmd{\KeepAffix} before \cmd{\Name} or \cmd{\AKA} if a \meta{SNN, affix} pair is split: ``\Name*{Louis, XIV}.'' |\KeepAffix\Name*{Louis, XIV}| prevents that break by inserting a non-breaking space between \meta{SNN} and \meta{affix} (or \meta{SNN} and \meta{Eastern FNN}) in the body text, but not in the index. Spaces between multiple names in each name field are not affected. This works with all name types handled by \textsf{nameauth}.\medskip
%
% \DescribeMacro{\DropAffix}
% Preceding\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} the naming macros with \cmd{\DropAffix} will suppress an affix in a Western name. |\DropAffix\Name*[Oskar]{Hammerstein, II}| produces ``\DropAffix\Name*[Oskar]{Hammerstein, II}.'' This does not affect non-Western names.\medskip
%
% One can switch between the macros below without affecting entries in the index. Do, however, strive for consistency.\medskip
%
% \DescribeMacro{\ShowComma}
% If you do not want to use the \texttt{comma} option, \cmd{\ShowComma} gets the same results on a per-name basis for Western names while using the default \texttt{nocomma}:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\Name*[Louis]{Gossett, Jr.}| & \Name*[Louis]{Gossett, Jr.}\\
% |\ShowComma\Name*[Louis]{Gossett, Jr.}| & \ShowComma\Name*[Louis]{Gossett, Jr.}\\\bottomrule
% \end{tabular}
% \end{center}\medskip
%
% \DescribeMacro{\NoComma}
% If you\marginpar{\large\raggedleft\textsf{\bfseries 2.6}\strut} do wish to use the \texttt{comma} option, \cmd{\NoComma} can suppress a comma between the surname and affix on a per-name basis. For example, we alter package internals to simulate the \texttt{comma} option for the two tables below:
% \makeatletter\@nameauth@AlwaysCommatrue\makeatother
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\Name*[Louis]{Gossett, Jr.}| & \Name*[Louis]{Gossett, Jr.}\\
% |\NoComma\Name*[Louis]{Gossett, Jr.}| & \NoComma\Name*[Louis]{Gossett, Jr.}\\\bottomrule
% \end{tabular}
% \end{center}
%
% This might be useful when making a comma-reversed form (Section~\ref{sec:LastFirst}) under the \texttt{comma} option, where you do not want the form \meta{SNN}|,| \meta{affix}|,| \meta{FNN}:
% \begin{center}\footnotesize\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\RevComma\Name*[Louis]{Gossett, Jr.}| & \RevComma\Name*[Louis]{Gossett, Jr.}\\
% |\RevComma\NoComma\Name*[Louis]{Gossett, Jr.}| & \RevComma\NoComma\Name*[Louis]{Gossett, Jr.}\\\bottomrule
% \end{tabular}
% \end{center}
% \makeatletter\@nameauth@AlwaysCommafalse\makeatother
%
% \subsubsection{Eastern Names}
% \label{sec:Eastern}
%
% The\marginpar{\small\raggedleft non-native} \textsf{nameauth} package offers ``non-native'' and ``native'' ways to handle romanized Eastern names. The ``non-native'' form really is a Western name (and it is indexed as such) that is made to look Eastern in the body text:
% \begin{quote}\small
%   \cmd{\RevName}\cmd{\Name*}\oarg{Eastern FNN}\marg{Eastern SNN}\oarg{Alternate names}
% \end{quote}
% The index entry of this name form looks like \meta{SNN}, \meta{FNN} (including the comma). This type of entry is a Western form. Pick non-native Eastern names when you need to have Western name forms in the index entries.\medskip
%
% In\marginpar{\small\raggedleft native} contrast, there are two general forms of syntax for ``native'' Eastern name forms, which are indexed as such and appear in Eastern name order in the body text. The new syntax permits alternate names; the old does not:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\Name}\marg{Eastern SNN, Eastern FNN}\\
% \cmd{\Name}\marg{Eastern SNN, Eastern FNN}\oarg{Alternate names}\\
% \cmd{\Name}\marg{Eastern SNN}\oarg{Eastern FNN}	(old syntax)
% \end{quote}
% The index entry of this name form looks like \meta{SNN} \meta{FNN} (no comma). This type of entry bears similarity with ancient and medieval forms. Pick native Eastern names when you want to use Eastern forms in the index.\medskip
%
% \DescribeMacro{\ReverseActive}
% \DescribeMacro{\ReverseInactive}
% \DescribeMacro{\RevName}
% In addition to the class options (Section~\ref{sec:options}), the macros \cmd{\ReverseActive} and \cmd{\ReverseInactive} toggle reversing on a larger scale, while \cmd{\RevName} is used once per name. The reverse output mechanism is designed to reverse full names only. Nevertheless, it does not force full names. Results vary, based on the type of Eastern name forms being used. Non-native forms are shown by a dagger (\dag):
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{rll}\toprule
%  & \emph{unchanged} & |\RevName|\\\midrule
% |\LKonoe| & \LKonoe\dag & \RevName\LKonoe\dag\\
% |\LKonoe[Minister]| & \LKonoe[Minister]\dag & \meta{not appropriate}\\
% |\Konoe| & \Konoe\dag & \RevName\Konoe\dag\\
% |\SKonoe| & \SKonoe\dag & \RevName\SKonoe\dag\\\midrule
% |\LYamt| & \LYamt & \RevName\LYamt\\
% |\LYamt[Admiral]| & \meta{not appropriate} & \RevName\LYamt[Admiral]\\
% |\Yamt| & \Yamt & \RevName\Yamt\\
% |\SYamt| & \SYamt & \RevName\SYamt\\
% |\ForceFN\SYamt| & \ForceFN\SYamt & \ForceFN\RevName\SYamt\\\bottomrule
% \end{tabular}
% \end{center}
%
% Creating\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} ``last-comma-first'' listings by surname (Section~\ref{sec:LastFirst}) only makes sense with Western names and maybe non-native Eastern names, but not with native Eastern names or ancient forms. That is why native Eastern forms and ancient forms are unaffected by the commatized form of reversing.
%
% Please\marginpar{\small\raggedleft\cmd{\global}} note that \cmd{\ReverseActive} and \cmd{\ReverseInactive} can be used explicitly as a pair. They also can be used singly within an explicit scope, where the effects cease after leaving that scope. Use \cmd{\global} to force a global effect.
% \clearpage
%
% \DescribeMacro{\AllCapsActive}
% \DescribeMacro{\AllCapsInactive}
% \DescribeMacro{\CapName}
% The \textsf{nameauth} package allows one to capitalize entire family names in the body text while keeping them in standard English form in the index. This capitalization is designed to work with Eastern name forms.
% Use \cmd{\AllCapsActive}, \cmd{\AllCapsInactive}, and \cmd{\CapName} for fully-capitalized family names in the body text. These macros are analogous to the reversing macros and may be used alone or with other prefix macros, \emph{e.g.}: \cmd{\CapName}\cmd{\RevName}\cmd{\Name*}\marg{SNN, Affix}.
%
% Both\marginpar{\small\raggedleft\cmd{\global}} \cmd{\AllCapsActive} and \cmd{\AllCapsInactive} have the same local restrictions as the other state-changing macros. Use \cmd{\global} to force a global effect.
%
% In the example below, names in Western order, then non-native Eastern order are marked with a dagger ({\dag}). All other names are in native Eastern, then Western order. Old-syntax forms have a double dagger(\ddag):
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{lll}\toprule
%  & \emph{unchanged} & |\CapName\RevName|\\\midrule
% |\Name*[Yoko]{Kanno}| & \CapName\Name*[Yoko]{Kanno}\dag & \CapName\RevName\Name*[Yoko]{Kanno}\dag\\
% |\Name*{Arai, Akino}| & \CapName\Name*{Arai, Akino} & \CapName\RevName\Name*{Arai, Akino}\\
% |\Name*{Ishida}[Yoko]| & \CapName\Name*{Ishida}[Yoko]\ddag & \CapName\RevName\Name*{Ishida}[Yoko]\ddag\\
% |\Name*{Yohko}| & \CapName\Name*{Yohko} & \CapName\RevName\Name*{Yohko}\\\bottomrule
% \end{tabular}
% \end{center}\smallskip
%
% Capitalization and reversing precede post-processing. The reversing and capitalization macros also work with \cmd{\AKA}. They affect only the text, not the index. For caps in the text and index see Sections~\ref{sec:nonenglish} and~\ref{sec:Hooksc}.
%
% \subsubsection{Initials}
%
% Omit spaces between initials if possible; see also Bringhurst's \emph{Elements of Typographic Style}. If your publisher wants spaces between initials, try putting thin spaces |\,| between them. Use \cmd{\PretagName} to get the correct index sorting:\bigskip
%
% \leavevmode\begin{minipage}[c]{0.4\textwidth}\footnotesize\setstretch{1.1}
% |\PretagName[E.\,B.]{White}%|\\
% |  {White, E. B.}|\\
% |\begin{nameauth}|\\
% |  \< White & E.\,B. & White & >|\\
% |\end{nameauth}|
% \end{minipage}
% \begin{minipage}[c]{0.42\textwidth}\footnotesize
% \def\sep{\vrule width0.5pt\kern-0.5pt}%
% \begin{tabular}{ll}\hline
% & \hphantom{E.}\sep\,\sep\hphantom{B.}\sep\hphantom{\ }\sep\hphantom{White}\\
% \cmd{\White} and \cmd{\LWhite} & \White\\
% & \hphantom{E.}\sep\,\sep\hphantom{B.}\sep\hphantom{\ }\sep\hphantom{White}\\\hline
% & \hphantom{E.}\sep\ \sep\hphantom{B.}\sep\ \sep\hphantom{White}\\
% Normal text:\hfill & {E. B. White}\\
% & \hphantom{E.}\sep\ \sep\hphantom{B.}\sep\ \sep\hphantom{White}\\\hline
% \end{tabular}
% \end{minipage}
%
% \subsubsection{Hyphenation}
%
% In English, some names come from other cultures. These names can break badly with standard hyphenation. The simplified interface trivializes the insertion of optional hyphens in names, but such hyphens must be used consistently:
%
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Striet & John & Striet\-el\-meier & >|\\
% |\end{nameauth}|
% \end{quote}
%
%  One also can fix bad breaks with the \textsf{babel} or \textsf{polyglossia} packages. This moves the solution from ``quick and dirty'' to elegant. We force a bad break: \Name[John]{Strietelmeier}. We can stop that using \textsf{babel}:
% \begin{quote}\small\setstretch{1.1}
% \newcommand\de[1]{\foreignlanguage{ngerman}{#1}}%
% |\newcommand\de[1]{\foreignlanguage{ngerman}{#1}}|\\
% |\de{\Name*[John]{Strietelmeier}}|
% \end{quote}
%
% \subsubsection{Listing by Surname}
% \label{sec:LastFirst}
%
% \DescribeMacro{\ReverseCommaActive}
% \DescribeMacro{\ReverseCommaInactive}
% \DescribeMacro{\RevComma}
% The reversing macros \cmd{\ReverseCommaActive}, \cmd{\ReverseCommaInactive}, and \cmd{\RevComma}\ let us reorder long Western names (via \cmd{\Name*} and the like). The first two are broad toggles, while the third works on a per-name basis.
%
% These macros\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} work independently of the reversing macros used with Eastern names. This change allows reversing and commas to work harmoniously with ``native'' Eastern and ancient names:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{lll}\toprule
% \Name*[J.S.]{Mill}[John Stuart] & \RevComma\Name*[J.S.]{Mill}[John Stuart] & OK\\
% \Name*[Oskar]{Hammerstein, II} & \RevComma\Name*[Oskar]{Hammerstein, II} & OK\\
% \Name*{John, Eriugena} & \RevComma\Name*{John, Eriugena} & no change\\
% \Name*{Mao}[Tse-tung] & \RevComma\Name*{Mao}[Tse-tung] & no change\\
% \Name*{Confucius} & \RevComma\Name*{Confucius} & no change\\\bottomrule
% \end{tabular}
% \end{center}
%
% Since\marginpar{\large\raggedleft\textsf{\bfseries 3.0}} reversing with commas is independent of ``native'' Eastern and ancient names, we see its effects on ``non-native'' Eastern names:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{rl}\toprule
% |\LKonoe| & \LKonoe\dag\\
% |\RevName\LKonoe| & \RevName\LKonoe\dag\\
% |\RevComma\LKonoe| & \RevComma\LKonoe\dag\\\bottomrule
% \end{tabular}
% \end{center}
%
% Both\marginpar{\small\raggedleft\cmd{\global}} \cmd{\ReverseCommaActive} and \cmd{\ReverseCommaInactive} have the same local restrictions as the other state-changing macros unless you use \cmd{\global}.
%
% \subsubsection{Particles}
% \label{sec:standards}
%
% According to the \emph{Chicago Manual of Style}, English names with the particles \emph{de}, \emph{de\ la}, \emph{d'}, \emph{von}, \emph{van}, and \emph{ten} generally keep them with the last name, using varied capitalization. \emph{Le}, \emph{La}, and \emph{L'} always are capitalized unless preceded by \emph{de}. This subsection deals mainly with accented names in English contexts.
%
% We\marginpar{\small\raggedleft non-breaking\break spaces} recommend inserting |~| or \cmd{\nobreakspace} between particles and names if the particles are less than three letters. This will keep them from becoming lost because of a bad break.
% \cmd{\CapThis} (below)\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} no longer consumes the space between a single-letter particle and a name.
%
% Some particles look very similar. For example, \emph{L'} and \emph{d'} are two separate glyphs each, while \emph{Ľ} and \emph{ď} are one Unicode glyph each.\medskip
%
% \DescribeMacro{\CapThis}
% In English, these particles go in the \meta{SNN} field of \cmd{\Name}, \emph{e.g.}, \ForgetName[Walter]{de la Mare}\Name[Walter]{de la Mare}. When the last name with the particle appears at the beginning of a sentence, one must capitalize the particle:
% \begin{quote}\small
% |\CapThis\Name[Walter]{de la Mare} will think it fair.%|\\
% |\CapThis\Soto\ would agree.|\\[1ex]
% \CapThis\Name[Walter]{de la Mare} will think it fair. \CapThis\Soto\ would agree.
% \end{quote}
% \clearpage
%
% The\marginpar{\small\raggedleft\dbend} Continental style for surnames (Sections~\ref{sec:nonenglish} and~\ref{sec:Hooksc}) does not work with \cmd{\CapThis}. Consider the example below or modify the examples from Section~\ref{sec:Hooksc} to implement an alternate method of capitalization.
% \begin{center}\footnotesize\setstretch{1.1}
% \begin{tabular}{rl}\toprule
% |\Name[Catherine]{\textsc{de'~Medici}}| & \Name[Catherine]{\textsc{de'~Medici}}\\\midrule
% |\textsc{De'~Medici}%|\\
% |\IndexName[Catherine]{\textsc{de'~Medici}}| & \textsc{De'~Medici}\IndexName[Catherine]{\textsc{de'~Medici}}\\\bottomrule
% \end{tabular}
% \end{center}
%
% \DescribeMacro{\AccentCapThis}
% If the source files\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} for the \textsf{nameauth} package have Unicode encoding and run on a Unicode-compliant system, \cmd{\AccentCapThis} is not necessary. See also page~\pageref{page:CapRoot}. If the text encoding of the source files is changed or there are system encoding issues, \cmd{\AccentCapThis} might be needed with NFSS when the first name character is an active Unicode character. See also Section \ref{sec:Unicode}.\medskip
%
% Medieval\marginpar{\small\raggedleft Medieval name\break issues} names present some interesting difficulties, often based on the expected standards of the context in which they are used:
% \begin{quote}\small\setstretch{1.1}
% |\PretagName{Thomas, à~Kempis}{Thomas a Kempis}|\hfill\emph{medieval}\\
% |\PretagName[Thomas]{à~Kempis}{Thomas a Kempis}|\hfill\emph{Western}\\
% |\begin{nameauth}|\\[0.2ex]
% |  \< KempMed & & Thomas, à~Kempis & >|\hfill\emph{medieval}\\
% |  \< KempW & Thomas & à~Kempis & >|\hfill\emph{Western}\\
% |\end{nameauth}|
% \end{quote}
% The medieval forms \KempMed\ and \KempMed\ use the particle as the first part of an affix. Please do not confuse the medieval forms with the Western forms. Otherwise you will get similar names with different index entries.\footnote{Properly speaking, ``à~Kempis'' and ``Aquinas'' are not surnames but suffixed place names. They create different index entries from Western names and look different in the text.}
%
% {\IndexInactive Many people still use medieval affixes as Western surnames: |\CapThis\KempW| displays \SubvertName[Thomas]{à~Kempis}``\CapThis\KempW.''\footnote{Ethnocentric treatment of names still occurs in academic literature. This is due to simplicity in work flow or conformity to name authorities. The \textsf{nameauth} package accommodates that, even if the package author finds such practices to be culturally insensitive.}}
% The publisher's way of handling names may differ from the standard way. This package allows for such variations. Yet some publishers have problems with some name forms.\footnote{An example of a true error is the index entry ``Yat-sen, Sun'' (as if Sun were a forename) in Immanuel Geiss, \emph{Personen: Die biographische Dimension der Weltgeschichte}, Geschichte Griffbereit vol. 2 (Munich: Wissen Media Verlag, 2002), 720. Still, the six-volume set is good.}
% Developing a good rapport with the publisher will help you apply this package to the company's style.\medskip
%
% If\marginpar{\small\raggedleft Alternates} the \textsf{nameauth} package is not used with UTF-8 encoding under NFSS or with \texttt{xelatex}/\texttt{lualatex}, the package still will work. Instead use control sequences, like |\Name[Thomas]{\`a~Kempis}|.
%
% Non-English contexts do not necessarily bind particles to surnames. Using \cmd{\Name} and \cmd{\FName} with alternate forenames helps address this and may skirt the particle capitalization issue. See also Section~\ref{sec:PatRef}.
% \clearpage
%
% \subsubsection{Accented Names}
% \label{sec:accents}
%
% For names that contain accented characters, using \texttt{xelatex} or \texttt{lualatex} with \texttt{xindy} (\texttt{texindy}) is recommended. See also Section~\ref{sec:engines}.
%
% In NFSS,\marginpar{\small\raggedleft\dbend} accented characters are active. Especially when using \texttt{makeindex}, use \cmd{\PretagName} for all names with active Unicode characters (Sections~\ref{sec:IndexSort} and~\ref{sec:Unicode}). These active characters differ from the control sequences you type:
% \begin{quote}\small\setstretch{1.1}
% \ForgetName{Æthelred, II}%
% |\Name[Johann]{Andre\"a}|\hfill {\IndexInactive\Name[Johann]{Andre\"a}}\\
% |\Name[Johann]{Andreä}|\hfill \Name[Johann]{Andreä} instead of \Name[Johann]{Andreä}\\
% |\Name{\AE thelred, II}|\hfill {\IndexInactive\Name{\AE thelred, II}}\\
% |\Name{Æthelred, II}|\hfill \Name{Æthelred, II} instead of \Name{Æthelred, II}
% \end{quote}
%
% See Section~\ref{sec:Unicode} on how to add additional Unicode glyphs to the default set under NFSS, \textsf{inputenc}, and \textsf{fontenc}. One may use expandable control sequences in names (thanks \Name*[Robert]{Schlicht}). Also, you can use \cmd{\edef} and \cmd{\noexpand} in names (Section~\ref{sec:Hooksc}, thanks \Name[Patrick]{Cousot}).
%
% \subsubsection{Non-English Format}
% \label{sec:nonenglish}
%
% See\marginpar{\small\raggedleft Continental\\ small caps} Sections~\ref{sec:formatting} and~\ref{sec:Hooksc} in addition to this section. We place this section here because it has a language-based element.
%
% By default, name post-processing only affects the text. Also by default, you cannot post-process Continental formatting because it occurs in both the text and the index via control sequences in the \textsf{nameauth} macro arguments. That usually requires \cmd{\PretagName} for index sorting (Section~\ref{sec:IndexSort}). Section ~\ref{sec:Hooksc} explains how to implement post-processing via \cmd{\noexpand} and other steps.
%
% Here we have a very basic attempt at Continental formatting of the surname in both the body text and the index. One cannot alter this formatting:
% \begin{quote}\small\setstretch{1.1}
% \indent|\PretagName[Greta]{\textsc{Garbo}}{Garbo, Greta}|\\
% \indent|\Name[Greta]{\textsc{Garbo}}|
% \end{quote}
% You get \Name[Greta]{\textsc{Garbo}}, then \Name[Greta]{\textsc{Garbo}}\,---\,even in the front matter. In order to get an unformatted reference to the name ``Garbo,''\IndexName[Greta]{\textsc{Garbo}} one must type something like |``Garbo''\IndexName[Greta]{\textsc{Garbo}}.|
%
% As with accented names, different control sequences produce different names. |\Name[\normalfont{Greta}]{\textsc{Garbo}}| looks exactly like name above, but it has a different index entry and different first/subsequent uses.
%
% A comma delimiter will split the macro argument into a root and an affix. To avoid an error regarding unbalanced braces, format the name and suffix separately. A suffixed Western name with Continental formatting looks like:
% \begin{quote}\small\setstretch{1.1}
% |\PretagName[Thurston]{\textsc{Howell},\textsc{III}}%|\\
% |  {Howell, Thurston 3}|\\
% |\begin{nameauth}|\\
% |  \< Howell & Thurston & \textsc{Howell},\textsc{III} & >|\\
% |\end{nameauth}|
% \end{quote}
% \cmd{\Howell} generates \Howell, then \Howell. The old syntax cannot be used with \LHowell.
% \clearpage
%
% For Eastern names we have a related example that uses both the new syntax and the old syntax:
% \begin{quote}\small\setstretch{1.1}
% |\PretagName{\uppercase{Fukuyama}}[Takeshi]{Fukuyama Takeshi}|\\
% |\begin{nameauth}|\\
% |  \< Fukuyama  & & \uppercase{Fukuyama}, Takeshi &         >|\\
% |  \< OFukuyama & & \uppercase{Fukuyama}          & Takeshi >|\\
% |\end{nameauth}|
% \end{quote}
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{rl}\toprule
% |\Fukuyama| & \Fukuyama\\
% |\OFukuyama| & \OFukuyama\\
% |\LOFukuyama| & \LOFukuyama\\
% |\Fukuyama| & \Fukuyama\\\bottomrule
% \end{tabular}
% \end{center}
% The old syntax and new syntax inter-operate. The built-in capitalization macros will not work here. For an alternate solution, see Section~\ref{sec:Hooksc}.
%
% \subsection{Spaces and Punctuation}
% \label{sec:tolerance}
%
% The \textsf{nameauth} package protects against some typing errors. Adding extra spaces \emph{normally} does not produce unique names. The simplified interface also is fault-tolerant with spaces. The variations below illustrate this point:
%
% \begin{center}\small\setstretch{1.1}\ForgetName[Martin Luther]{King, Jr.}
% \begin{tabular}{ll}\toprule
% \textit{Macro Example} & \textit{Resulting Text}\\\midrule
% |\Name*[Martin Luther]{King, Jr.}| & \Name*[Martin Luther]{King, Jr.}\\
% \cmd{\Name*}\texttt{[\textvisiblespace\textvisiblespace Martin Luther]\{\textvisiblespace\textvisiblespace King, Jr.\}} & \Name*[  Martin Luther]{  King, Jr.}\\
% \cmd{\Name*}\texttt{[Martin Luther\textvisiblespace\textvisiblespace]\{King, Jr.\textvisiblespace\textvisiblespace\}} & \Name*[Martin Luther  ]{King, Jr.  }\\
% \cmd{\Name*}\texttt{[\textvisiblespace Martin Luther\textvisiblespace]\{\textvisiblespace King, Jr.\textvisiblespace\}} & \Name*[ Martin Luther ]{ King, Jr. }\\
% \cmd{\Name*}\texttt{[Martin\textvisiblespace\textvisiblespace\textvisiblespace Luther]\{King\textvisiblespace,\textvisiblespace\textvisiblespace Jr.\}} & \Name*[Martin   Luther]{King ,  Jr.}\\\bottomrule
% \end{tabular}
% \end{center}
%
% In Western names, affixes like ``Jr.'' (junior), ``Sr.'' (senior), ``d.\,J.'' (\textit{der J\"ungere}), and ``d.\,\"A.'' (\textit{der \"Altere}) can collide with the full stop in a sentence. \cmd{\Name}, \cmd{\FName}, and \cmd{\AKA} detect this in the printed form of a name and gobble the subsequent full stop as needed:
%
% \begin{center}\footnotesize\setstretch{1.1}\ForgetName[Martin Luther]{King, Jr.}
% \begin{tabular}{r@{\hbox to 1em{\hfil}}c@{\hbox to 1em{\hfil}}l}\toprule
% \textit{Macro Example\hfill} & \textit{periods} & \textit{Resulting Text}\\\midrule
% |\Name[Martin Luther]{King, Jr.}.| & $2\rightarrow1$ & \Name[Martin Luther]{King, Jr.}.\\
% |\Name[Martin Luther]{King, Jr.}.| & $2\rightarrow1$ & \Name[Martin Luther]{King, Jr.}.\\
% |\Name[Martin Luther]{King, Jr.}|\texttt{\textvisiblespace} & $1\rightarrow0$ & \Name[Martin Luther]{King, Jr.}\\
% |\Name*[Martin Luther]{King, Jr.}.| & $2\rightarrow1$ & \Name*[Martin Luther]{King, Jr.}.\\
% |\Name*[Martin Luther]{King, Jr.}|\texttt{\textvisiblespace} & $1\rightarrow1$ & \Name*[Martin Luther]{King, Jr.}\\\bottomrule
% \end{tabular}
% \end{center}
% Grouping tokens can frustrate this: |{\Name*[Martin Luther]{King, Jr.}}.| produces ``{\Name*[Martin Luther]{King, Jr.}}.'' (two periods). Enclosing |{Jr.}| within braces or a macro will do the same. If you must format the affix, leave the period outside: |\Name[Martin Luther]{\textsc{King}, \textsc{Jr}.}| Cf. Section~\ref{sec:nonenglish}.
% \clearpage
%
% \subsection{Formatting in the Text}
% \label{sec:formatting}
%
% There are two kinds of formatting at work:
% \begin{enumerate}\small
% \item \textbf{Syntactic Formatting:} The default includes reversing and capitalizing macros. Otherwise one must embed control sequences in name arguments.
% \item \textbf{Name Post-Processing:} The hook macros apply formatting to the final form that a name takes in the text.
% \end{enumerate}
%
% \DescribeMacro{\NamesFormat}
% \DescribeMacro{\FrontNamesFormat}
% \DescribeMacro{\MainNameHook}
% \DescribeMacro{\FrontNameHook}
% The\marginpar{\large\raggedleft\textsf{\bfseries 2.5}\strut}
% ``main-matter'' and ``front-matter'' systems are independent systems of formatting and first/subsequent name use. The main-matter system uses \cmd{\NamesFormat} to post-process first occurrences of names and \cmd{\MainNameHook} for subsequent uses. The front-matter system uses \cmd{\FrontNamesFormat} for first occurrences of names and \cmd{\FrontNameHook} for subsequent uses. The \texttt{alwaysformat} option causes every name to be formatted with the ``first-use'' hooks.
%
% \DescribeMacro{\NamesActive}
% \DescribeMacro{\NamesInactive}
% Using the \texttt{frontmatter} option or \cmd{\NamesInactive} causes the naming macros to use the front matter formatting hook until \cmd{\NamesActive} switches the macros to the independent main matter formatting hooks. Additionally, two independent systems of names are created: front-matter names and main-matter names.
%
% Please\marginpar{\small\raggedleft\cmd{\global}} note that these two macros can be used explicitly as a pair. They also can be used singly within an explicit scope, where the effects cease after leaving that scope. Use \cmd{\global} to force a global effect.
%
% By default, these two systems of names differ only between recognition of first and subsequent uses. We change the first-use formatting hooks in this section to show a greater distinction:
% \begin{quote}\small\setstretch{1.1}
% |\let\OldFormat\NamesFormat|\\
% |\let\OldFrontFormat\FrontNamesFormat|\\
% |\renewcommand*\NamesFormat{\scshape}|\\
% |\renewcommand*\FrontNamesFormat{\bfseries}|
% \end{quote}
% \let\OldFormat\NamesFormat\ignorespaces%
% \let\OldFrontFormat\FrontNamesFormat\ignorespaces%
% \renewcommand*\NamesFormat{\scshape}\ignorespaces%
% \renewcommand*\FrontNamesFormat{\bfseries}\ignorespaces%
% Now we switch to the ``front matter'' mode:
% \begin{quote}\small\setstretch{1.1}
% \NamesInactive\cmd{\NamesInactive}\NamesInactive\\[0.4ex]
% \begin{tabular}{@{}ll}
% |\Name[Rudolph]{Carnap}| & \Name[Rudolph]{Carnap}\\
% |\Name[Rudolph]{Carnap}| & \Name[Rudolph]{Carnap}\\
% |\Name[Nicolas]{Malebranche}| & \Name[Nicolas]{Malebranche}\\
% |\Name[Nicolas]{Malebranche}| & \Name[Nicolas]{Malebranche}\\
% \end{tabular}
% \end{quote}
% Then we switch back to ``main matter'' mode:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\NamesActive}\NamesActive\\[0.4ex]
% \begin{tabular}{@{}ll}
% |\Name[Rudolph]{Carnap}| & \Name[Rudolph]{Carnap}\\
% |\Name[Rudolph]{Carnap}| & \Name[Rudolph]{Carnap}\\
% |\Name[Nicolas]{Malebranche}| & \Name[Nicolas]{Malebranche}\\
% |\Name[Nicolas]{Malebranche}| & \Name[Nicolas]{Malebranche}\\
% \end{tabular}
% \end{quote}
% \clearpage
%
% Below\marginpar{\small\raggedleft\dbend} we simulate the \texttt{alwaysformat} option by manipulating the package internals. After the examples, we reset the formatting hooks.
% \makeatletter\@nameauth@AlwaysFormattrue\makeatother%
% \ForgetName[Albert]{Einstein}\ForgetName{Confucius}%
% \ForgetName[M.T.]{Cicero}\ForgetName{Charles, the Bald}%
% \begin{itemize}
% \item\NamesInactive Using \texttt{alwaysformat} in the front matter will produce: \Name[Albert]{Einstein}, then  \Name[Albert]{Einstein}; \Name{Confucius}, then \Name{Confucius}.
% \item \global\NamesActive Using \texttt{alwaysformat} in the main matter will produce: \Name[M.T.]{Cicero}[Marcus Tullius], then \Name[M.T.]{Cicero}[Marcus Tullius]; \Name{Charles, the Bald}, then \Name{Charles, the Bald}.
% \end{itemize}
% \makeatletter\@nameauth@AlwaysFormatfalse\makeatother
%
% Basic\marginpar{\small\raggedleft\dbend} formatting changes can take either the font switch forms or the font command forms. The following also work:
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*\NamesFormat{\textsc}|\\
% |\renewcommand*\FrontNamesFormat{\textbf}|
% \end{quote}
% That is because the formatting hooks are called in such a manner that lets them either have one argument or not and keeps their changes local via:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\bgroup}\meta{Hook}|{#1}|\cmd{\egroup}
% \end{quote}
%
% The\marginpar{\small\raggedleft\dbend} previous examples illustrate the independent systems or ``species'' of names. This is most useful when you want to format names one way in the regular body text but another way somewhere else. In footnotes, for example, we could locally redefine \cmd{\NamesFormat} to create custom formatting:
% \begin{quote}\small\setstretch{1.1}
% |\makeatletter|\\
% |\let\@oldfntext\@makefntext|\\
% |\long\def\@makefntext#1{%|\\
% |  \renewcommand*\NamesFormat{\itshape}\@oldfntext{#1}}|\\
% |\let\@makefntext\@oldfntext% just in case|\\
% |\makeatother|
% \end{quote}
% \makeatletter\ignorespaces%
% \let\@oldfntext\@makefntext%
% \long\def\@makefntext#1{\renewcommand*\NamesFormat{\itshape}\@oldfntext{#1}}%
% \makeatother%
%
% The problem above is that \Name[John Maynard]{Keynes} in the text affects formatting in the footnotes.\footnote{You get the name \cmd{\Name}\texttt{[John Maynard]\{Keynes\}} \Name[John Maynard]{Keynes} instead of \cmd{\ForgetName}\texttt{[John Maynard]\{Keynes\}}\cmd{\Name}\texttt{[John Maynard]\{Keynes\}} \ForgetName[John Maynard]{Keynes}\Name[John Maynard]{Keynes}.}
% Using \cmd{\ForgetName} to address this can be tedious.
%
% A different, simpler solution uses the front-matter system:
% \begin{quote}\small\setstretch{1.1}
% |\makeatletter|\\
% |\let\@oldfntext\@makefntext|\\
% |\long\def\@makefntext#1{%|\\
% |  \NamesInactive\@oldfntext{#1}\NamesActive%|\\
% |}\makeatother|
% \end{quote}
% \makeatletter\ignorespaces%
% \long\def\@makefntext#1{\NamesInactive\@oldfntext{#1}\NamesActive}%
% \makeatother%
% Your footnotes do not affect the main body text now.\footnote{We have \Name[John Maynard]{Keynes}, then \Name[John Maynard]{Keynes}.}
% We change footnotes back to normal and restore the formatting hooks with the following:
% \begin{quote}\small\setstretch{1.1}
% |\makeatletter%|\\
% |\let\@makefntext\@oldfntext%|\\
% |\makeatother|\\[1ex]
% |\let\NamesFormat\OldFormat|\\
% |\let\FrontNamesFormat\OldFrontFormat|
% \end{quote}
% \makeatletter\ignorespaces%
% \let\@makefntext\@oldfntext%
% \makeatother%
% \let\NamesFormat\OldFormat%
% \let\FrontNamesFormat\OldFrontFormat%
% \clearpage
%
% \subsection{Indexing Macros}
%
% Current\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} versions of \textsf{nameauth} offer greater flexibility with indexing but still implement some error protection. We cover the indexing macros here because the later macros in this manual build on many of their concepts.
%
% \subsubsection{Indexing Control}
% \label{sec:SectionIndex}
%
% \DescribeMacro{\IndexActive}
% \DescribeMacro{\IndexInactive}
% Using the \texttt{noindex} option deactivates the indexing function of this package until \cmd{\IndexActive} occurs. Another macro, \cmd{\IndexInactive}, will deactivate indexing again. These can be used throughout the document. They work differently than \cmd{\ExcludeName} and \cmd{\IncludeName}, which leverage the cross-referencing system.
% \textbf{\cmd{\IndexInactive} also suppresses index sorting and tagging macros.}
%
% Please\marginpar{\small\raggedleft\cmd{\global}} note that these two macros can be used explicitly as a pair. They also can be used singly within an explicit scope, where the effects cease after leaving that scope. Use \cmd{\global} to force a global effect.
%
% \subsubsection{Indexing and \textsf{babel}}
% \label{sec:babel}
% Using\marginpar{\small\raggedleft \textsf{texindy}} \textsf{babel} with Roman page numbers will put \cmd{\textlatin} in the index entries if one includes a language that does not use the Latin alphabet\,---\,even if the main language does. The \texttt{texindy} program will ignore such references. This issue can affect \textsf{nameauth}.
%
% One fairly effective workaround for \texttt{texindy} redefines \cmd{\textlatin} to produce the page number itself within a certain scope like:
% \begin{quote}\small\setstretch{1.1}
% |\newcommand\fixindex[1]{\def\textlatin##1{##1}#1}|\\\dots\\
% |\fixindex{| \meta{paragraphs of running text} |}|
% \end{quote}
% Of course, one can opt to check if \cmd{\textlatin} is defined, save its value, redefine it, then restore it, perhaps even in an environment.
%
% \subsubsection{Index Entries}
% \label{sec:IndexName}
%
% \DescribeMacro{\IndexName}
% The naming macros (\cmd{\Name}, etc.) use this macro to create index entries. Direct use of \cmd{\IndexName} is available also to users. It prints nothing in the body text. The syntax is:
% \begin{quote}\small
% \cmd{\IndexName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
%
% \cmd{\IndexName} complies with the new syntax, where a suffixed pair in \meta{SNN} is a name/affix pair that can be ancient or Eastern. If \meta{FNN} are present, it ignores \meta{Alternate names} for Western and native Eastern name forms. Otherwise, if \meta{FNN} are absent, \cmd{\IndexName} sees \meta{Alternate names} as an affix or Eastern forename using the old syntax.
%
% If used after \cmd{\IndexInactive} this macro does nothing until \cmd{\IndexActive} appears. It will not create index entries for names used as cross-references by \cmd{\IndexRef} and \cmd{\AKA}. This provides a basic level of error protection.
%
% The indexing mechanism in the \textsf{nameauth} package follows \emph{Chicago Manual of Style} standards regarding Western names and affixes. Thus the name \LChes\ becomes ``Sullenberger, Chesley B., III'' in the index.
%
% \subsubsection{Index Cross-References}
% \label{sec:IndexXref}
%
% \DescribeMacro{\IndexRef}
% The\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} cross-referencing macros (\cmd{\AKA}, etc.) use this macro. Also available to users, \cmd{\IndexRef} creates a \emph{see} reference by default from the name defined by its first three arguments to whatever one puts in the final argument. The syntax is:
% \begin{quote}\small
% \cmd{\IndexRef}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{reference target}
% \end{quote}
%
% The name used for the cross-reference is parsed in the same way as by \cmd{\IndexName}. The final argument is neither parsed nor checked to see if a corresponding main entry exists. For example, to cross-reference ``Sun King'' with \Name*{Louis, XIV} use: \cmd{\IndexRef}\texttt{\{Sun King\}\{Louis XIV\}}\IndexRef{Sun King}{Louis XIV}.
%
% {\bfseries You are encouraged to see page~\pageref{page:manualxref} for handling cases of complex cross-references with either \cmd{\AKA} or \cmd{\IndexRef}.}\medskip
%
% \DescribeMacro{\SeeAlso}
% One\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} can precede \cmd{\IndexRef}, \cmd{\AKA}, or \cmd{\PName} with \cmd{\SeeAlso} to produce a \emph{see also} reference for a name that has appeared already in the index.\footnote{When the \texttt{verbose} option is selected, \cmd{\IndexRef} warns that a name once used as a page number entry is now being used as a cross-reference. It also warns when one attempts to redefine or alter an established cross-reference.}
% However, this should be used with caution, as the following points indicate:
% \begin{itemize}\small
% \item Once a cross-reference is created, that name cannot be used for page number entries. ``Bar\dots 10, \emph{see also} Foo'' means that one cannot have an entry for ``Bar'' after page 10.
% \item The target of a reference, however, remains available. ``Bar\dots 10, \emph{see also} Foo'' means that an entry for ``Foo\dots 12, 13'' is okay.
% \item A \emph{see} reference has no page references before it. ``Bar\dots 10, \emph{see} Foo'' is an invalid index entry.
% \item A \emph{see also} reference appears after extant page references. ``Bar\dots 10, \emph{see also} Foo'' is just fine, but ``Bar\dots 10, \emph{see also} Foo, 11, 14'' is invalid.
% \item Having \emph{see} and \emph{see also} references on different index entry lines is suppressed. One can use \cmd{\IndexRef} to group reference targets in one entry. ``Bar\dots 10, \emph{see also} Foo; Baz'' is better than ``Bar\dots 10, \emph{see also} Foo; \emph{see also} Baz.''\footnote{Professional indexers often use programs like \texttt{cindex} that enforce a rigorous, standard methodology and syntax. The \textsf{nameauth} package likewise tries to follow suit.}
% \end{itemize}
%
% \cmd{\IndexRef} causes an index tag with the format \meta{some text}\verb+|+\meta{some function} to be reduced to \meta{some text} in the cross-reference. This allows cross-references to work with any index function text used by \cmd{\TagName} (Section~\ref{sec:indextag}).\medskip
%
% \DescribeMacro{\ExcludeName}
% This\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} macro prevents a name from being used as either an index entry or as an index cross-reference. It can be used at any point in the document. It ignores extant cross-references. The syntax is:
% \begin{quote}\small
% \cmd{\ExcludeName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
%
% For example, you will not see any index references for the following names. We show formatting with \textbf{boldface}:
% \begin{quote}\small\setstretch{1.1}\def\NamesFormat{\bfseries}\ExcludeName[Kris]{Kringle}\ExcludeName[Santa]{Claus}
% |\ExcludeName[Kris]{Kringle}|\\
% |\Name[Kris]{Kringle}| and |\Name[Kris]{Kringle}|:\\
% \Name[Kris]{Kringle} and \Name[Kris]{Kringle}. \cmd{\ForgetName} will give us a first-use name again: \ForgetName[Kris]{Kringle}\Name[Kris]{Kringle}, then \Name[Kris]{Kringle}.\\[1ex]
% |\ExcludeName[Santa]{Claus}|\\
% |\AKA[Kris]{Kringle}[Santa]{Claus}|\\ \AKA[Kris]{Kringle}[Santa]{Claus} (not formatted by \cmd{\AKA}).
% \end{quote}
%
% This can be used to prevent references in the index after you are done with a name. Unlike \cmd{\IndexInactive} and \cmd{\IndexActive} this macro does not suspend the indexing system, but only works on a per-name basis.
%
% \DescribeMacro{\IncludeName}
% \DescribeMacro{\IncludeName*}
% Feel\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} like breaking the indexing rules set by \textsf{nameauth}? Some might want to do things differently. These macros have the same syntax as \cmd{\ExcludeName}:
% \begin{quote}\small
% \cmd{\IncludeName\ }\oarg{FNN}\marg{SNN}\oarg{Alternate names}\\
% \cmd{\IncludeName*}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
% The unstarred form of \cmd{\IncludeName} only removes the exclusion placed on a page-number entry by \cmd{\ExcludeName}. The starred form of \cmd{\IncludeName} makes the \textsf{nameauth} macros forget about both an exclusion and a cross-reference.
%
% For example, we used |\ExcludeName{Attila, the Hun}| after his appearance in Section~\ref{sec:simplestart}. Using \cmd{\IfAKA} from Section~\ref{sec:tests} tells us that, ``\IfAKA{Attila, the Hun}{Attila is a cross-reference}{Attila is a name}{Attila is excluded}.''
% Now if we |\IncludeName{Attila, the Hun}|\IncludeName{Attila, the Hun}, a reference to \Name{Attila, the Hun} will create an index entry on this page. \cmd{\IfAKA} now tells us that, ``\IfAKA{Attila, the Hun}{Attila is a cross-reference}{Attila is a name}{Attila is excluded}.''
%
% In similar fashion, using \cmd{\IfAKA} on the cross-reference ``Jay Rockefeller'' that we created in Section~\ref{sec:simplestart} tells us that ``\IfAKA[Jay]{Rockefeller}{Jay is a cross-reference}{Jay is a name}{Jay is excluded}.'' If we use the unstarred form |\IncludeName[Jay]{Rockefeller}|\IncludeName[Jay]{Rockefeller}, we still get ``\IfAKA[Jay]{Rockefeller}{Jay is a cross-reference}{Jay is a name}{Jay is excluded}.'' Nothing happened because cross-references are given extra protection. Yet |\IncludeName*[Jay]{Rockefeller}|\IncludeName*[Jay]{Rockefeller} produces ``\IfAKA[Jay]{Rockefeller}{Jay is a cross-reference}{Jay is a name}{Jay is excluded}.''
% Now all protection of ``Jay Rockefeller'' is removed and we can do anything to it.
%
% \subsubsection{Index Sorting}
% \label{sec:IndexSort}
%
% The general practice for sorting with \texttt{makeindex -s} involves creating your own |.ist| file (pages 659--65 in \emph{The Latex Companion}). Otherwise the following form works with both \texttt{makeindex} and \texttt{texindy}: |\index{|\meta{sort key}|@|\meta{actual}|}|
%
% \begin{center}\bfseries Basic Sorting (Makeindex)\end{center}
%
% \DescribeMacro{\PretagName}
% \noindent The \marginpar{\large\raggedleft\textsf{\bfseries 2.0}\strut}
% \textsf{nameauth} package integrates this sort of index sorting automatically by using a ``pretag.'' The syntax is:
% \begin{quote}\small
% \cmd{\PretagName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{tag}
% \end{quote}
%
% \cmd{\PretagName} creates a sort key terminated with the ``actual'' character, which is |@| by default. Do not include the ``actual'' character in the ``pretag.''
% For example:
% \begin{quote}\small\setstretch{1.1}
% |\PretagName[Jan]{Łukasiewicz}{Lukasiewicz, Jan}|\\
% |\PretagName{Æthelred, II}{Aethelred 2}|
% \end{quote}
% One need only ``pretag'' names once in the preamble. Every time that one refers to \Name*[Jan]{Łukasiewicz} or \Name*{Æthelred, II}, the proper index entry will be created. If you create a cross-reference with \cmd{\AKA} and you want to ``pretag'' it, see Section~\ref{sec:AKA}.
% \clearpage
%
% Although the \cmd{\PretagName} macro might look similar to the the other tagging macros, its use and scope is quite a bit different:
% \begin{itemize}\small
% \item You can ``pretag'' any name and any cross-reference.
% \item You can ``tag'' and ``untag'' only names, not cross-references.
% \item There is no command to undo a ``pretag.''
% \end{itemize}
%
% \DescribeMacro{\IndexActual}
% If you need to change the ``actual'' character, such as with \texttt{gind.ist}, you would put |\IndexActual{=}| in the preamble before any use of \cmd{\PretagName}.
%
% \begin{center}\bfseries Extra Spaces and Sorting\end{center}
%
% \noindent Under\marginpar{\small\raggedleft\dbend} NFSS, active Unicode characters expand to add one or two spaces after control sequences. See \cmd{\indexentry} and \cmd{\item} entries in your \texttt{idx} and \texttt{ind} files. For example, \texttt{ä} becomes \texttt{\cmd{\IeC\textvisiblespace}\{\cmd{\"a}\}} (one space added) and \texttt{Æ} becomes \texttt{\cmd{\IeC\textvisiblespace}\{\cmd{\AE\textvisiblespace}\}} (two spaces added).
%
% Section~\ref{sec:Unicode} shows how this is related to the number of times the active character must be expanded. The character \texttt{Æ} must expand twice, through both \cmd{\IeC} and \cmd{\T1}, while \texttt{ä} expands only once through \cmd{\IeC} to a letter. The character \texttt{ß} (\emph{scharfes Ess, Esszett}) below expands twice.
%
% Both \texttt{xelatex} and \texttt{lualatex} (using \textsf{fontspec}) avoid these issues by handling the characters natively. That produces the following:
% \begin{quote}\small\setstretch{1.1}
% NFSS: |\index{Fußball}| $\rightarrow$ \cmd{\indexentry}\ignorespaces%
% \texttt{\{Fu\cmd{\IeC\textvisiblespace}\{\cmd{\ss\textvisiblespace}\}ball\}\{}\ignorespaces%
% \meta{page}\texttt{\}}
%
% fontspec: |\index{Fußball}| $\rightarrow$ \cmd{\indexentry}\texttt{\{Fußball\}\{}\meta{page}\texttt{\}}
%
% cseq: |\index{Fu\ss ball}| $\rightarrow$ \cmd{\indexentry}\texttt{\{Fu\cmd{\ss\textvisiblespace}ball\}\{}\meta{page}\texttt{\}}
% \end{quote}
%
% A macro with the general form below, similar to \cmd{\IndexName}, will add two spaces after \emph{other} control sequences that are expanded multiple times. Those spaces only affect index sorting, not appearance. Remember this when using manual index entries with \textsf{nameauth}:
% \begin{quote}\small\setstretch{1.1}
% |\newcommand\IndexExample[1]{%|\\
% \hbox{}\qquad|\protected@edef\argument{#1}\index{\argument}}%|
%
% |\IndexExample{\textsc{football}}| $\rightarrow$\\ \hbox{}\qquad\ignorespaces%
% \cmd{\indexentry}\ignorespaces%
% \texttt{\{\cmd{\textsc\textvisiblespace\textvisiblespace}\ignorespaces%
% \{football\}\}\{}\meta{page}\texttt{\}}
%
% |\index{\textsc{football}}| $\rightarrow$\\ \hbox{}\qquad\ignorespaces%
% \cmd{\indexentry}\ignorespaces%
% \texttt{\{\cmd{\textsc}\ignorespaces%
% \{football\}\}\{}\meta{page}\texttt{\}}
% \end{quote}
%
% These are not the only instances of macros inserting extra spaces. If something is off in the index, the best advice is to look at the \texttt{idx} or \texttt{ind} files. You can use the \textsf{verbatim} package to look at the \texttt{ind} file within your job itself:
% \begin{quote}\small
% |\usepackage{verbatim}|\\
% |\newif\ifdebug|\\[1ex]
% |\ifdebug|\\
% |  \verbatiminput{\jobname.ind}|\\
% |\fi|
% \end{quote}
% \clearpage
%
% \subsubsection{Index Tags}
% \label{sec:indextag}
%
% \DescribeMacro{\TagName}
% This macro creates an index tag that will be appended to all index entries for a corresponding \cmd{\Name} from when it is invoked until the end of the document or a corresponding \cmd{\UntagName}. Both \cmd{\TagName} and \cmd{\UntagName} handle their arguments like \cmd{\IndexName}. If global tags are desired, tag names in the preamble.
% \begin{quote}\small
% \cmd{\TagName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{tag}
% \end{quote}
%
% Tags are not ``pretags.'' To help sort that out, we look at what gets affected by these commands:
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{r@{\,\vrule width0.5pt\,}c@{\,\vrule width0.5pt\,}c@{\,\vrule width0.5pt\,}l}
% & \cmd{\PretagName} & \\
% |\index{| & |Aethelred 2@| & |Æthelred II| & |, king}|\\
% & & & \cmd{\TagName} and \cmd{\UntagName}\\
% \end{tabular}
% \end{center}
%
% All the tagging commands use the name arguments as a reference point. \cmd{\PretagName} generates the leading sort key while \cmd{\TagName} and \cmd{\UntagName} affect the trailing content of the index entry.
%
% Tags created by \cmd{\TagName} can be helpful in the indexes of history texts, as can other package features. Below, \cmd{\TagName} causes the \textsf{nameauth} indexing macros to append ``\texttt{,\textvisiblespace pope}'' to the index entries for \Name*{Gregory, I} and \Name*{Leo, I}:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}
% |\TagName{Leo, I}{, pope}| & (in the preamble)\\
% |\TagName{Gregory, I}{, pope}| \\
% \dots\\
% |\Name*{Leo, I} was known as| & \Name*{Leo, I} was known as\\
% |\AKA{Leo, I}{Leo}[the Great].| & \AKA{Leo, I}{Leo}[the Great].\\
% \dots\\
% |\Name{Gregory,| |I}| |``\ForceFN%| & \Name{Gregory, I} ``\ForceFN\AKA*{Gregory, I}{Gregory}[the Great],''\\
% |\AKA*{Gregory,| |I}{Gregory}%| & another pope.\\
% |[the Great],''| |another| |pope.|\\
% \end{tabular}
% \end{center}
%
% Tags are literal text that can be daggers, asterisks, and even specials. For example, all fictional names in the index of this manual are tagged with an asterisk. One must add any desired spacing to the start of the tag. Tagging aids scholarly indexing and can include life/regnal dates and other information.
%
% \cmd{\TagName} works with all name types, not just medieval names. Back in Section~\ref{sec:start} we had the example of \AKA[J.E.]{Carter, Jr.}[Jimmy]{Carter} (cross-reference in the index). \cmd{\TagName} adds ``\texttt{,\textvisiblespace president}'' to his index entry\IndexName[J.E.]{Carter, Jr.}.
%
% You\marginpar{\small\raggedleft\dbend} can use the \marg{tag} field of \cmd{\TagName} to add ``specials'' to index entries for names. Every name in this manual is tagged with at least \verb!|hyperpage! to allow hyperlinks in the index using the \textsf{ltxdoc} class and \textsf{hypdoc} package. You may have to use \cmd{\string} before \verb!|hyperpage! where a vertical bar is active. For example, the following will produce a special index entry with no page number:
% \begin{quote}\small\setstretch{1.1}
% |\newcommand\orphan[2]{#1}|\\
% \verb+\TagName{Sine Nomine}{\string|orphan{(Sine Pagina)}}+
% \end{quote}
% \newcommand\orphan[2]{#1}\TagName{Sine Nomine}{\string|orphan{(Sine Pagina)}}%
% Using |\Name{Sine Nomine}| \Name{Sine Nomine} here will generate this entry in the  \texttt{ind} file: |\item Sine Nomine\pfill \orphan{(Sine Pagina)}{29}|. One can use this method to create special index entries via \cmd{\IndexName}, then ``protect'' the names used with \cmd{\ExcludeName} after the entries have been created.
% \clearpage
%
% \DescribeMacro{\UntagName}
% \cmd{\TagName} will replace one tag with another tag, but it does not remove a tag from a name. That is the role of \cmd{\UntagName}. The syntax is:
% \begin{quote}\small
% \cmd{\UntagName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
%
%  By using \cmd{\TagName} and \cmd{\UntagName}, one can disambiguate different people with the same name. For example, using macros from Section~\ref{sec:tweaks}:
%
% \begin{quote}\small\setstretch{1.1}
% \ttfamily This refers to |\Name[John]{Smith}|.\\
% Now another |\ForgetName[John]{Smith}%|\\
% |\TagName[John]{Smith}{ (second)}\Name[John]{Smith}|.\\
% Then a third |\ForgetName[John]{Smith}%|\\
% |\TagName[John]{Smith}{ (third)}\Name[John]{Smith}|.\\
% Then the first |\UntagName[John]{Smith}\Name*[John]{Smith}|.
%
% \normalfont This refers to \Name[John]{Smith}.\\
% Now another \ForgetName[John]{Smith}\TagName[John]{Smith}{* (second)\string|hyperpage}\Name[John]{Smith}.\\
% Then a third \ForgetName[John]{Smith}\TagName[John]{Smith}{* (third)\string|hyperpage}\Name[John]{Smith}.\\
% Then the first \TagName[John]{Smith}{*\string|hyperpage}\Name*[John]{Smith}.
% \end{quote}
%
% The tweaking macros \cmd{\ForgetName} and \cmd{\SubvertName} make it seem like you are dealing with three people who have the same name. The index tags will group together those entries with the same tag.\footnote{Since this document, unlike the example above, puts an asterisk by all fictional names in the index, it puts an asterisk at the beginning of the tags above and does not \cmd{\UntagName} \Name*[John]{Smith}, but retags him with an asterisk again.}
%
% \subsection{``Text Tags''}
% \label{sec:tagtext}
%
% Section~\ref{sec:indextag} deals with similar tagging features in the index. ``Text tags'' differ from index tags because they are not printed automatically with every name managed by \textsf{nameauth}.
%
% These ``text tags'' are a name information database. The macros in this section are named accordingly. Section~\ref{sec:Hooksb} offers additional examples.\medskip
%
% \DescribeMacro{\NameAddInfo}
% Text tags are independent of any other name conditionals, similar to index tags. This \cmd{\long} macro's syntax is:
% \begin{quote}\small
% \cmd{\NameAddInfo}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{tag}
% \end{quote}
%
% For example, |\NameAddInfo[George]{Washington}{(1732--99)}|\NameAddInfo[George]{Washington}{(1732--99)} will associate the text ``\NameQueryInfo[George]{Washington}'' with the name ``\LWash.'' Note, however, that the tag does not print automatically with the name.\medskip
%
% \DescribeMacro{\NameQueryInfo}
% To retrieve the information in a text tag, one uses the name as a key to the corresponding information:
% \begin{quote}\small
% \cmd{\NameQueryInfo}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
% \NameAddInfo[Ulysses S.]{Grant}{(president 1869--77)}%
% \NameAddInfo[Schuyler]{Colfax}{\footnote{Seventeenth vice-president of the US during the first term (1869--73) of \Name[Ulysses S.]{Grant}~\NameQueryInfo[Ulysses S.]{Grant}.}}%
% Thus, |``\NameQueryInfo[George]{Washington}.''| expands to ``\NameQueryInfo[George]{Washington}.'' As with index tags, one can put a space at the start of a tag\,---\,or not, depending on the use. Sections~\ref{sec:indextag} and~\ref{sec:Hooksa}f. illustrate how this can permit tags like asterisks, daggers, and footnotes, such as one for \Name[Schuyler]{Colfax}.\NameQueryInfo[Schuyler]{Colfax}
% \clearpage
%
% The source for the previous example looks like:
% \begin{quote}\small\setstretch{1.1}
% |\NameAddInfo[Ulysses S.]{Grant}{(president 1869--77)}%|\\
% |\NameAddInfo[Schuyler]{Colfax}%|\\
% |{\footnote{Seventeenth vice-president of the US during%|\\
% |the first term (1869--73) of \Name[Ulysses S.]{Grant}~%|\\
% |\NameQueryInfo[Ulysses S.]{Grant}.}}|\\
% \texttt{\dots}\\
% |\Name[Schuyler]{Colfax}.\NameQueryInfo[Schuyler]{Colfax}|
% \end{quote}
%
% By using these text tag macros with the conditional macros, one can display information associated with a name based on  whether or the name has occurred. For the example below, we turn indexing off:
% \begin{quote}\small\IndexInactive
% {\setstretch{1.1}\begin{verbatim}
%\NameAddInfo{Sam}
%{%
%  \IfMainName{Freddy}%
%    {\Name{Freddy}'s sidekick}%
%    {a young gardener with a Midlands accent}%
%}
%There is \Name{Sam}. He is \NameQueryInfo{Sam}.
%Then \Name{Sam} met \Name{Freddy}, who lives%
%with his posh uncle \Name{Bill}.
%Now he is \NameQueryInfo{Sam} on a quest to save the realm.
% \end{verbatim}}\vspace{-2ex}
% \NameAddInfo{Sam}{\IfMainName{Freddy}{\Name{Freddy}'s sidekick}{a young gardener with a Midlands accent}}
% There is \Name{Sam}. He is \NameQueryInfo{Sam}.\\
% Then \Name{Sam} met \Name{Freddy}, who lives with his posh uncle \Name{Bill}.\\
% Now he is \NameQueryInfo{Sam} on a quest to save the realm.
% \end{quote}
%
% \DescribeMacro{\NameClearInfo}
% \cmd{\NameAddInfo} will replace one text tag with another text tag, but it does not delete a text tag. That is the role of \cmd{\NameClearInfo}. The syntax is:
% \begin{quote}\small
% \cmd{\NameClearInfo}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
%
% For example, |\NameClearInfo[George]{Washington}|\NameClearInfo[George]{Washington} will cause the macro |``\NameQueryInfo[George]{Washington}''| to produce nothing.
%
% \subsection{Name Decisions}
% \subsubsection{Testing Decisions}
% \label{sec:tests}
%
% The macros in this section permit conditional text that depends on the presence or absence of a name. These macros use \cmd{\If}\textbf{\dots} because they differ from regular |\if| expressions. The following macros affect conditional branching: \cmd{\Name}, \cmd{\Name*}, \cmd{\FName}, \cmd{\PName}, \cmd{\AKA}, \cmd{\AKA*}, \cmd{\ForgetName}, \cmd{\SubvertName}, \cmd{\ExcludeName}, \cmd{\IncludeName}, and \cmd{\IncludeName*}. Uses might include:
% \begin{itemize}\small
% \item a book where one ties information to the first mention of a name, like a ``text tag,'' margin paragraph, mini-bio, footnote, etc.
% \item a game book where you have to pick a game path
% \item a presentation that can change if certain names are present
% \item conditional comments using the \textsf{comment}, \textsf{pdfcomment}, and similar packages
% \end{itemize}
%
% If one uses these macros inside other macros or passes control sequences to them, the expansion of control sequences can create false results (see \emph{The \TeX book}, 212--15). To get around those problems, consider using the following:
% \begin{itemize}\small
% \item Use token registers to retrieve the arguments.
% \item Regulate expansion with \cmd{\expandafter}, \cmd{\noexpand}, etc.
% \item That affects accented characters in \texttt{pdflatex}/NFSS.
% \end{itemize}
%
% See Sections~\ref{sec:Hooksb} and~\ref{sec:Hooksc} for related ideas about tokens and expansion. Using \cmd{\tracingmacros}, \cmd{\show}, or \cmd{\meaning} can help you.
%
% \DescribeMacro{\IfMainName}
% If you want to produce output or perform a task based on whether a ``main body'' name exists, use \cmd{\IfMainName}, whose syntax is:
% \begin{quote}\small
% \cmd{\IfMainName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{yes}\marg{no}
% \end{quote}
% This is a long macro via \cmd{\newcommandx}, so you can have paragraph breaks in the \meta{yes} and \meta{no} paths. A ``main body'' name is capable of being formatted by this package, \emph{i.e.}, one created by the naming macros when the \texttt{mainmatter} option is used or after \cmd{\NamesActive}. It is distinguished from those names that occur in the front matter and those that have been used as cross-references.
%
% For example, we get \IndexName[Bob]{Hope}``\IfMainName[Bob]{Hope}{I met Bob}{I have not met Bob}'' from the following example because we have yet to invoke |\Name[Bob]{Hope}|:
% \begin{quote}\small
% |\IfMainName[Bob]{Hope}{I met Bob}{I have not met Bob}|
% \end{quote}%
% Please note that this test is not affected by the use of \cmd{\IndexName}. Since we have encountered \Name*[Johann]{Andreä}, we get ``\IfMainName[Johann]{Andreä}{I met Johann}{I have not met Johann}'' with a similar example:
% \begin{quote}\small\setstretch{1.1}
% |\IfMainName[Johann]{Andreä}{I met Johann}%|\\|  {I have not met Johann}|
% \end{quote}
%
% \DescribeMacro{\IfFrontName}
% If you want to produce output or perform a task based on whether a ``front matter'' name exists, use \cmd{\IfFrontName}, whose syntax is:
% \begin{quote}\small
% \cmd{\IfFrontName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}\marg{yes}\marg{no}
% \end{quote}
% This macro works the same as \cmd{\IfMainName}. A ``front matter'' name is created by the naming macros when the \texttt{frontmatter} option is used or after \cmd{\NamesInactive}. It is distinguished from those names that occur in the main matter and those that have been used as cross-references.
%
% \phantomsection\label{page:Carnap}For example, based on Section~\ref{sec:formatting}, we see that ``\ignorespaces
% \IfFrontName[Rudolph]{Carnap}%
% {\IfMainName[Rudolph]{Carnap}%
%   {\Name[Rudolph]{Carnap} is both}%
%   {\Name[Rudolph]{Carnap} is only non-formatted}}%
% {\IfMainName[Rudolph]{Carnap}%
%   {\Name[Rudolph]{Carnap} is only formatted}%
%   {\Name[Rudolph]{Carnap} is not mentioned}}'' a formatted and unformatted name with the following test:
% \begin{quote}\small\setstretch{1.1}
% |\IfFrontName[Rudolph]{Carnap}%|\\
% |{\IfMainName[Rudolph]{Carnap}%|\\
% |  {\Name[Rudolph]{Carnap} is both}%|\\
% |  {\Name[Rudolph]{Carnap} is only non-formatted}}%|\\
% |{\IfMainName[Rudolph]{Carnap}%|\\
% |  {\Name[Rudolph]{Carnap} is only formatted}%|\\
% |  {\Name[Rudolph]{Carnap} is not mentioned}}|
% \end{quote}%
% Please refer to Sections~\ref{sec:tweaks} and~\ref{sec:LocalNames} to understand the scope and operation of main- and front-matter names.\medskip
% \clearpage
%
% \DescribeMacro{\IfAKA}
% If you want to produce output or perform a task based on whether a cross-reference name exists, use \cmd{\IfAKA}, whose syntax is:
% \begin{quote}\small
% \cmd{\IfAKA}\oarg{FNN}\marg{SNN}\oarg{Alt. names}\marg{y}\marg{n}\marg{excluded}
% \end{quote}
% This macro works similarly to \cmd{\IfMainName}, although it has an additional \meta{excluded} branch in order to detect those names excluded from indexing by \cmd{\ExcludeName} (Section~\ref{sec:IndexXref}).
%
% A cross-reference name is created by \cmd{\IndexRef}, \cmd{\AKA}, and \cmd{\AKA*}. The following example illustrates how we use this macro:
% \begin{enumerate}
% \item In the text we refer to \Name[Jesse]{Ventura}, |\Name[Jesse]{Ventura}|.
% \item We establish his lesser-known legal name as an alias: ``\AKA[Jesse]{Ventura}[James]{Janos},'' |\AKA[Jesse]{Ventura}[James]{Janos}|.
%
% \item We construct the following test:
% \begin{quote}\small\setstretch{1.1}
% |\IfAKA[James]{Janos}%|\\
% |  {\Name[Jesse]{Ventura} has an alias}%|\\
% |  {\Name[Jesse]{Ventura} has no alias}%|\\
% |  {\Name[Jesse]{Ventura} is excluded}|
% \end{quote}
% \item This gives us ``\IfAKA[James]{Janos}{\Name[Jesse]{Ventura} has an alias}{\Name[Jesse]{Ventura} has no alias}{\Name[Jesse]{Ventura} is excluded}.''
% \end{enumerate}
% If you are confident that you will not be dealing with names generated by \cmd{\ExcludeName} then you can just leave the \meta{excluded} branch as |{}.|
%
%  A similar use of |\IfAKA{Confucius}| tells us that ``\IfAKA{Confucius}{\Name{Confucius} is an alias}{\Name{Confucius} is not an alias}{}.'' Yet we should test that completely:
% \begin{quote}\small\setstretch{1.1}
% |\IfAKA[|\meta{FNN}|]{|\meta{SNN}|}[|\meta{alt. names}|]%|\\
% |{|\meta{true; it is a pseudonym}|}%|\\
% |{%|\\
% |  \IfFrontName[|\meta{FNN}|]{|\meta{SNN}|}[|\meta{alt. names}|]%|\\
% |    {\IfMainName[|\meta{FNN}|]{|\meta{SNN}|}[|\meta{alt. names}|]%|\\
% |      {|\meta{both}|}%|\\
% |      {|\meta{front}|}%|\\
% |    }%|\\
% |    {\IfMainName[|\meta{FNN}|]{|\meta{SNN}|}[|\meta{alt. names}|]%|\\
% |      {|\meta{main}|}%|\\
% |      {|\meta{does not exist}|}%|\\
% |    }%|\\
% |}%|\\
% |{|\meta{excluded}|}|
% \end{quote}
% Here we test for a name used with \cmd{\ExcludeName} (Section~\ref{sec:IndexXref}) to get the result, ``\ExcludeName{Grinch}\IfAKA{Grinch}{\Name{Grinch} is an alias}{\Name{Grinch} is not an alias}{\Name{Grinch} is excluded}'':
% \begin{quote}\small\setstretch{1.1}
% |\ExcludeName{Grinch}%|\\
% |\IfAKA{Grinch}%|\\
% |  {\Name{Grinch} is an alias}%|\\
% |  {\Name{Grinch} is not an alias}%|\\
% |  {\Name{Grinch} is excluded}|
% \end{quote}
% \clearpage
%
% \subsubsection{Changing Decisions}
% \label{sec:tweaks}
%
% This section describes macros that change the status of whether a name has occurred. That also helps to avoid clashes between formatted and non-formatted names. They are meant for editing at or near the final draft stage. Cross-reference names created by \cmd{\IndexRef} or \cmd{\AKA} are not affected by these macros.\medskip
%
% \DescribeMacro{\ForgetName}
% This macro is a ``dirty trick'' of sorts that takes the same optional and mandatory arguments used by \cmd{\Name}. It handles its arguments in the same way, except that it ignores the final argument if \meta{FNN} are present. The syntax is:
% \begin{quote}\small
% \cmd{\ForgetName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
% This macro causes \cmd{\Name} and friends globally to ``forget'' prior uses of a name. The next use of that name will print as if it were a ``first use,'' even if it is not. Index entries and cross-references are \emph{never} forgotten.\medskip
%
% \DescribeMacro{\SubvertName}
% This macro is the opposite of the one above. It takes the same arguments. It handles its arguments in the same manner. The syntax is:
% \begin{quote}\small
% \cmd{\SubvertName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
% This macro causes \cmd{\Name} and friends globally to think that a prior use of a name already has occurred. The next use of that name will print as if it were a ``subsequent use,'' even if it is not.
%
% One use for this macro is to get around the first-use safeguards of \cmd{\FName}. To ensure formatting consistency:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\SubvertName}\oarg{FNN}\marg{SNN}|%|\\
% |\makeatletter \@nameauth@FirstFormattrue \makeatother%|\\
% \cmd{\FName}\oarg{FNN}\marg{SNN}\oarg{Alternate names}
% \end{quote}
%
% The default \marginpar{\small\raggedleft Scope} behavior of these two macros changes whether a name is ``forgotten'' or ``subverted'' simultaneously for front matter and main matter names, Remember the example on page~\pageref{page:Carnap} above that gave us the answer, ``\IfFrontName[Rudolph]{Carnap}{\IfMainName[Rudolph]{Carnap}{\Name[Rudolph]{Carnap} is both}{\Name[Rudolph]{Carnap} is only non-formatted}}{\IfMainName[Rudolph]{Carnap}{\Name[Rudolph]{Carnap} is only formatted}{\Name[Rudolph]{Carnap} is not mentioned}}''? Now watch closely: After we use \ForgetName[Rudolph]{Carnap}|\ForgetName[Rudolph]{Carnap}| we get the result:
% ``\IfFrontName[Rudolph]{Carnap}{\IfMainName[Rudolph]{Carnap}{\Name[Rudolph]{Carnap} is both}{\Name[Rudolph]{Carnap} is only non-formatted}}{\IfMainName[Rudolph]{Carnap}{\Name[Rudolph]{Carnap} is only formatted}{\Name[Rudolph]{Carnap} is not mentioned}}.'' Both the main matter name and the front matter name were forgotten!
%
% This default behavior helps synchronize formatted and unformatted types of names. For example, if you wanted to use unformatted names in the footnotes and formatted names in the text (Section~\ref{sec:formatting}), you could use, \emph{e.g.} \cmd{\SubvertName} right after the first use of a name in the body text, ensuring that all references in the text and notes would be short unless otherwise modified.\footnote{This manual takes advantage of that behavior at times in order to synchronize first and subsequent uses of names between formatted and unformatted sections of the body text.}\medskip
%
% \DescribeMacro{\LocalNames}
% \DescribeMacro{\GlobalNames}
% If, however, this ``global'' behavior of \cmd{\ForgetName} and \cmd{\SubvertName} is not desired, you can use \cmd{\LocalNames} to change that behavior and \cmd{\GlobalNames} to restore the default behavior. Both of these macros  work globally.
%
% After \cmd{\LocalNames}, if you are in a ``front matter'' section (the \texttt{frontmatter} option or \cmd{\NamesInactive}) \cmd{\ForgetName} and \cmd{\SubvertName} will only affect unformatted names. If you are in a ``main matter'' section via the \texttt{mainmatter} option or \cmd{\NamesActive}, then \cmd{\ForgetName} and \cmd{\SubvertName} will only affect formatted names. Section~\ref{sec:LocalNames} offers a long example.
% \clearpage
%
% \subsection{Name Variant Macros}
% \label{sec:AKA}
%
% The\marginpar{\large\raggedleft\textsf{\bfseries 3.0}} macros in this section are specialized and have a somewhat different syntax than others in this manual. Macros like \cmd{\IndexRef} permit one to avoid them altogether. Yet here they are, if needed.\medskip
%
% \DescribeMacro{\AKA}
% \DescribeMacro{\AKA*}
% \cmd{\AKA} (meaning \textit{also known as}) handles the occasional full-name mention of pseudonyms, stage names, \emph{noms de plume}, and so on. The syntax for \cmd{\AKA} is:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\AKA\ }\oarg{FNN}\marg{SNN}\oarg{Alt. FNN}\marg{Alt. SNN}\oarg{Alt. names}\\
% \cmd{\AKA*}\oarg{FNN}\marg{SNN}\oarg{Alt. FNN}\marg{Alt. SNN}\oarg{Alt. names}
% \end{quote}
% Both macros create a cross-reference in the index from the \meta{Alt. FNN}, \meta{Alt. SNN}, and \meta{Alt. names} fields to a target defined by \meta{FNN} and \meta{SNN}, regardless of whether that name exists.
% \textbf{The name order for \cmd{\AKA} is opposite that of \cmd{\IndexRef}.} That is due to the following problem:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{r@{\,\vrule width0.5pt\,}c@{\,\vrule width0.5pt\,}l}
% \oarg{$FNN_1$}\marg{$SNN_1$} & \oarg{$Alt_1$}\oarg{$FNN_2$} & \marg{$SNN_2$}\oarg{$Alt_2$}\\
% & Which to pick? \\
% \end{tabular}
% \end{center}
% By only allowing \meta{FNN1} and \meta{SNN1} for the target name, we can let the other fields permit an unrestricted cross-reference. See also Section~\ref{sec:indextag}.
%
% \cmd{\AKA} only prints long names in the text. It designed for the occasional mentioning of full alternate names. See page~\pageref{page:manualxref} for alternate solutions. \cmd{\SeeAlso} works with \cmd{\AKA}, \cmd{\AKA*}, and \cmd{\PName}.
%
% \cmd{\AKA} prints the \meta{Alt. FNN} and \meta{Alt. SNN} fields in the body text. If the \meta{Alt. names} field is present, \cmd{\AKA} swaps it with the \meta{Alt. FNN} field in the text. The caps and reversing macros work with \cmd{\AKA}.
%
% \cmd{\AKA*}\marginpar{\large\raggedleft\textsf{\bfseries 3.0}} prints short name references like \cmd{\FName}, meaning that \cmd{\ForceFN} works with it in the same manner. For the older behavior of \cmd{\AKA*} use the \texttt{oldAKA} option or always precede \cmd{\AKA*} with \cmd{\ForceFN}.
%
% \begin{center}\bfseries Basic Operation\end{center}
% \begin{quote}\small\setstretch{1.1}
% These are the possible main-name forms before the alternate name:\\[1ex]
% {\footnotesize\begin{tabular}{llll@{}}
% \cmd{\AKA} & \oarg{FNN}\marg{SNN} & \dots \hphantom{\oarg{FNN}\quad\marg{SNN} \quad} & \emph{Western}\\
% \cmd{\AKA} & \oarg{FNN}\marg{SNN, Affix} & \dots\\
% \cmd{\AKA} & \hphantom{\oarg{FNN}}\marg{SNN} & \dots & \emph{Ancient}\\
% \cmd{\AKA} & \hphantom{\oarg{FNN}}\marg{SNN, Affix} & \dots\\
% \cmd{\AKA} & \hphantom{\oarg{FNN}}\marg{SNN, FNN} & \dots & \emph{Eastern}\\
% \end{tabular}}\\[1ex]
% These are the more common alternate-name forms after the main name:\\[1ex]
% {\footnotesize\begin{tabular}{lll@{}l@{}}
% \cmd{\AKA} & \dots\hphantom{ \quad} & \oarg{Alt. FNN}\marg{Alt. SNN} & \emph{Western}\\
% \cmd{\AKA} & \dots & \oarg{Alt. FNN}\marg{Alt. SNN}\oarg{Alt. names}\\
% \cmd{\AKA} & \dots & \oarg{Alt. FNN}\marg{Alt. SNN, Affix}\\
% \cmd{\AKA} & \dots & \oarg{Alt. FNN}\marg{Alt. SNN, Affix}\oarg{Alt. names}\\
% \cmd{\AKA} & \dots & \hphantom{\oarg{Alt. FNN}}\marg{Alt. SNN} & \emph{Ancient}\\
% \cmd{\AKA} & \dots & \hphantom{\oarg{Alt. FNN}}\marg{Alt. SNN, Affix}\\
% \cmd{\AKA} & \dots & \hphantom{\oarg{Alt. FNN}}\marg{Alt. SNN, Alt. FNN} & \emph{Eastern}\\
% \end{tabular}}\\[1ex]
% These alternate-name forms use non-Western alternate names:\\[1ex]
% {\footnotesize\begin{tabular}{llll@{}}
% \cmd{\AKA} & \dots \hphantom{\oarg{N}} & \marg{Alt. SNN, Alt. FNN}\oarg{Alt. names}\hphantom{ \quad} & \emph{Eastern}\\
% \cmd{\AKA} & \dots & \marg{Alt. SNN, Alt. Affix}\oarg{Alt. names} & \emph{Ancient}\\
% \end{tabular}}\\[1ex]
% These alternate-name forms use the old syntax:\\[1ex]
% {\footnotesize\begin{tabular}{llll@{}}
% \cmd{\AKA} & \dots \hphantom{\oarg{NNN}\marg{SNN}} & \marg{Alt. SNN}\oarg{Alt. FNN}\hphantom{ \quad} & \emph{Eastern}\\
% \cmd{\AKA} & \dots & \marg{Alt. SNN}\oarg{Alt. Affix} & \emph{Ancient}\\
% \end{tabular}}
% \end{quote}
%
% The next example makes ``alternate name'' cross-references to the target \Name[Bob]{Hope}, illustrating Western names:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\AKA[Bob]{Hope}[Leslie Townes]{Hope}| & \AKA[Bob]{Hope}[Leslie Townes]{Hope}\\
% |\AKA*[Bob]{Hope}[Leslie Townes]{Hope}| & \AKA*[Bob]{Hope}[Leslie Townes]{Hope}\\
% |\AKA[Bob]{Hope}%|\\|  [Leslie Townes]{Hope}[Leslie]| & \AKA[Bob]{Hope}[Leslie Townes]{Hope}[Leslie]\\
% |\AKA*[Bob]{Hope}%|\\|  [Leslie Townes]{Hope}[Leslie]| & \AKA*[Bob]{Hope}[Leslie Townes]{Hope}[Leslie]\\\bottomrule
% \end{tabular}
% \end{center}
%
% As with nicknames and \cmd{\Name}, the alternate forms in the text do not appear in the index. Remember that one cannot apply an index tag to a cross-reference; only a ``pretag'' will work.
%
% With \KeepAffix\Name*{Louis, XIV} and \Name{Lao-tzu} below, notice that there is no change in printed form between \cmd{\AKA} and \cmd{\AKA*}:
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\AKA{Louis, XIV}{Sun King}| & \AKA{Louis, XIV}{Sun King}\\
% |\AKA*{Louis, XIV}{Sun King}| & \AKA{Louis, XIV}{Sun King}\\\midrule
% |\AKA{Lao-tzu}{Li, Er}| & \AKA{Lao-tzu}{Li, Er}\\
% |\AKA*{Lao-tzu}{Li, Er}| & \AKA{Lao-tzu}{Li, Er}\\\bottomrule
% \end{tabular}
% \end{center}
%
% This final example illustrates how \cmd{\AKA*} can be useful with medieval affixes as we consider \KeepAffix\Name{Gregory, I} ``\ForceFN\AKA*{Gregory, I}{Gregory}[the Great]'':
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{ll}\toprule
% |\AKA{Gregory, I}{Gregory}[the Great]| & \AKA{Gregory, I}{Gregory}[the Great]\\
% |\AKA*{Gregory, I}{Gregory}[the Great]| & \AKA*{Gregory, I}{Gregory}[the Great]\\
% |\ForceFN\AKA*{Gregory, I}%|\\
% |  {Gregory}[the Great]| & \ForceFN\AKA*{Gregory, I}{Gregory}[the Great]\\\bottomrule
% \end{tabular}
% \end{center}
%
% \begin{center}\bfseries Formatting Alternate Names: General\end{center}
% In this simple example we redefine the the default system of formatting to illustrate what can happen under default formatting conditions:
% \begin{quote}\small\setstretch{1.1}
% \renewcommand*\NamesFormat{\scshape}|\renewcommand*\NamesFormat{\scshape}|\\
% |\Name{Jean, sans Peur}| |(\AKA{Jean,| |sans| |Peur}{Jean| |the| |Fearless})|\\ {\ttfamily was Duke of Burgundy 1404|--|1419.}
%
% \Name{Jean, sans Peur} (\AKA{Jean, sans Peur}{Jean the Fearless}) was Duke of Burgundy 1404--1419.
% \end{quote}
%
% ``\AKA{Jean, sans Peur}{Jean the Fearless}''\marginpar{\small\raggedleft\texttt{formatAKA}\break\dbend} usually receives no formatting because it is post-processed by \cmd{\MainNamesHook} in the main matter text and \cmd{\FrontNamesHook} in the front matter. The \texttt{formatAKA} option causes \cmd{\AKA} to use \cmd{\NamesFormat} and \cmd{\FrontNamesFormat}, but \textbf{only once in the whole document}. Using the \texttt{alwaysformat} option formats all names as first uses.
% One can tweak the \texttt{formatAKA} option with the following and place it before \cmd{\AKA} or \cmd{\AKA*}:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\makeatletter}\\
% |\newcommand*\Format{\@nameauth@FirstFormattrue}|\\
% \cmd{\makeatother}
% \end{quote}
% \clearpage
%
% Below we show the effects of \texttt{formatAKA} and \texttt{alwaysformat} on the example macro |\AKA{Elizabeth, I}[Good Queen]{Bess}|. We use special formatting for main-matter and front-matter names.\ignorespaces%
% \begin{quote}\leavevmode{}\small\setstretch{1.1}\ignorespaces%
% \renewcommand*\FrontNamesFormat{\itshape}\ignorespaces%
% \renewcommand*\NamesFormat{\scshape}\ignorespaces%
% \makeatletter\newcommand*\Format{\@nameauth@FirstFormattrue}\makeatother\ignorespaces%
% \ForgetName{Elizabeth, I}\ignorespaces%
% \makeatletter\@nameauth@AKAFormattrue\makeatother\hbox{}\hfil\texttt{formatAKA}\\
% {\NamesInactive \textbf{Front Matter:} \LEliz\ was known as ``\AKA{Elizabeth, I}[Good Queen]{Bess}.'' Again we mention Queen \Eliz, ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''\\ |\Format\AKA{Elizabeth, I}[Good Queen]{Bess}| \Format\AKA{Elizabeth, I}[Good Queen]{Bess}.\\
% \NamesActive \textbf{Main Matter:} \LEliz\ was known as ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''  Again we mention Queen \Eliz, ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''\\ |\Format\AKA{Elizabeth, I}[Good Queen]{Bess}| \Format\AKA{Elizabeth, I}[Good Queen]{Bess}.}\\[1ex]
% \ForgetName{Elizabeth, I}\ignorespaces%
% {\makeatletter\@nameauth@AlwaysFormattrue\makeatother\hbox{}\hfil\texttt{alwaysformat}\\
% \NamesInactive \textbf{Front Matter:} \LEliz\ was known as ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''  Again we mention Queen \Eliz, ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''\\
% \NamesActive \textbf{Main Matter:} \LEliz\ was known as ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''  Again we mention Queen \Eliz, ``\AKA{Elizabeth, I}[Good Queen]{Bess}.''}
% \end{quote}
% \ForgetName{Elizabeth, I}%
%
% \begin{center}\bfseries Formatting Alternate Names: Continental\end{center}
% \noindent The following annotated example shows a simple Continental style where the surname is always in small caps, both in the text and in the index:
% \begin{enumerate}
% \item Tag the names for proper sorting.\\[4pt]
% |\PretagName[Heinz]{\textsc{Rühmann}}{Ruehmann, Heinz}%|\\
% |\PretagName[Heinrich Wilhelm]{\textsc{Rühmann}}%|\\
% |  {Ruehmann, Heinrich Wilhelm}%|
% \item ``\Name*[Heinz]{\textsc{Rühmann}}'' is the main name. \cmd{\AKA*} uses ``\textsc{Rühmann}, Heinrich Wilhelm'' as the index cross-reference and prints only ``Heinrich Wilhelm'' in the body text.\\[4pt]
% |\AKA*[Heinz]{\textsc{Rühmann}}%|\\
% |  [Heinrich Wilhelm]{\textsc{Rühmann}} %|
% \item \cmd{\SubvertName} causes \cmd{\FName} to print the short version via the ``subsequent-use'' macro \cmd{\MainNameHook}.\\[4pt]
% |\SubvertName[Heinz]{\textsc{Rühmann}} %|
% \item \cmd{\FName} prints ``\FName[Heinz]{\textsc{Rühmann}}.''\\[4pt]
% |``\FName[Heinz]{\textsc{Rühmann}}'' %|
% \item \cmd{\Name} prints ``\Name[Heinz]{\textsc{Rühmann}}.'' The small caps are syntactic, not typographic, because they are part of the argument to \cmd{\Name} itself.\\[4pt]
% |\Name[Heinz]{\textsc{Rühmann}}| |(7| |March| |1902\,--\,3%|\\
% |October 1994)| |was| |a| |German| |actor| |in| |over| |100| |films.|
% \end{enumerate}
% The resulting text is:
% \begin{quote}\small
% \AKA*[Heinz]{\textsc{Rühmann}}[Heinrich Wilhelm]{\textsc{Rühmann}} \ignorespaces%
% \SubvertName[Heinz]{\textsc{Rühmann}}\ignorespaces%
% ``\FName[Heinz]{\textsc{Rühmann}}'' \ignorespaces%
% \Name[Heinz]{\textsc{Rühmann}} (7 March 1902\,--\,3 October \ignorespaces%
% 1994) was a German actor in over 100 films.
% \end{quote}
% \clearpage
%
% \phantomsection\label{page:manualxref}
% \begin{center}\bfseries Advanced Cross-Referencing\end{center}
% \noindent \cmd{\AKA}\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} will not create multiple cross-references. Handle the special case where one moniker applies to multiple people with \cmd{\IndexRef}, \emph{e.g.}, ``Snellius'' for both \Name[W.]{Snel van Royen}[Willebrord] and his son \Name[R.]{Snel van Royen}[Rudolph]:\footnote{We shorten the index entries via \cmd{\Name}\texttt{[W.]\{Snel van Royen\}[Willebrord]}, and for his son, \cmd{\Name}\texttt{[R.]\{Snel van Royen\}[Rudolph]}.}
% \begin{quote}\small
% |\IndexRef{Snellius}{Snel| |van| |Royen,| |R.;| |Snel| |van| |Royen,| |W.}|
% \IndexRef{Snellius}{Snel van Royen, R.; Snel van Royen, W.}
% \end{quote}
%
% Cross-references generated by \cmd{\AKA} and \cmd{\AKA*} are meant only to be cross-references, never page entries. See also Section~\ref{sec:error}. In certain cases, the alternate name might need to be indexed with page numbers and \emph{see also} references:
% \begin{itemize}\small
% \item Refer to the person intended, \emph{e.g.}:\\ \hbox{}\qquad\Name{Maimonides} (\AKA{Maimonides}{Moses ben-Maimon}):\\ \hbox{}\qquad|\Name{Maimonides}| |(\AKA{Maimonides}{Moses| |ben-Maimon})|
% \item We now have a target entry and a \emph{see} reference.
% \item We also should refer to the main name. The fact that we had a target reference does not establish the index entry for the main name. Thus:\\ \hbox{}\qquad\Name{Maimonides}\\ \hbox{}\qquad|\Name{Maimonides}|
% \item Before creating a cross-reference, one must refer to the alternate name, \emph{e.g.}:\\ \hbox{}\qquad\Name{Rambam}\\ \hbox{}\qquad|\Name{Rambam}|
% \item For\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} whatever name you use for the \emph{see also} reference, put the cross-reference after all of the page references. For example, you could put both of these macros at the end of the document:\footnote{Different standards exist for punctuating index entries and cross-references. Check with your publisher, style guide, docs for \textsf{xindy} and \textsf{makeindex}, and \textsf{http://tex.stackexchange.com}.}\\\hbox{}\qquad|\SeeAlso\IndexRef{Maimonides}{Rambam}|\\\hbox{}\qquad|\SeeAlso\IndexRef{Rambam}{Maimonides}|
% \item You could let the last reference to either name be handled by \cmd{\SeeAlso}\cmd{\AKA}, but that could be more confusing and prone to error.
% \end{itemize}
% \SeeAlso\IndexRef{Maimonides}{Rambam}%
% \SeeAlso\IndexRef{Rambam}{Maimonides}%
%
% Using \cmd{\PretagName} (Section~\ref{sec:IndexSort}) helps to avoid the need for manual index entries. Instead of doing a lot of extra work with \texttt{makeindex} for some names, consider the following example:
%
% \begin{quote}\small\setstretch{1.1}
% {\ttfamily%
% |\PretagName{\textit{Doctor| |angelicus}}{Doctor| |angelicus}|\\
% |Perhaps| |the| |greatest| |medieval| |theologian was %|\\
% |\Name{Thomas,| |Aquinas} %|\\
% |(\AKA{Thomas,| |Aquinas}{Thomas| |of| |Aquino}), also known as %|\\
% |\AKA{Thomas, Aquinas}{\textit{Doctor angelicus}}|.}
%
% \PretagName{\textit{Doctor angelicus}}{Doctor Angelicus}
% Perhaps the greatest medieval theologian was
% \Name{Thomas, Aquinas} %
% (\AKA{Thomas, Aquinas}{Thomas of Aquino}), also known as %
% \AKA{Thomas, Aquinas}{\textit{Doctor angelicus}}.
% \end{quote}
% We use the medieval form: |\Name{Thomas, Aquinas}| because ``Aquinas'' is not a surname, even though many people, including scholars, falsely use it as such. Section~\ref{sec:standards} talks about those unfortunate situations where one must use the Western form |\Name[Thomas]{Aquinas}.|
% \clearpage
%
% \begin{center}\bfseries General Tips for \cmd{\AKA}\end{center}
% \begin{itemize}\small
% \item \oarg{FNN}\marg{SNN} is the target name. \oarg{Alt. FNN}\marg{Alt. SNN}\oarg{Alt. names} is the cross-reference to the target. Neither create an index entry with page references for the target.
% \item The old syntax causes \cmd{\AKA} and \cmd{\AKA*} to fail:|\AKA{Louis}[XIV]{Sun| |King}| and |\AKA{Gregory}[I]{Gregory}[the| |Great]|.
% \item The \meta{Alt. SNN} field uses comma-delimited suffixes.
% \item The \meta{Alt. names} field does not use comma-delimited suffixes.
% \item Eastern names work as pseudonyms, with all that entails. One can refer to \Name[Lafcadio]{Hearn} as \CapName\AKA[Lafcadio]{Hearn}{Koizumi, Yakumo}:\\\hbox{}\qquad|\CapName\AKA[Lafcadio]{Hearn}{Koizumi, Yakumo}|.
% \item Particles work: \CapThis\AKA[Charles]{du Fresne}{du Cange} is the alternate name for \Name[Charles]{du Fresne}, which is capitalized via \cmd{\CapThis}\cmd{\AKA}. See also Section~\ref{sec:PatRef}.
% \item Reversing works, \emph{e.g.},\\\hbox{}\qquad \cmd{\RevComma}\cmd{\AKA\dots}: \RevComma\AKA[Bob]{Hope}[Leslie Townes]{Hope}\\\hbox{}\qquad \cmd{\RevName}\cmd{\AKA\dots\ }: \RevName\CapName\AKA[Lafcadio]{Hearn}{Koizumi, Yakumo}
% \item The\marginpar{\small\raggedleft\dbend} name fields of \cmd{\PretagName} correspond with the \oarg{Alt. FNN}\marg{Alt. SNN}\oarg{Alt. names} fields of \cmd{\AKA}:\\[1ex]\hbox{}\qquad |\AKA{Vlad| |III,| |Dracula}{Vlad,| |Ţepeş}| matches\\\hbox{}\qquad |\PretagName{Vlad,| |Ţepeş}{Vlad| |Tepes}|
% \item With\marginpar{\small\raggedleft\dbend} stage names like \Name[The Amazing]{Kreskin}, if you want them in the index, use |\Name[The| |Amazing]{Kreskin}| to get ``Kreskin, The Amazing.'' {\IndexInactive Otherwise use something like |\Name[J.]{Kreskin}[The| |Amazing]| to get \Name[J.]{Kreskin}[The Amazing] in the text and ``Kreskin, J.'' in the index.\\[1ex] Using \cmd{\AKA} with such names looks like: |\AKA[The| |Amazing]{Kreskin}| |[Joseph]{Kresge}| and |\AKA[J.]{Kreskin}[Joseph]{Kresge}|.} The results are \Name*[The Amazing]{Kreskin}, a.k.a. \AKA[The Amazing]{Kreskin}[Joseph]{Kresge}.
% \item Special\marginpar{\small\raggedleft\dbend} cases like ``Iron Mike'' Tyson as the nickname for \Name[Mike]{Tyson} may be handled in a number of ways.
% \begin{itemize}\small
% \item Follow |``Iron Mike''| with |\IndexName[Mike]{Tyson}| and do whatever you want in the text. This may be the easiest solution.
% \item Use |``\AKA[Mike]{Tyson}{Iron Mike}''| to create ``\AKA[Mike]{Tyson}{Iron Mike}'' in the text and a cross-reference to ``Tyson, Mike'' in the index. Be sure to have an occurrence of |\Name[Mike]{Tyson}| in the text. See also Section~\ref{sec:AKA}. This is the best solution in terms of how \textsf{nameauth} is designed.
% \item Always get ``Iron Mike Tyson'' with something like:\\[1ex]
% |\newcommand*\Iron{\SubvertName[Mike]{Tyson}%|\\
% |\FName[Mike]{Tyson}[Iron Mike] \Name[Mike]{Tyson}}|\\[1ex]
% \newcommand*\Iron{\SubvertName[Mike]{Tyson}\FName[Mike]{Tyson}[Iron Mike] \Name[Mike]{Tyson}}
% |``\Iron''| gives you ``\Iron.'' You are responsible for typesetting the first use and creating a cross-reference. This solution runs somewhat contrary to the design principles of \textsf{nameauth}, but it may be helpful if you want the invariant name ``\Iron'' to recur and you want to save typing.
% \end{itemize}
% \end{itemize}
% \clearpage
%
% \begin{center}\bfseries And the Silliest Macro Comes Last\end{center}
% \DescribeMacro{\PName}
% \DescribeMacro{\PName*}
% \cmd{\PName} is a ``convenience macro'' meant for Western names. It generates a main name followed by a cross-reference in parentheses with the following syntax:
% \begin{quote}\small
% \cmd{\PName}\oarg{FNN}\marg{SNN}\oarg{other FNN}\marg{other SNN}\oarg{other alt.}
% \end{quote}
%
% Although \cmd{\PName} creates an easy shortcut, its drawbacks are many. It only can use the \meta{FNN}\meta{SNN} form of \cmd{\AKA}. Neither \cmd{\AKA*}, nor \cmd{\CapName}, \cmd{\CapThis}, \cmd{\RevComma}, \cmd{\RevName}, and the related package options work with \cmd{\PName}. Below we see the forms that \cmd{\Pname} can handle:
% \begin{quote}\small\setstretch{1.1}
% |\PName[Mark]{Twain}[Samuel L.]{Clemens}|\\
% \hbox{}\dotfill \PName[Mark]{Twain}[Samuel L.]{Clemens}\\
% \hbox{}\dotfill \PName[Mark]{Twain}[Samuel L.]{Clemens}\\[1ex]
% |\PName*[Mark]{Twain}[Samuel L.]{Clemens}[Sam]|\\
% \hbox{}\dotfill \PName*[Mark]{Twain}[Samuel L.]{Clemens}[Sam]\\[1ex]
% |\PName{Voltaire}[François-Marie]{Arouet}|\\
% \hbox{}\dotfill \PName{Voltaire}[François-Marie]{Arouet}\\
% \hbox{}\dotfill \PName{Voltaire}[François-Marie]{Arouet}\\[1ex]
% |\PretagName{\textit{Doctor mellifluus}}{Doctor mellifluus}|\\
% |\PName{Bernard, of Clairvaux}{\textit{Doctor mellifluus}}|\\
% \PretagName{\textit{Doctor mellifluus}}{Doctor mellifluus}
% \hbox{}\dotfill \PName{Bernard, of Clairvaux}{\textit{Doctor mellifluus}}\\
% \hbox{}\dotfill \PName{Bernard, of Clairvaux}{\textit{Doctor mellifluus}}
% \end{quote}
%
% Like \cmd{\AKA}, \cmd{\PName} cannot use the old syntax \marg{SNN}\oarg{FNN} for the main name, but it can do so for the alternate name.
%
% |\PName{William,| |I}{William,| |the Conqueror}| gives \PName{William, I}{William, the Conqueror}. To limit possible confusion, avoid the old syntax in the alternate name: |\PName{William, I}{William}[the Conqueror].| Nevertheless, that \emph{does} work and will produce \PName{William, I}{William}[the Conqueror]. If you use \cmd{\PName*} you get \PName*{William, I}{William}[the Conqueror].
%
% Also choose forms like |\PName{Lao-tzu}{Li, Er}| ``\PName{Lao-tzu}{Li, Er}'' instead of |\PName{Lao-tzu}{Li}[Er]| ``\PName{Lao-tzu}{Li}[Er].'' Both forms will work, but the latter form looks confusing and could lead to error.
%
% The\marginpar{\small\raggedleft\dbend} form |\PName{William, I}[William]{the Conqueror}| will produce  {\IndexInactive``\PName{William, I}[William]{the Conqueror}''} in the body text, but its index entry will be ``the Conqueror, William \emph{see} William I.'' This is a result of mixing medieval and Western forms.
% \clearpage
%
% \subsection{Longer Examples}
%
% \subsubsection{Variant Spellings}
% \label{sec:DuBois}
% {\IndexRef[W.E.B.]{Du\-Bois}{Du Bois, W.E.B.}\def\NamesFormat{\bfseries}Some\marginpar{\small\raggedleft\dbend} issues can be a bit tricky to address. Here we show first uses of names in \textbf{boldface} to illustrate more clearly what is going on. For example, the problem of using \Name[W.E.B.]{Du Bois} and the alternate form \Name[W.E.B.]{Du\-Bois} illustrates a name collision for \textsf{nameauth} because the names differ only in terms of spaces.
%
% Normally, that sort of collision helps the fault-tolerant aspects of this package and is a good thing. Here it is not useful. We need to disambiguate the name forms. We do that by inserting an optional hyphen into the alternate form:
% \begin{nameauth}
% \< DuBois & W.E.B. & Du Bois & >
% \< AltDuBois & W.E.B. & Du\-Bois & >
% \end{nameauth}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< DuBois & W.E.B. & Du Bois & >|\\
% |  \< AltDuBois & W.E.B. & Du\-Bois & >|\\
% |\end{nameauth}|
% \end{quote}
% We still can prevent either name from breaking by putting either \cmd{\DuBois} or \cmd{\AltDuBois} into an \cmd{\hbox}, and so on.
%
% Indexing\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut} both name forms would be trivial. One can use both at need to generate page references in the index. After all of the page references are done, one can create cross-references with \cmd{\SeeAlso}\cmd{\IndexRef}.
%
% Indexing with only the canonical name form \DuBois\ gets more complex. Before the first reference |\Name[W.E.B.]{Du\-Bois}| or |\AltDuBois| ``\AltDuBois'' occurs, we prevent the creation of any index entries for it by creating a \emph{see} reference, as we did at the start of this section:
% \begin{quote}\small\setstretch{1.1}
% |\IndexRef[W.E.B.]{Du\-Bois}{Du Bois, W.E.B.}|
% \end{quote}
% You can see that first and subsequent name forms, as well as formatting, still work. |\ForgetName[W.E.B.]{Du\-Bois}|\ForgetName[W.E.B.]{Du\-Bois} produces \AltDuBois. We simply will not see index references generated for \AltDuBois.
%
% In order to index under |\AltDuBois| as if it were |\DuBois|, we need a macro that will work with the punctuation detection in case we generate the short name W.E.B. We choose the following solution:
% \begin{quote}\small\setstretch{1.1}
% |\global\newcommand*\OtherDuBois|\\
% |  {\IndexName[W.E.B.]{Du Bois}%|\\
% |  \AltDuBois\IndexName[W.E.B.]{Du Bois}}|\\[1ex]
% |\global\newcommand*\SOtherDuBois|\\
% |  {\IndexName[W.E.B.]{Du Bois}\SAltDuBois}|
% \end{quote}
% \global\newcommand*\OtherDuBois{\IndexName[W.E.B.]{Du Bois}\AltDuBois\IndexName[W.E.B.]{Du Bois}}\global\newcommand*\SOtherDuBois{\IndexName[W.E.B.]{Du Bois}\SAltDuBois}
% If we want to ``forget'' \AltDuBois\ again via |\ForgetName[W.E.B.]{Du\-Bois}|\ForgetName[W.E.B.]{Du\-Bois} we get \cmd{\OtherDuBois}: \OtherDuBois\ and \OtherDuBois. With \cmd{\SOtherDuBois} we can mention \SOtherDuBois. The extra full stop at the end of the sentence was gobbled. We used \cmd{\global} to ensure that, regardless of scope, our macros would work wherever we want them to work.}
% \clearpage
%
% \subsubsection{\texttt{\textbackslash LocalNames}}
% \label{sec:LocalNames}
%
% As mentioned previously in Section~\ref{sec:tweaks}, both \cmd{\ForgetName} and \cmd{\SubvertName} usually affect both main-matter and front-matter names. This default behavior can be quite helpful. Nevertheless, there are cases where it is undesirable. This section shows \cmd{\Localnames} and \cmd{\Globalnames} in action, limiting the behavior of the ``tweaking macros'' to either the main or front matter.
%
% We begin by defining a macro that will report to us whether a name exists in the main matter, front matter, both, or none:
% \def\CheckChuck{\IfFrontName[Charlie]{Chaplin}%
%   {\IfMainName[Charlie]{Chaplin}{both}{front}}%
%   {\IfMainName[Charlie]{Chaplin}{main}{none}}}%
% \begin{quote}\small\setstretch{1.1}
% |\def\CheckChuck{%\IfFrontName[Charlie]{Chaplin}%|\\
% |  {\IfMainName[Charlie]{Chaplin}{both}{front}}%|\\
% |  {\IfMainName[Charlie]{Chaplin}{main}{none}}}%|
% \end{quote}
% Next we create a formatted name in the ``main matter'':
% \begin{quote}\small\setstretch{1.1}
% |\Name*[Charlie]{Chaplin}|\hfill\Name*[Charlie]{Chaplin}\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
% Now we switch to ``front-matter'' text and create a name. We use \cmd{\global} with \cmd{\NamesInactive} in order to ignore any local scoping environments:
% \begin{quote}\small\setstretch{1.1}
% |\global\NamesInactive|\global\NamesInactive\\
% |\Name*[Charlie]{Chaplin}|\hfill\Name*[Charlie]{Chaplin}\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
% We now have two names. They look and behave the same, but are two different ``species'' with independent first and subsequent uses. We use \cmd{\Localnames} to make \cmd{\ForgetName} and \cmd{\SubvertName} work with only the front-matter species. Then we ``forget'' the front-matter name:
% \begin{quote}\small\setstretch{1.1}
% |\LocalNames|\LocalNames\\
% |\ForgetName[Charlie]{Chaplin}|\ForgetName[Charlie]{Chaplin}\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
% Next we ``subvert'' the front-matter name to ``remember'' it again and switch to the main section, again using \cmd{\global} to ignore scoping. Now \cmd{\ForgetName} and \cmd{\SubvertName} are working with the main-matter species.
% \begin{quote}\small\setstretch{1.1}
% |\SubvertName[Charlie]{Chaplin}|\SubvertName[Charlie]{Chaplin}\\
% |\global\NamesActive|\global\NamesActive\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
%  We forget the main-matter name and additionally reset the default behavior so that \cmd{\ForgetName} and \cmd{\SubvertName} work with both species:
% \begin{quote}\small\setstretch{1.1}
% |\ForgetName[Charlie]{Chaplin}|\ForgetName[Charlie]{Chaplin}\\
% |\GlobalNames|\GlobalNames\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
% Finally, we forget everything. Even though we are in a main-matter section, the front-matter control sequence goes away:
% \begin{quote}\small\setstretch{1.1}
% |\ForgetName[Charlie]{Chaplin}|\ForgetName[Charlie]{Chaplin}\\
% |\CheckChuck|\hfill\CheckChuck
% \end{quote}
% \clearpage
%
% \subsubsection{Unicode and NFSS}
% \label{sec:Unicode}
%
% The following subset of active Unicode characters are available ``out of the box'' using NFSS, \textsf{inputenc}, and \textsf{fontenc}:
%
% \begin{center}\small\setstretch{1.1}
% \begin{tabular}{llll}\toprule
% \scshape À Á Â Ã Ä Å Æ & \scshape Ç È É Ê Ë & \scshape Ì Í Î Ï Ð Ñ & \scshape small caps \\
% À Á Â Ã Ä Å Æ & Ç È É Ê Ë & Ì Í Î Ï Ð Ñ & normal \\[1ex]
% \scshape Ò Ó Ô Õ Ö Ø & \scshape Ù Ú Û Ü Ý & \scshape Þ ß & \scshape small caps \\
% Ò Ó Ô Õ Ö Ø & Ù Ú Û Ü Ý & Þ ß & normal \\[1ex]
% \scshape à á â ã ä å æ & \scshape ç è é ê ë & \scshape ì í î ï ð ñ & \scshape small caps \\
% à á â ã ä å æ & ç è é ê ë & ì í î ï ð ñ & normal \\[1ex]
% \scshape ò ó ô õ ö ø & \scshape ù ú û ü ý & \scshape þ ÿ & \scshape small caps \\
% ò ó ô õ ö ø & ù ú û ü ý & þ ÿ & normal \\[1ex]
% \scshape Ă ă Ą ą Ć ć Č č & \scshape Ď ď Đ đ Ę ę Ě ě & \scshape Ğ ğ İ ı & \scshape small caps \\
% Ă ă Ą ą Ć ć Č č & Ď ď Đ đ Ę ę Ě ě & Ğ ğ İ ı & normal \\[1ex]
% \scshape IJ ij Ľ ľ Ł ł & \scshape Ń ń Ň ň Œ œ & \scshape Ŕ ŕ Ř ř & \scshape small caps \\
% IJ ij Ľ ľ Ł ł & Ń ń Ň ň Œ œ & Ŕ ŕ Ř ř & normal \\[1ex]
% \scshape Ś Ş ş Š š Ţ ţ Ť ť & \scshape Ů ů Ű ű & \scshape Ź ź Ż ż Ž ž & \scshape small caps \\
% Ś Ş ş Š š Ţ ţ Ť ť & Ů ů Ű ű & Ź ź Ż ż Ž ž &  normal \\\bottomrule
% \end{tabular}
% \end{center}
%
% Some\marginpar{\small\raggedleft\dbend} of these characters expand differently, which can affect index sorting. For example, \texttt{ä} becomes \texttt{\cmd{\IeC\textvisiblespace}\{\cmd{\"a}\}} and \texttt{Æ} becomes \texttt{\cmd{\IeC\textvisiblespace}\{\cmd{\AE\textvisiblespace}\}}. Additional accents and glyphs can be used with Unicode input, NFSS, \textsf{inputenc}, and \textsf{fontenc} when using fonts with TS1 glyphs, \emph{e.g.}, |\usepackage{lmodern}| (per the table on pages 455--63 in \emph{The Latex Companion}). The following example lets you type, ``In Congreſs, July 4, 1776.''
% \begin{quote}\small\setstretch{1.1}
% |\usepackage{newunicodechar}|\\
% |\DeclareTextSymbolDefault{\textlongs}{TS1}|\\
% |\DeclareTextSymbol{\textlongs}{TS1}{115}|\\
% |\newunicodechar{ſ}{\textlongs}|
% \end{quote}
%
% Although\marginpar{\small\raggedleft\dbend} |\newunicodechar{ā}{\=a}| allows |\Name{Ghazāli}| to generate {\IndexInactive\Name{Ghaz\=ali}}, one must be careful with control sequences like |\=a|. They fail when using \texttt{makeindex} and \texttt{gind.ist}. For example, the \textsf{ltxdoc} class, with \texttt{gind.ist}, turns the default ``actual'' character |@| into |=|. Using |\index{Gh{\=a}zali}| halts execution. Using |\index{Gh\=azali}| gives an ``azali'' entry sorted under ``Gh'' (thanks \Name[Dan]{Luecking}). This issue is not specific to \textsf{nameauth}.
%
% Such\marginpar{\small\raggedleft\dbend} issues with \texttt{gind.ist} are not the only concerns one must have about NFSS, \textsf{inputenc}, and \textsf{fontenc} when using Unicode. Although the manner in which glyphs are handled is quite powerful, it also is fragile. Any \TeX\ macro that partitions its argument without using delimiters can break Unicode under NFSS. Consider the following examples with |\def\foo#1#2#3\relax{<#1#2><#3>}|:
% \begin{center}\setstretch{1.1}
% \def\foo#1#2#3\relax{<#1#2><#3>}
% \begin{tabular}{lll}\toprule
% Argument & Macro & Result\\\midrule
% |abc| & |\foo abc\relax| & \foo abc\relax\\
% |{æ}bc| & |\foo {æ}bc\relax| & \foo {æ}bc\relax\\
% \cmd{\ae bc} & |\foo \ae bc\relax| & \foo \ae bc\relax\\\bottomrule
% \end{tabular}
% \end{center}
%
% The arguments in the last example always put |c| in |#3|, with the first two glyphs in |#1#2.| Now here is where things get tricky:
% \begin{center}\setstretch{1.1}
% \begin{tabular}{llll}\toprule
% Argument & Macro & Engine & Result\\\midrule
% |æbc| & |\foo æbc\relax| & \texttt{xelatex} & <æb><c>\\
% |æbc| & |\foo æbc\relax| & \texttt{lualatex} & <æb><c>\\
% |æbc| & |\foo æbc\relax| & \texttt{pdflatex} & <æ><bc>\\\bottomrule
% \end{tabular}
% \end{center}
%
% In both \texttt{xelatex} and \texttt{lualatex} you get the same results as the previous table, where |c| is in |#3| and the first two glyphs are in |#1#2.| However, using \texttt{latex} or \texttt{pdflatex} with \textsf{inputenc} and \textsf{fontenc} causes |æ| by itself to use |#1#2|.
%
% Without digging into the details of font encoding and NFSS, we can say in simple terms that |æ| is ``two arguments wide.'' Any macro where this |#1#2| pair gets split into |#1| and |#2| will produce either \texttt{Unicode char \dots not set up for LaTeX} or \texttt{Argument of \textbackslash UTFviii@two@octets has an extra \}}. Again, this is not just specific to \textsf{nameauth}.
%
% \cmd{\CapThis}\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\strut\break\small\dbend} avoids these pitfalls by checking if the leading token of the argument to be capitalized is equivalent to the leading token of an active Unicode character. We chose \texttt{ß} as the test character somewhat at random. Page~\pageref{page:CapRoot} shows the test. Essentially, the following two expressions are equal under NFSS:
% \begin{quote}\small\setstretch{1.1}
% \cmd{\@car}\meta{$test_1$}\cmd{\@nil}, where \meta{$test_1$} expands to \cmd{\IeC} \marg{$test_1$}\\
% \cmd{\@car}\meta{$test_2$}\cmd{\@nil}, where \meta{$test_2$} expands to \cmd{\IeC} \marg{$test_2$}
% \end{quote}
% If \meta{$test_2$} expands to the letter \meta{$test_2$}, then it will fail the equality. ``Active'' characters expand to ``two-argument wide'' values under NFSS:
% \begin{center}\footnotesize\setstretch{1.1}\makeatletter
% \begin{tabular}{lll}\toprule
% |\def\a|\marg{L} & |\protected@edef\a|\marg{L} & |\protected\edef\a|\marg{L}\\
% A \def\a{A}\meaning\a & A \protected@edef\a{A}\meaning\a & A \protected\edef\a{A}\meaning\a\\
% À \def\a{À}\meaning\a & À \protected@edef\a{À}\meaning\a & À \protected\edef\a{À}\meaning\a\\
% ß \def\a{ß}\meaning\a & ß \protected@edef\a{ß}\meaning\a & ß \protected\edef\a{ß}\meaning\a\\\bottomrule
% \end{tabular}
% \end{center}
% The number of spaces inserted in the index file depends on the number of expansions that occur for a given active character.
%
% \LaTeX\marginpar{\small\raggedleft\dbend} also removes spaces between undelimited macro arguments, but not from the trailing undelimited argument. This is no longer an issue for name arguments in \textsf{nameauth}, but we include the information anyway:
% \begin{center}\setstretch{1.1}
% \def\foo#1#2#3\relax{<#1#2><#3>}
% \begin{tabular}{lll}\toprule
% Argument & Macro & Result\\\midrule
% |a b c| & |\foo a b c\relax| & \foo a b c\relax\\
% |ab c| & |\foo ab c\relax| & \foo ab c\relax\\
% |a bc| & |\foo a bc\relax| & \foo a bc\relax\\
% |abc| & |\foo abc\relax| & \foo abc\relax\\\bottomrule
% \end{tabular}
% \end{center}
% Using explicit spacing macros prevents gobbled spaces:
% \begin{center}\small\setstretch{1.1}
% \def\foo#1#2#3\relax{<#1#2><#3>}
% \begin{tabular}{lll}\toprule
% Argument & Macro & Result\\\midrule
% |a~bc| & |\foo a~bc\relax| & \foo a~bc\relax\\
% |a\nobreakspace bc| & |\foo a\nobreakspace bc\relax| & \foo a\nobreakspace bc\relax\\
% |a\space bc| & |\foo a\space bc\relax| & \foo a\space bc\relax\\\bottomrule
% \end{tabular}
% \end{center}
% See also Sections~\ref{sec:standards} and~\ref{sec:accents}.
% \clearpage
%
% \subsubsection{\LaTeX\ Engines}
% \label{sec:engines}
%
% The\marginpar{\small\raggedleft\dbend} \textsf{nameauth} package tries to work with multiple languages and typesetting engines. The following preamble snippet from this manual illustrates how that can be done:\footnote{A similar version of this example is in \texttt{examples.tex}, collocated with this manual.}
% \begin{quote}\small\setstretch{1.1}
% |\usepackage{ifxetex}|\\
% |\usepackage{ifluatex}|\\
% |\ifxetex%|\hfill |uses fontspec|\\
% \hbox{\quad}|\usepackage{fontspec}|\\
% \hbox{\quad}|\defaultfontfeatures{Mapping=tex-text}|\\
% \hbox{\quad}|\usepackage{xunicode}|\\
% \hbox{\quad}|\usepackage{xltxtra}|\\
% |\else|\\
% \hbox{\quad}|\ifluatex%|\hfill | also uses fontspec|\\
% \hbox{\quad}\hbox{\quad}|\usepackage{fontspec}|\\
% \hbox{\quad}\hbox{\quad}|\defaultfontfeatures{Ligatures=TeX}|\\
% \hbox{\quad}|\else%|\hfill | traditional NFSS|\\
% \hbox{\qquad}|\usepackage[utf8]{inputenc}|\\
% \hbox{\qquad}|\usepackage[TS1,T1]{fontenc}|\\
% \hbox{\quad}|\fi|\\
% |\fi|
% \end{quote}
%
% This arrangement worked best for this manual, which is tested with all of the \LaTeX\ engines above. This example is not meant to be the only possible way to check which engine you are using and how to set things up.
%
% The following can be used in the text itself to allow for conditional processing that helps one to document work under multiple engines:
%
% \begin{quote}\small\setstretch{1.1}
% |\ifxetex| \meta{xelatex text}|%|\\
% |\else|\\
% \hbox{\quad}|\ifluatex|\\
% \hbox{\qquad}|\ifpdf |\meta{lualatex in pdf mode text}|%|\\
% \hbox{\qquad}|\else |\meta{lualatex in dvi mode text}|%|\\
% \hbox{\qquad}|\fi|\\
% \hbox{\quad}|\else|\\
% \hbox{\qquad}|\ifpdf |\meta{pdflatex text}|%|\\
% \hbox{\qquad}|\else |\meta{latex text}|%|\\
% \hbox{\qquad}|\fi|\\
% \hbox{\quad}|\fi|\\
% |\fi|
% \end{quote}
% \clearpage
%
% \subsubsection{Hooks: Intro}
% \label{sec:Hooksa}
%
% Before\marginpar{\small\raggedleft Margin\break Paragraphs} we get to the use of text tags and name conditionals in name formatting, we begin with an intermediate example to illustrate that something more complex can occur in \cmd{\NamesFormat}.\marginpar{\small\raggedleft\dbend} Here we put the first mention of a name in boldface, along with a marginal notation if possible:\footnote{A similar version of this example is in \texttt{examples.tex}, collocated with this manual.}
% \begin{quote}\small\setstretch{1.1}
% |\let\OldFormat\NamesFormat%|\\
% |\renewcommand*\NamesFormat[1]|\\
% |  {\textbf{#1}\ifinner\else|\\
% |  \marginpar{\raggedleft\scriptsize #1}\fi}|\\
% \dots\\
% |\let\NamesFormat\OldFormat%|
% \end{quote}
% Changes to \cmd{\NamesFormat} should not rely merely on scoping rules to keep them ``local'' but should be changed and reset explicitly, or else odd side effects can result, especially with more exotic changes to \cmd{\NamesFormat}. We now use the example above in a sample text:
% \begin{quote}\small\setstretch{1.1}
% \let\OldFormat\NamesFormat\ignorespaces%
% \renewcommand*\NamesFormat[1]{\textbf{#1}\ifinner\else
%   \marginpar{\raggedleft\scriptsize #1}\fi}%
% |\PretagName{Vlad, Ţepeş}{Vlad Tepes}% for accented names|\\[2ex]
% {\small |\Name{Vlad| |III,| |Dracula},| |known| |as| |\AKA{Vlad| |III,| |Dracula}{Vlad,| |Ţepeş}| |(the| |Impaler)| |after| |his| |death,| |was| |the| |son| |of| |\Name{Vlad| |II,| |Dracul},| |a| |member| |of| |the| |Order| |of| |the| |Dragon.| |Later| |references| |to| |``\Name{Vlad| |III,| |Dracula}''| |appear| |thus.|}\\[2ex]
% \Name{Vlad III, Dracula}, known as \AKA{Vlad III, Dracula}{Vlad, Ţepeş} (the Impaler) after his death, was the son of \Name{Vlad II, Dracul}, a member of the Order of the Dragon. Later references to ``\Name{Vlad III, Dracula}'' appear thus.
% \let\NamesFormat\OldFormat%
% \end{quote}
%
% Now again we have reverted to the original form of \cmd{\NamesFormat} and we get \ForgetName{Vlad III, Dracula}\Name{Vlad III, Dracula} and \Name{Vlad III, Dracula}. For references to ``Vlad'' consider using |\Name{Vlad, III}| and use \cmd{\NameAddInfo} and \cmd{\NameQueryInfo} to handle ``\texttt{Dracula}.'' The simplified interface greatly helps one to avoid confusion and settle on specific name forms.
%
% \let\OldMainHook\MainNameHook%
% You\marginpar{\small\raggedleft\dbend} cannot re-enter \cmd{\Name} or \cmd{\AKA} by calling them within \cmd{\Namesformat}, \cmd{\FrontNameHook}, or \cmd{\MainNameHook}, as the next example shows:
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*\MainNameHook[1]|\\
% |{%|\\
% |  {#1}%|\\
% |  \IndexInactive%|\\
% |  \Name{foo}\AKA{bar}{baz}%|\\
% |  \IndexActive%|\\
% |}|
% \end{quote}
% \renewcommand*\MainNameHook[1]{{#1}\IndexInactive\Name{foo}\AKA{bar}{baz}\IndexActive}%
% Calling,\marginpar{\large\raggedleft\textsf{\bfseries 2.4}\strut} \emph{e.g.}, |\Wash| produces \Wash, without foo, bar, or baz. \cmd{\Name} and \cmd{\AKA} expand to nothing. This prevents stack-overflows both in this case and if you called the naming macros as their own arguments. |\Name{foo\Name{bar}}| would produce ``foo'' in the text and ``foobar'' in the index. As you see, these cases are to be avoided.
% \let\MainNameHook\OldMainHook
% \clearpage
%
% \subsubsection{Hooks: Life Dates}
% \label{sec:Hooksb}
% We can use name conditionals (Section~\ref{sec:tests}) and text tags (Section~\ref{sec:tagtext}) to add life information to names when desired.
%
% \DescribeMacro{\if@nameauth@InName}
% \DescribeMacro{\if@nameauth@InAKA}
% The example \cmd{\NamesFormat} below adds a text tag to the first occurrences of main-matter names. It uses internal macros of \cmd{\@nameauth@Name}. To prevent errors, the Boolean values \texttt{\textbackslash if@nameauth@InName} and \texttt{\textbackslash if@nameauth@InAKA} are true only within the scope of \cmd{\@nameauth@Name} and \cmd{\AKA} respectively.
%
% \DescribeMacro{\@nameauth@toksa}
% \DescribeMacro{\@nameauth@toksb}
% \DescribeMacro{\@nameauth@toksc}
% This package makes three token registers available to facilitate using the name conditional macros as we do below. Using these registers allows accented names to be recognized properly. In \cmd{\AKA} the token registers are copies of the \emph{last} three arguments, corresponding to the pseudonym.\marginpar{\small\raggedleft\dbend} Nevertheless, they have the same names as the registers in \cmd{\@nameauth@Name} because they work the same way and may be easier to use this way.
%
% We assume that we will not be using the \texttt{alwaysformat} option, meaning that we only call this hook once for a first use:\footnote{A similar version of this example is in \texttt{examples.tex}, collocated with this manual.}
% \begin{quote}\small\setstretch{1.1}
% |\newif\ifNoTextTag%|\hfill|allows us to work around \ForgetName|\\
% |\let\OldFormat\NamesFormat%|\hfill|save the format|\\
% |\makeatletter%|\hfill|access internals|\\
% |\renewcommand*\NamesFormat[1]|\\
% |{%|\\
% |  \let\ex\expandafter%|\hfill|reduce typing|\\
% |  \textbf{#1}%|\\
% |  \if@nameauth@InName%|\hfill|do only in \@nameauth@Name|\\
% |    \ifNoTextTag%|\hfill|true branch disables tags|\\
% |    \else%|\hfill|take false branch|\\
% |      \ex\ex\ex\ex\ex\ex\ex\NameQueryInfo%|\\
% |      \ex\ex\ex\ex\ex\ex\ex[%|\\
% |      \ex\ex\ex\the\ex\ex\ex\@nameauth@toksa\ex\ex\ex]%|\\
% |      \ex\ex\ex{\ex\the\ex\@nameauth@toksb\ex}%|\\
% |      \ex[\the\@nameauth@toksc]%|\\
% |    \fi|\\
% |  \fi|\\
% |  \if@nameauth@InAKA%|\hfill|do only in \AKA|\\
% |    \ifNoTextTag\else|\\
% |      \ex\ex\ex\ex\ex\ex\ex\NameQueryInfo%|\\
% |      \ex\ex\ex\ex\ex\ex\ex[%|\\
% |      \ex\ex\ex\the\ex\ex\ex\@nameauth@toksa\ex\ex\ex]%|\\
% |      \ex\ex\ex{\ex\the\ex\@nameauth@toksb\ex}%|\\
% |      \ex[\the\@nameauth@toksc]%|\\
% |    \fi|\\
% |  \fi|\\
% |  \global\NoTextTagfalse%|\hfill|reset tag suppression|\\
% |}|\\
% |\makeatother%|
% \end{quote}
%
% The example above prints tags by default in the false path of \cmd{\NoTextTag}, while suppressing them in the true path.
% \clearpage
%
% Before\marginpar{\small\raggedleft\dbend} we can refer to any text tags, we must create them. For teaching purposes I will ``lie'' (sorry) about the tag used for ``Atatürk'' until later.
% \begin{quote}\small\setstretch{1.1}
% |\NameAddInfo[George]{Washington}{ (1732--99)}%|\\
% |\NameAddInfo[Mustafa]{Kemal}{ (1881--1938)}%|\\
% |\NameAddInfo{Atatürk}{ (in 1934, a special surname)}%|
% \end{quote}
% \NameAddInfo[George]{Washington}{ (1732--99)}%
% \NameAddInfo[Mustafa]{Kemal}{ (1881--1938)}%
% \NameAddInfo{Atatürk}{ (in 1934, a special surname)}%
% \NameAddInfo{Ata\-türk}{ (in 1934, a special surname)}%
% We begin using the modified \cmd{\NamesFormat} under normal conditions:
% \newif\ifNoTextTag%
% \let\OldFormat\NamesFormat%
% \let\OldFrontFormat\FrontNamesFormat%
% \makeatletter\renewcommand*\NamesFormat[1]{\let\ex\expandafter\ignorespaces%
% \textbf{#1}\ignorespaces%
% \if@nameauth@InName\ifNoTextTag\else
% \ex\ex\ex\ex\ex\ex\ex\NameQueryInfo\ex\ex\ex\ex\ex\ex\ex[\ex\ex\ex\the\ex\ex\ex\@nameauth@toksa\ex\ex\ex]\ex\ex\ex{\ex\the\ex\@nameauth@toksb\ex}\ex[\the\@nameauth@toksc]\ignorespaces%
% \fi\fi
% \if@nameauth@InAKA\ifNoTextTag\else
% \ex\ex\ex\ex\ex\ex\ex\NameQueryInfo\ex\ex\ex\ex\ex\ex\ex[\ex\ex\ex\the\ex\ex\ex\@nameauth@toksa\ex\ex\ex]\ex\ex\ex{\ex\the\ex\@nameauth@toksb\ex}\ex[\the\@nameauth@toksc]\ignorespaces%
% \fi\fi\global\NoTextTagfalse}\makeatother
% \ForgetName[George]{Washington}%
% \begin{quote}\small\setstretch{1.1}
% |\Wash| |held| |office| |1789--97.| |No| |tags| |appear| |with| |\Wash. %|\\
% |First| |use,| |dates| |suppressed:%|\\
% |\NoTextTagtrue\ForgetName[George]{Washington}\Wash.|
%
% |\Name[Mustafa]{Kemal}| |was| |granted| |the| |name%|\\
% |\AKA[Mustafa]{Kemal}{Atatürk}. We mention%|\\
% |\AKA[Mustafa]{Kemal}{Atatürk} again.|
%
% \Wash\ held office 1789--97. No tags appear with \Wash. First use, dates suppressed: \NoTextTagtrue\ForgetName[George]{Washington}\Wash.
%
% \Name[Mustafa]{Kemal} was granted the name {\IndexInactive\AKA[Mustafa]{Kemal}{Atatürk}. We mention \AKA[Mustafa]{Kemal}{Atatürk} again.}
% \end{quote}
%
% Notice\marginpar{\small\raggedleft\dbend} that the text tag for \AKA[Mustafa]{Kemal}{Atatürk} did not print. That is because \cmd{\AKA} usually only calls the ``subsequent use'' hooks. Therefore we simulate the \texttt{formatAKA} option and \cmd{\ForgetName} \Wash\ and \Name[Mustafa]{Kemal}:
% \begin{quote}\small\setstretch{1.1}
% \makeatletter\@nameauth@AKAFormattrue\makeatother
% \ForgetName[George]{Washington}%
% \ForgetName[Mustafa]{Kemal}%
% \Wash\ held office 1789--97. No tags appear with \Wash. First use, dates suppressed: \NoTextTagtrue\ForgetName[George]{Washington}\Wash.
%
% \Name[Mustafa]{Kemal} was granted the name {\IndexInactive\AKA[Mustafa]{Kemal}{Ata\-türk}. We mention \AKA[Mustafa]{Kemal}{Ata\-türk} again.}
% \end{quote}
% Here we see that the tag is printed because \texttt{formatAKA} allows \cmd{\NamesFormat} to be called for the first use of {\IndexInactive\AKA[Mustafa]{Kemal}{Ata\-türk}}.
%
% If we |\let\FrontNamesFormat\NamesFormat| we can get similar results in the front matter and its name system.
%
% I have not been quite honest above. Since I wanted to simulate multiple first uses of \cmd{\AKA}, which can print a tag only once unless you use the \texttt{alwaysformat} option, I inserted non-visible control sequences into some instances of |\AKA[Mustafa]{Kemal}{Atatürk}| in the example paragraphs above:
% \begin{quote}\footnotesize\setstretch{1.1}
% |\NameAddInfo{Atatürk}{| |(a| |special| |surname| |granted| |1934)}|\\
% |\NameAddInfo{Ata\-türk}{| |(a| |special| |surname| |granted| |1934)}|
% \end{quote}
% In order to prevent multiple index entries, I prevented the form |{Ata\-türk}| from appearing in the index via \cmd{\IndexInactive} within a scope.\medskip
%
% Please remember to reset the formatting, if needed:
% \begin{quote}\small\setstretch{1.1}
% |\let\NamesFormat\OldFormat|\\
% |\let\FrontNamesFormat\OldFrontFormat|
% \end{quote}
% \let\NamesFormat\OldFormat
% \let\FrontNamesFormat\OldFrontFormat
%
% See Section~\ref{sec:internal} and page~\pageref{page:parser} for the decision paths and the logic used by the package. Presently, writing hook macros is much simpler.
% \clearpage
%
% \subsubsection{Hooks: Advanced}
% \label{sec:Hooksc}
%
% \begin{center}\bfseries The Name Parser for Hooks\end{center}
% \noindent The\marginpar{\large\raggedleft\textsf{\bfseries 3.0}} current modular design of \textsf{nameauth} (Section~\ref{sec:internal} and page~\pageref{page:parser}) permits one to predict the state of the macros and Boolean flags in the locked path. This means we can use that available information to ``start from scratch'' and completely ignore the parsed and formatted argument of the formatting hooks. We do that by having the hook take an argument:
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*|\meta{Hook}|[1]{|\texttt{\dots}|}|
% \end{quote}
%
% \DescribeMacro{\NameParser}
% There is a pared-down parser available to the package user called \cmd{\NameParser} that only can be used in a formatting hook, else it does nothing. Its sole purpose is to print a name how the regular \textsf{nameauth} parser does it, minus the capitalization extras. Reversing and commas are still usable. The way to use the parser is simple:
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*|\meta{Hook}|[1]|\\|  {|\meta{$cseq_1$\dots $cseq_m$}| \NameParser |\meta{$cseq_n$\dots}|}|
% \end{quote}
% The notation \meta{$cseq_1$\dots $cseq_m$} and \meta{$cseq_n$\dots} means a number of control sequences that can change the way a name is parsed.  The subsequent examples take advantage of this.
%
% Also\marginpar{\small\raggedleft\dbend} be aware that if you designed your own hooks for versions of \textsf{nameauth} before 3.0, it remains highly likely that they still work, but without the newer features. Updating your custom hooks is strongly advised.
%
% \begin{center}\bfseries Continental Format\end{center}
% \noindent This implementation of Continental formatting prints surnames in small caps the first time they are used, then no small caps thereafter. Yet small caps are used consistently in the index.
%
% The font change from small caps to normal is generated only in the body text output. The way to handle that is by using \cmd{\noexpand}, since the name arguments in \textsf{nameauth} have to use \cmd{\protected@edef} to work right.
%
% In the document preamble, before defining any names, create the following boolean flag and macro:
%
% \begin{quote}\small\setstretch{1.1}
% |\newif\ifSC|\\
% |\SCtrue%|\hfill |We want small caps in the index|\\[1ex]
% |\def\DoFormat#1%|\\
% |{%|\\
% |  \ifSC \textsc{#1}%|\hfill |Format small caps if true|\\
% |  \else #1%|\hfill |Do nothing if false|\\
% |  \fi|\\
% |}|
% \end{quote}
% \def\DoFormat#1{\ifSC\textsc{#1}\else#1\fi}%
%
% \cmd{\DoFormat} is the key to this approach. We want a control sequence that will expand differently, depending on the state of this Boolean flag.
% Using \cmd{\noexpand} is another vital piece of the solution.
% \clearpage
%
% Since Continental formatting alters the surname, see how the formatting macro always appears in the \meta{SNN} field below as we start to define names:
% \begin{quote}\small\setstretch{1.1}
% {\noindent\footnotesize|\begin{nameauth}|\\
% |  \< JQA & John Quincy & \noexpand\DoFormat{Adams} & >|\\
% |  \< Aeths & & \noexpand\DoFormat{Æþelstan} & >|\\
% |  \< Chas & & \noexpand\DoFormat{Charles}, I & >|\\
% |  \< Cao & & \noexpand\DoFormat{Cao}, Cao & >|\\
% |  \< JRIII & John David & \noexpand\DoFormat{Rockefeller}, III & >|\\
% |  \< SDJR|\,|&|\,|Sammy|\,|&|\,|\noexpand\DoFormat{Davis},\noexpand\DoFormat{Jr}.|\,|& >|\\
% |\end{nameauth}|}
% \end{quote}
%
% Now we must ensure that these names are sorted properly in the index. See again how the formatting must be present:
% \begin{quote}\small\setstretch{1.1}
% {\noindent\footnotesize|\PretagName[John Quincy]%|\\
% |  {\noexpand\DoFormat{Adams}}{Adams, John Quincy}|\\
% |\PretagName{\noexpand\DoFormat{Æþelstan}}{Aethelstan}|\\
% |\PretagName{\noexpand\DoFormat{Charles}, I}{Charles 1}|\\
% |\PretagName{\noexpand\DoFormat{Cao}, Cao}{Cao Cao}|\\
% |\PretagName[John David]{\noexpand\DoFormat{Rockefeller}, III}%|\\
% |  {Rockefeller, John David, III}|\\
% |\PretagName[Sammy]%|\\
% |  {\noexpand\DoFormat{Davis}, \noexpand\DoFormat{Jr}.}%|\\
% |  {Davis, Sammy, Jr.}|}
% \end{quote}
%
% We save the hook macros if we want to recall them.
% \begin{quote}\small\setstretch{1.1}
% |\let\OldNamesFormat\NamesFormat|\\
% |\let\OldFrontNamesFormat\FrontNamesFormat|\\
% |\let\OldFrontHook\FrontNameHook|\\
% |\let\OldMainHook\MainNameHook|
% \end{quote}
%
% \let\OldNamesFormat\NamesFormat%
% \let\OldFrontNamesFormat\FrontNamesFormat%
% \let\OldFrontHook\FrontNameHook%
% \let\OldMainHook\MainNameHook%
% We\marginpar{\large\raggedleft\textsf{\bfseries 3.0}} do not need to redefine either \cmd{\NamesFormat} or \cmd{\FrontNamesFormat} because we already set the default to be small caps. We redefine \cmd{\MainNameHook} and \cmd{\FrontNameHook} in order to \emph{suppress} formatting in subsequent uses of names. Currently, this is fairly easy.\footnote{A similar version of this example is in \texttt{examples.tex}, collocated with this manual.}
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*\MainNameHook[1]{\SCfalse\NameParser}|\\
% |\let\FrontNameHook\MainNameHook|
% \end{quote}
% \renewcommand*\MainNameHook[1]{\SCfalse\NameParser}%
% \let\FrontNameHook\MainNameHook%
%
% Here we see the results for both main- and front-matter names. Not only did we get the formatting that we wanted, but we also retained many other features.\bigskip
%
% {\footnotesize\noindent\begin{tabular}{llll}\toprule
% First & Next & Long & Short \\\midrule
% \JQA & \JQA & \LJQA & \SJQA\\
% \JRIII & \JRIII & \LJRIII & \SJRIII\\
% \Aeths & \Aeths & \LAeths & \SAeths\\
% \Chas & \Chas & \LChas & \SChas\\
% \Cao & \Cao & \LCao & \SCao\\\bottomrule
% \end{tabular}}
% \clearpage
%
% \begin{itemize}\small
% \item Punctuation detection still works: \SDJR. Then we have \SDJR.
% \item \cmd{\RevComma}\cmd{\LJQA} yields \RevComma\LJQA. All the reversing macros work.
% \item \cmd{\DropAffix}\cmd{\LJRIII} gives: \DropAffix\LJRIII.
% \item \cmd{\ForceFN}\cmd{\SChas} produces: ``\ForceFN\SChas'' instead of \cmd{\SChas} ``\SChas.'' This is, in fact, the correct result.
% \item Using the main interface requires some extra typing. For example,\\
% |\ForgetName[John Quincy]{\noexpand\DoFormat{Adams}}\JQA|\\
% results in \ForgetName[John Quincy]{\noexpand\DoFormat{Adams}}\JQA.
% \end{itemize}
%
% \makeatletter\@nameauth@AKAFormattrue\makeatother
% Normally \cmd{\AKA} will not format alternate names. However, if we use the \texttt{formatAKA} option we can refer to \LCao\ as \AKA{\noexpand\DoFormat{Cao}, Cao}{\noexpand\DoFormat{Mengde}}, and again \AKA{\noexpand\DoFormat{Cao}, Cao}{\noexpand\DoFormat{Mengde}}. We get that with:
% \begin{quote}\small\setstretch{1.1}
% |\PretagName{\noexpand\DoFormat{Mengde}}{Mengde}|\\
% |\AKA{\noexpand\DoFormat{Cao}, Cao}{\noexpand\DoFormat{Mengde}}|
% \end{quote}
% \makeatletter\@nameauth@AKAFormatfalse\makeatother
%
% If you want to suppress formatting altogether in the front matter, make the following change: |\let\FrontNamesFormat\MainNameHook.|
%
% When needed, we can use \cmd{\let} to restore the hooks to their old values. Please note, however, that the index entries will contain small caps, regardless of how we change the hook macros for the document text.
% \let\NamesFormat\OldNamesFormat%
% \let\FrontNamesFormat\OldFrontNamesFormat%
% \let\FrontNameHook\OldFrontHook%
% \let\MainNameHook\OldMainHook%
%
% \begin{center}\bfseries Caps within Formatting\end{center}
% \noindent This\marginpar{\small\raggedleft\dbend} method of redesigning the hooks must be used if you want to capitalize a name that is otherwise formatted in the index. All we need to do is modify the example above. We begin in similar fashion, but add a few extra bits. First come three Boolean flags that control the format changes. \texttt{\textbackslash ifItal} controls italics. \texttt{\textbackslash ifFirstCap} controls capitalization, and \texttt{\textbackslash ifInHook} is set true in a hook macro so that we do not capitalize outside of it.\footnote{One could use the internal flag \texttt{\textbackslash if@nameauth@InHook} to the same effect. A similar version of this example is in \texttt{examples.tex}, collocated with this manual.}
% \begin{quote}\small\setstretch{1.1}
% |\newif\ifItal%|\hfill |Flag to trigger italics|\\
% |\newif\ifFirstCap%|\hfill |Flag to trigger caps|\\
% |\newif\ifInHook%|\hfill |But only with a name in the body text|\\
% |\Italtrue%|\hfill |We want italics in the index|
% \end{quote}
%
% This \cmd{\DoFormat} below is quite similar to the previous example. In fact, if you take the names from the previous example and use them here, this will change the appearance not only in the body text but also in the index, creating a separate set of entries (at least with \texttt{makeindex}).
% \begin{quote}\small\setstretch{1.1}
% |\def\DoFormat#1%|\\
% |{%|\\
% |  \ifItal \textit{#1}%|\\
% |  \else #1%|\\
% |  \fi|\\
% |}|
% \end{quote}
% \def\DoFormat#1{\ifItal\textit{#1}\else#1\fi}%
% \clearpage
%
% Here is the macro that achieves capitalization in the name. Please put its argument within braces to avoid breaking active Unicode characters in NFSS. We have to restrict the operation of this macro to a formatting hook via \texttt{\textbackslash ifInHook}.
% \begin{quote}\small\setstretch{1.1}
% |\def\CP#1%|\\
% |{%|\\
% |  \ifInHook|\\
% |    \ifFirstCap \uppercase{#1}%|\\
% |    \else #1%|\\
% |    \fi|\\
% |  \else #1%|\\
% |  \fi|\\
% |}|\\
% |\newcommand*\CapMe{\FirstCaptrue}|
% \end{quote}
% \def\CP#1{\ifInHook\ifFirstCap\uppercase{#1}\else#1\fi\else#1\fi}%
% \newcommand*\CapMe{\FirstCaptrue}
%
% Like the previous example, you put the formatting in the naming macro arguments. Remember to ensure that \cmd{\CP} does not break active characters by putting its argument in braces.
% \begin{quote}\footnotesize\setstretch{1.1}
% |\PretagName[Pierre-Jean]{\noexpand\DoFormat{\noexpand\CP{d}e Smet}}%|\\
% |  {de Smet, Pierre-Jean}|\\
% |\begin{nameauth}|\\
% | \<| |deSmet| |&| |Pierre-Jean| |&| |\noexpand\DoFormat{\noexpand\CP{d}e| |Smet}}| |&| |>|\\
% |\end{nameauth}|
% \end{quote}
%
% You need to have \cmd{\global} before \cmd{\FirstCapfalse} to ensure that the change persists beyond the scope of the hook.
%
% If you want to use italics all the time, just \cmd{\let} all the hooks be \cmd{\NamesFormat}. If you want to follow the style of the previous example above, you do:
% \begin{quote}\small\setstretch{1.1}
% |\renewcommand*\NamesFormat[1]|\\
% |{%|\\
% |  \InHooktrue\NameParser\InHookfalse%|\\
% |  \global\FirstCapfalse%|\\
% |}|\\[1ex]
% |\renewcommand*\MainNameHook[1]|\\
% |{%|\\
% |  \Italfalse\InHooktrue\NameParser\InHookfalse%|\\
% |  \global\FirstCapfalse\Italtrue%|\\
% |}|\\[1ex]
% |\let\FrontNamesFormat\NamesFormat|\\
% |\let\FrontNameHook\MainNameHook|
% \end{quote}
% \renewcommand*\NamesFormat[1]{\InHooktrue\NameParser\InHookfalse\global\FirstCapfalse}%
% \renewcommand*\MainNameHook[1]{\Italfalse\InHooktrue\NameParser\InHookfalse\global\FirstCapfalse\Italtrue}%
% \let\FrontNamesFormat\NamesFormat%
% \let\FrontNameHook\MainNameHook%
% Now we show how the formatting hooks work in the body text. One can check the index to see that it is formatted with italics and is consistent.\medskip
%
% \begin{center}\footnotesize
% \begin{tabular}{llll}\toprule
% First & Next & Long & Short \\\midrule
% |\deSmet| & |\deSmet| & |\LdeSmet| & |\SdeSmet|\\
% \deSmet & \deSmet & \LdeSmet & \SdeSmet\\\bottomrule
% \end{tabular}
% \end{center}
%
% The capitalized version |\CapMe\deSmet| is \CapMe\deSmet. This also works for a formatted use: \let\MainNameHook\NamesFormat\CapMe\deSmet. The index entries will be consistent for all the variations in the text.
%
% Also, remember to restore the macro hooks if they should not persist for the entire document, or else you will get unwanted results:
% \begin{quote}\small\setstretch{1.1}
% |\let\NamesFormat\OldNamesFormat%|\\
% |\let\FrontNamesFormat\OldFrontNamesFormat%|\\
% |\let\FrontNameHook\OldFrontHook%|\\
% |\let\MainNameHook\OldMainHook%|
% \end{quote}
% \let\NamesFormat\OldNamesFormat%
% \let\FrontNamesFormat\OldFrontNamesFormat%
% \let\FrontNameHook\OldFrontHook%
% \let\MainNameHook\OldMainHook%
%
% \subsubsection{Full Redesign}
% \label{sec:NewEngine}
%
% Assuming\marginpar{\small\raggedleft\dbend\dbend} that redefining hooks and adding control sequences is insufficient to your task, you could modify the core naming macros and hook those modifications back into the \textsf{nameauth} package without needing to continuously track and patch the style file itself.
%
% \DescribeMacro{\NameauthName}
% \DescribeMacro{\NameauthLName}
% \DescribeMacro{\NameauthFName}
% These macros are set by default to \cmd{\@nameauth@Name}, the internal name parser. The main and simplified interfaces call them as respective synonyms for \cmd{\Name}, \cmd{\Name*}, and \cmd{\FName}. Should you desire to create your own naming macros, you can redefine them. Here is the minimal working example:
% \begin{quote}\small\setstretch{1.1}
% |\makeatletter|\\
% |\newcommandx*\MyName[3][1=\@empty, 3=\@empty]{|\meta{Name}|}|\\
% |\newcommandx*\MyLName[3][1=\@empty, 3=\@empty]|\\
% |  {|\meta{Long name}|\@nameauth@FullNamefalse}|\\
% |\newcommandx*\MyFName[3][1=\@empty, 3=\@empty]|\\
% |  {|\meta{Short name}|\@nameauth@FirstNamefalse}|\\
% |\makeatother|
% \end{quote}
%
% The macros above do not really work together with the rest of \textsf{nameauth} package, so be careful! You can hook these macros into the user interface thus:
% \begin{quote}\small\setstretch{1.1}
% \makeatletter%
% \newcommandx*\MyName[3][1=\@empty, 3=\@empty]{\meta{Name}}%
% \newcommandx*\MyLName[3][1=\@empty, 3=\@empty]{\meta{Long name}\@nameauth@FullNamefalse}%
% \newcommandx*\MyFName[3][1=\@empty, 3=\@empty]{\meta{Short name}\@nameauth@FirstNamefalse}%
% \makeatother%
% |\renewcommand*\NameauthName{\MyName}|\\
% |\renewcommand*\NameauthLName{\MyLName}|\\
% |\renewcommand*\NameauthFName{\MyFName}|\\
% |\begin{nameauth}|\\
% |  \< Silly & No Particular & Name & >|\\
% |\end{nameauth}|\\
% |This is \Silly, \LSilly, and \SSilly.|\\
% \renewcommand*\NameauthName{\MyName}%
% \renewcommand*\NameauthLName{\MyLName}%
% \renewcommand*\NameauthFName{\MyFName}%
% \begin{nameauth}
%   \< Silly & No Particular & Name & >
% \end{nameauth}
% This is \Silly, \LSilly, and \SSilly.
% \end{quote}
% Like\marginpar{\small\raggedleft\cmd{\global}} \cmd{\NamesFormat}, the other hook macros, and many of the state-changing and triggering macros in this package, these naming macros can be redefined or used locally within a scope without making global changes to the document unless you specifically use \cmd{\global}.
%
% Here we show that \cmd{\NameauthName}, \cmd{\NameauthLName}, and \cmd{\NameauthFName} have reverted back to their original forms. Now |\Name[No Particular]{Name}| and \cmd{\Silly} produce {\IndexInactive\Name[No Particular]{Name} and \Silly.}
% \clearpage
%
% \subsection{Naming Pattern Reference}
% \label{sec:PatRef}
%
% \noindent{\bfseries Western Names}\\[2ex]
% We set up a \texttt{nameauth} environment for each section below.\footnote{For those who observe that \cmd{\Lewis} as defined here is different than earlier in this manual, five stars to the boarding school house of your choice. The \texttt{nameauth} environment permists one to make successive global redefinitions. Yet this is done at your own risk.}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Einstein & Albert & Einstein & >|\\
% |  \< Lewis & Clive Staples & Lewis & >|\\
% |\end{nameauth}|
% \end{quote}
% \begin{nameauth}
%   \< Lewis & Clive Staples & Lewis & >
% \end{nameauth}
% {\footnotesize\setstretch{1.1}\ForgetName[Albert]{Einstein}\ForgetName[Clive Staples]{Lewis}
% \begin{tabular}{p{0.33\textwidth}@{}p{0.19\textwidth}@{}p{0.42\textwidth}}\toprule
% \textit{First reference in the text}:\newline\hbox to 1em{\hfil} \Name [Albert]{Einstein} & \cmd{\Einstein} \cmd{\LEinstein} \cmd{\SEinstein}& |\Name [Albert]{Einstein}| |\Name*[Albert]{Einstein}| |\FName[Albert]{Einstein}|\\[1ex]
% \textit{Subseq. full}: \Name*[Albert]{Einstein} & \cmd{\LEinstein} & |\Name*[Albert]{Einstein}|\\[1ex]
% \textit{Subsequent surname}: \Name [Albert]{Einstein} & \cmd{\Einstein} & |\Name [Albert]{Einstein}|\\[1ex]
% \textit{Subsequent forename}: \FName[Albert]{Einstein} & \cmd{\SEinstein} & |\FName[Albert]{Einstein}|\\\midrule
% \textit{Long first reference}: \newline\hbox to 1em{\hfil}\Lewis & \cmd{\Lewis}\newline \cmd{\LLewis}\newline \cmd{\SLewis} & |\Name [Clive Staples]{Lewis}| |\Name*[Clive Staples]{Lewis}| |\FName[Clive Staples]{Lewis}|\\[1ex]
% \textit{Subsequent full}: \LLewis[C.S.] & \cmd{\LLewis[C.S.]} & |\Name*[Clive Staples]{Lewis}[C.S.]|\\[1ex]
% \textit{Subsequent surname}: \Lewis [C.S.] & \cmd{\Lewis\ [C.S.]} \cmd{\Lewis} & |\Name [Clive Staples]{Lewis}[C.S.]|\newline |\Name [Clive Staples]{Lewis}|\\[1ex]
% \textit{Alternate}: \SLewis[Jack] & \cmd{\SLewis[Jack]} & |\FName[Clive Staples]{Lewis}[Jack]|\\\bottomrule
% \end{tabular}}\bigskip
%
% \noindent{\bfseries Western Plus Affixes}\\[2ex]
% Always use a comma to delimit name/affix pairs.
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Patton & George S. & Patton, Jr. & >|\\
% |\end{nameauth}|
% \end{quote}
% {\footnotesize\setstretch{1.1}\ForgetName[George S.]{Patton, Jr.}
% \begin{tabular}{p{0.35\textwidth}@{}p{0.18\textwidth}@{}p{0.41\textwidth}}\toprule
% \textit{First reference}:\newline\hbox to 1em{\hfil}\Name [George S.]{Patton, Jr.} & \cmd{\Patton} \cmd{\LPatton} \cmd{\SPatton} & |\Name [George S.]{Patton, Jr.}|\newline |\Name*[George S.]{Patton, Jr.}|\newline |\FName[George S.]{Patton, Jr.}|\\[1ex]
% \textit{Subsequent full}:\newline\hbox to 1em{\hfil}\Name*[George S.]{Patton, Jr.} & \cmd{\LPatton} & |\Name*[George S.]{Patton, Jr.}|\newline\\[1ex]
% \textit{Subsequent surname}: \Name [George S.]{Patton, Jr.} & \cmd{\Patton} & |\Name [George S.]{Patton, Jr.}|\\[1ex]
% \textit{Subsequent forename}: \FName[George S.]{Patton, Jr.} & \cmd{\SPatton} & |\FName[George S.]{Patton, Jr.}|\\\midrule
% \end{tabular}\\
% \begin{tabular}{p{0.35\textwidth}@{}p{0.59\textwidth}}
% \textit{Alternate forename}: \FName[George S.]{Patton, Jr.}[George] & \cmd{\SPatton[George]} \\
% & |\FName[George S.]{Patton, Jr.}[George]|\\\bottomrule
% \end{tabular}}
% \clearpage
%
% \noindent{\bfseries New Syntax: Non-Western}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Francis & & Francis, I & >|\\
% |  \< Dem & & Demetrius, I & >|\\
% |  \< Sun & & Sun, Yat-sen & >|\\
% |  \< Attil & & Attila, the Hun & >|\\
% |  \< Plato & & Plato & >|\\
% |\end{nameauth}|
% \end{quote}
% For sobriquets, one could use |\Name{Demetrius, I Soter}| to keep the number with the affix or |\Name{Demetrius I, Soter}| to keep the number with the name. We recommend, however, that you use text tags and index tags for ``Soter'' (Sections~\ref{sec:indextag} and~\ref{sec:tagtext}). That is what we do below:
% \begin{quote}\small\setstretch{1.1}
% |\NameAddInfo{Demetrius, I}{Soter}|\\
% |\def\Soter{\NameQueryInfo{Demetrius, I}}|\\
% |\TagName{Demetrius, I}{ Soter}|
% \end{quote}
% \NameAddInfo{Demetrius, I}{Soter}\def\Soter{\NameQueryInfo{Demetrius, I}}\ignorespaces%
% {\footnotesize\setstretch{1.1}\ForgetName{Francis, I}\ForgetName{Demetrius, I Soter}\ForgetName{Sun, Yat-sen}\ForgetName{Attila, the Hun}\ForgetName{Plato}\ignorespaces%
% \begin{tabular}{p{0.34\textwidth}@{}p{0.21\textwidth}@{}p{0.39\textwidth}}\toprule
% \textit{First reference}: \Name{Francis, I} & \cmd{\Francis}\newline \cmd{\LFrancis}\newline \cmd{\SFrancis} & |\Name {Francis, I}|\newline |\Name*{Francis, I}|\newline |\FName{Francis, I}|\\[1ex]
% \textit{Subsequent full}: \Name*{Francis, I} & \cmd{\LFrancis} & |\Name*{Francis, I}|\\[1ex]
% \textit{Subsequent name}: \Name{Francis, I} & \cmd{\Francis}\newline \cmd{\SFrancis} & |\Name {Francis, I}|\newline |\FName{Francis, I}|\\\midrule
% \textit{First reference}: \newline\hbox to 1em{\hfil}\Name{Demetrius, I}\ \Soter & |\Dem\  \Soter|\newline|\LDem\ \Soter|\newline|\SDem\ \Soter| & |\Name {Demetrius, I}\ \Soter|\newline |\Name*{Demetrius, I}\ \Soter|\newline |\FName{Demetrius, I}\ \Soter|\\[1ex]
% \textit{Subsequent full}: \Name*{Demetrius, I} & |\LDem| & |\Name*{Demetrius, I}|\\[1ex]
% \textit{Subsequent name}: \Name{Demetrius, I}\ & |\Dem|\newline|\SDem| & |\Name {Demetrius, I}|\newline |\FName{Demetrius, I}|\\\midrule
% \textit{First reference}:\newline\hbox to 1em{\hfil}\Name{Sun, Yat-sen} & \cmd{\Sun}\newline\cmd{\LSun}\newline\cmd{\SSun} & |\Name {Sun, Yat-sen}|\newline |\Name*{Sun, Yat-sen}|\newline |\FName{Sun, Yat-sen}|\\[1ex]
% \textit{Subsequent full}: \Name*{Sun, Yat-sen} & \cmd{\LSun} & |\Name*{Sun, Yat-sen}|\\[1ex]
% \textit{Subsequent name}: \Name{Sun, Yat-sen} & \cmd{\Sun}\newline\cmd{\SSun} & |\Name {Sun, Yat-sen}|\newline |\FName{Sun, Yat-sen}|\\[1ex]
% \textit{Personal name}: \ForceFN\SSun & \cmd{\ForceFN}\cmd{\SSun} & |\ForceFN\FName{Sun, Yat-sen}|\\\midrule
% \textit{All references}: \Name{Plato} & \cmd{\Plato}\newline\cmd{\LPlato}\newline\cmd{\SPlato} & |\Name {Plato}|\newline |\Name*{Plato}|\newline |\FName{Plato}|\\\bottomrule
% \end{tabular}}\bigskip
%
% You also can ``stack'' \cmd{\CapThis}, \cmd{\CapName}, \cmd{\RevName}, \cmd{\KeepAffix}, and so on in front of these control sequences. |\CapName\LSun| generates \CapName\LSun. For a fuller listing, see Section~\ref{sec:start}.
% \clearpage
%
% \noindent{\bfseries Old Syntax: Royal and Eastern}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< Henry & & Henry & VIII >|\\
% |  \< Ptol & & Ptolemy & I >|\\
% |  \< Mao & & Mao & Tse-tung >|\\
% |\end{nameauth}|
% \end{quote}
% For sobriquets, one could use |\Name{Ptolemy, I Soter}| to keep the number with the affix or |\Name{Ptolemy I, Soter}| to keep the number with the name. We recommend, however, that you use text tags and index tags for ``Soter'' (Sections~\ref{sec:indextag} and~\ref{sec:tagtext}). That is what we do below:
% \begin{quote}\small\setstretch{1.1}
% |\NameAddInfo{Ptolemy}[I]{Soter}|\\
% |\def\Soter{\NameQueryInfo{Ptolemy}[I]}|\\
% |\TagName{Ptolemy}[I]{ Soter}|
% \end{quote}
% \NameAddInfo{Ptolemy}[I]{Soter}\def\Soter{\NameQueryInfo{Ptolemy}[I]}\ignorespaces%
% {\footnotesize\setstretch{1.1}\ForgetName{Henry}[VIII]\ForgetName{Ptolemy}[I Soter]\ForgetName{Mao}[Tse-tung]
% \begin{tabular}{p{0.37\textwidth}@{}p{0.20\textwidth}@{}p{0.37\textwidth}}\toprule
% \textit{First reference}: \Name{Henry}[VIII]\ddag & \cmd{\Henry}\newline \cmd{\LHenry}\newline \cmd{\SHenry} & |\Name {Henry}[VIII]|\newline |\Name*{Henry}[VIII]|\newline |\FName{Henry}[VIII]|\\[1ex]
% \textit{Subsequent full}: \Name*{Henry}[VIII]\ddag & \cmd{\LHenry} & |\Name*{Henry}[VIII]|\\[1ex]
% \textit{Subsequent name}: \Name{Henry}[VIII]\ddag & \cmd{\Henry}\newline \cmd{\SHenry} & |\Name {Henry}[VIII]|\newline |\FName{Henry}[VIII]|\\\midrule
% \textit{First reference}: \Name{Ptolemy}[I]\ \Soter\ddag & |\Ptol\  \Soter|\newline|\LPtol\ \Soter|\newline|\SPtol\ \Soter| & |\Name {Ptolemy}[I]\ \Soter|\newline |\Name*{Ptolemy}[I]\ \Soter|\newline |\FName{Ptolemy}[I]\ \Soter|\\[1ex]
% \textit{Subsequent full}: \Name*{Ptolemy}[I]\ddag & |\LPtol| & |\Name*{Ptolemy}[I]|\\[1ex]
% \textit{Subsequent name}: \Name{Ptolemy}[I]\ddag & |\Ptol|\newline|\SPtol| & |\Name {Ptolemy}[I]|\newline |\FName{Ptolemy}[I]|\\\midrule
% \textit{First reference}:\newline \hbox to 1em{\hfil}\Name{Mao}[Tse-tung]\ddag & \cmd{\Mao}\newline \cmd{\LMao}\newline \cmd{\SMao} & |\Name {Mao}[Tse-tung]|\newline |\Name*{Mao}[Tse-tung]|\newline |\FName{Mao}[Tse-tung]|\\[1ex]
% \textit{Subsequent full}: \Name*{Mao}[Tse-tung]\ddag & \cmd{\LMao} & |\Name*{Mao}[Tse-tung]|\\[1ex]
% \textit{Subsequent name}: \Name{Mao}[Tse-tung]\ddag & \cmd{\Mao}\newline \cmd{\SMao} & |\Name {Mao}[Tse-tung]|\newline |\FName{Mao}[Tse-tung]|\\[1ex]
% \textit{Personal name}: \ForceFN\SMao & \cmd{\ForceFN}\cmd{\SMao} & |\ForceFN\FName{Mao}[Tse-tung]|\\\bottomrule
% \end{tabular}}\bigskip
%
% There used to be\marginpar{\large\raggedleft\textsf{\bfseries 3.0}\break\small\raggedleft\dbend} more ambiguity between the new syntax and the old syntax. That has been cleared up in present versions. Now it is clear that the new syntax takes precedence. |\Name*{Æthelred, II}[the Unready]| prints ``\Name*{Æthelred, II}[the Unready]'' in the body text and ``Æthelred, II'' in the index. In former versions of this package it would have produced ``Æthelred, II the Unready'' in the text and in the index. \textbf{Since the older behavior was discouraged, it no longer will be supported and no backward compatibility will exist.}
%
% Sections~\ref{sec:tagtext} and~\ref{sec:indextag}, as well as this section, show how one might use tags to handle ``the Unready'' in a more complex and more consistent manner.
% \clearpage
%
% \noindent\textbf{Particles, American Style}
% \begin{quote}\small\setstretch{1.1}
% |\begin{nameauth}|\\
% |  \< DLM & Walter & de la Mare & >|\\
% |  \< JWG & J.W. von & Goethe & >|\\
% |  \< Harnack & Adolf & Harnack & >|\\
% |\end{nameauth}|
% \end{quote}
% {\footnotesize\setstretch{1.1}\ForgetName[Walter]{de la Mare}
% \begin{tabular}{p{0.35\textwidth}@{}p{0.18\textwidth}@{}p{0.41\textwidth}}\toprule
% \textit{First}: \Name[Walter]{de la Mare} & \cmd{\DLM}\newline \cmd{\LDLM}\newline \cmd{\SDLM} & |\Name [Walter]{de la Mare}|\newline |\Name*[Walter]{de la Mare}|\newline |\FName[Walter]{de la Mare}|\\[1ex]
% \textit{Subsequent}: \Name[Walter]{de la Mare} & \cmd{\DLM} & |\Name [Walter]{de la Mare}|\\[1ex]
% \textit{Start of sentence}: \CapThis\Name[Walter]{de la Mare} & \cmd{\CapThis}\cmd{\DLM} & |\CapThis\Name[Walter]{de la Mare}|\\[1ex]
% \textit{Forename}: \FName[Walter]{de la Mare} & \cmd{\SDLM} & |\FName[Walter]{de la Mare}|\\\bottomrule
% \end{tabular}}\\[2ex]
%
% \noindent\textbf{Particles, European Style, in the Index}\\[2ex]
% {\footnotesize\setstretch{1.1}
% \begin{tabular}{p{0.27\textwidth}@{ }p{0.33\textwidth}@{}p{0.34\textwidth}}\toprule
% \textit{First use}:\newline \hbox to 1em{\hfil}\Name[J.W. von]{Goethe}[Johann Wolfgang von] & |\JWG [Johann Wolfgang von]|\newline |\LJWG[Johann Wolfgang von]|\newline |\SJWG[Johann Wolfgang von]| & |\Name [J.W. von]{Goethe}%|\newline| [Johann Wolfgang von]|\newline |\Name*[J.W. von]{Goethe}%|\newline| [Johann Wolfgang von]|\newline |\FName[J.W. von]{Goethe}%|\newline| [Johann Wolfgang von]|\\[1ex]
% \textit{Subsequent}: \Name[J.W. von]{Goethe} & \cmd{\JWG} & |\Name [J.W. von]{Goethe}|\\[1ex]
% \textit{Forenames}: \FName[J.W. von]{Goethe}[Johann Wolfgang] & |\SJWG[Johann Wolfgang]| & |\FName[J.W. von]{Goethe}%|\newline|[Johann Wolfgang]|\\\bottomrule
% \end{tabular}}\\[2ex]
%
% \noindent\textbf{Particles, European Style, Not in the Index}\\[2ex]
% {\footnotesize\setstretch{1.1}
% \begin{tabular}{p{0.26\textwidth}@{}p{0.27\textwidth}@{}p{0.41\textwidth}}\toprule
% \textit{First}:\newline \hbox to 1em{\hfil}\Name[Adolf]{Harnack}[Adolf von] & |\Harnack [Adolf von]|\newline |\LHarnack[Adolf von]|\newline |\SHarnack[Adolf von]| & |\Name [Adolf]{Harnack}[Adolf von]|\newline |\Name-[Adolf]{Harnack}[Adolf von]|\newline |\FName[Adolf]{Harnack}[Adolf von]|\\[1ex]
% \textit{Subsequent full}:\newline \hbox to 1em{\hfil}\Name*[Adolf]{Harnack}[Adolf von] & |\LHarnack[Adolf von]| & |\Name*[Adolf]{Harnack}[Adolf von]|\\
% \textit{Subseq. last}: \Name[Adolf]{Harnack} & |\Harnack| & |\Name [Adolf]{Harnack}|\\[1ex]
% \textit{Subseq. first}: \FName[Adolf]{Harnack} & |\SHarnack| & |\FName[Adolf]{Harnack}|\\\bottomrule
% \end{tabular}}\bigskip
%
% You will not see \Harnack's ``von'' in the index because it was used only in the alternate forenames field.
% \clearpage
%
% \subsection{Errors and Warnings}
% \label{sec:error}
%
% Here are some ways to avoid common errors:
%
% \begin{itemize}\small
% \item Keep it simple! Avoid unneeded macros and use the simplified interface.
% \item Check braces and brackets with naming macros to avoid errors like ``Paragraph ended\dots'' and ``Missing \meta{grouping token} inserted.''
% \item Do not apply a formatting macro to an entire comma-delimited \meta{SNN, affix} pair. Format each part separately.
% \item Consider using \cmd{\PretagName} with all names containing control sequences or active Unicode; see Section~\ref{sec:IndexSort}.
% \item One way to spot errors is to compare index entries with names in the body text. All macros that produce output also emit meaningful warnings.
% \end{itemize}
% The older syntax presents its own group of potential errors:
% \begin{itemize}\small{\IndexInactive
% \item Erroneously typing |\Name[Henry]{VIII}| prints ``\Name*[Henry]{VIII}'' and ``\Name[Henry]{VIII},'' as well as producing a malformed index entry.
% \item Avoid forms like |\Name[Henry]{VIII}[Tudor]| which gives ``\Name*[Henry]{VIII}[Tudor]'' and ``\Name[Henry]{VIII}[Tudor].'' That is a Western alternate name form, which is incorrect.}
% \item The older syntax will not work with some macros. The comma-suffixed form does work with those macros. See Section~\ref{sec:AKA}.
% \end{itemize}
% Warnings result from the following:
% \begin{itemize}\small
% \item Using the \texttt{nameauth} environment to redefine shorthands or define shorthands that collide with extant macros generates warning because that could result in unwanted behavior like unexpected name forms and index entries. The following will create a warning for such reasons:\\[1ex]
% |\PretagName[E.\,B.]{White}{White, E. B.}|\dots\\[1ex]
% |\begin{nameauth}|\\\IndexName[E.\,B.]{White}\ignorespaces
% |  \< White & E.\,B. & White & >|\\
% |  \< White & E. B. & White & >|\\
% |\end{nameauth}|\\[1ex]
% Sometimes dedefinition is harmless because it produces no unwanted results. It is up to the user to consider these warnings.
% \item Use the \texttt{verbose} option for warnings from the indexing macros.
% \item Using an index cross-reference name as a page entry. Nothing will happen.
% \item Creating the same cross-reference multiple times. Nothing will happen.
% \item Creating a page reference after a cross-reference has been created or after you have used \cmd{\ExcludeName}. Nothing will happen until you use a variant of \cmd{\Includename}.
% \item Using \cmd{\TagName} and \cmd{\UntagName} on cross-references. Nothing will happen.
% \item Using \cmd{\PretagName} with cross-references will create sorting tags for them, but also will generate ``informational warnings'' only if the \texttt{verbose} option is selected.
% \item Using \cmd{\ExcludeName} with cross-references. Nothing will happen.
% \item Using \cmd{\ExcludeName} to exclude a name that has already been excluded. Likewise, it will do nothing.
% \end{itemize}
% \clearpage
%
% \StopEventually{^^A
%  \clearpage\PrintChanges
%  \clearpage\PrintIndex
% }
%
% \section{Implementation}
%
% \iffalse
%<*package>
% \fi
% \small
% \subsection{Flags and Registers}
%
% The flags below are grouped according to general function. We begin with flow control\medskip
%
% \noindent{\large\bfseries Who Called Me?}\\[0.5ex]
% These values are used by the format hook dispatcher \cmd{\@nameauth@Hook} and the hook macros to determine if they have been called by either \cmd{\@nameauth@Name} or \cmd{\AKA}, respectively. Those macros set these flags. On their use, see Sections~\ref{sec:Hooksb} and ~\ref{sec:Hooksc}.
%    \begin{macrocode}
\newif\if@nameauth@InAKA
\newif\if@nameauth@InName
\newif\if@nameauth@Xref
%    \end{macrocode}
% As an aside, \cmd{\AKA} will invoke \cmd{\NamesFormat} or \cmd{\FrontNamesFormat} if the \texttt{alwaysformat} option is set. Otherwise it will invoke \cmd{\MainNameHook} or \cmd{\FrontNameHook}.\medskip
%
% \noindent{\large\bfseries Core Macro Lock}\\[0.5ex]
% The macros \cmd{\@nameauth@Name} and \cmd{\AKA}, with some auxiliary macros, process names in a ``locked'' state. These flags prevent a stack overflow. See also Sections~\ref{sec:Hooksb} and ~\ref{sec:Hooksc}.
%    \begin{macrocode}
\newif\if@nameauth@Lock
\newif\if@nameauth@InHook
%    \end{macrocode}\smallskip
%
% \noindent{\large\bfseries Indexing}\\[0.5ex]
% As the naming macros have locks, so do the indexing macros. These locks permit or prevent both indexing and tags. \cmd{\IndexActive} and \cmd{\IndexInctive} or the \texttt{index} and \texttt{noindex} options toggle this flag:
%    \begin{macrocode}
\newif\if@nameauth@DoIndex
%    \end{macrocode}
% The \texttt{pretag} and \texttt{nopretag} options toggle the value below, which allows or prevents the insertion of sort keys.
%    \begin{macrocode}
\newif\if@nameauth@Pretag
%    \end{macrocode}
% Theis flag determines whether \cmd{\IndexRef} creates a \emph{see} reference or a \emph{see also} reference.
%    \begin{macrocode}
\newif\if@nameauth@SeeAlso
%    \end{macrocode}\smallskip
%
% \noindent{\large\bfseries Formatting}\\[0.5ex]
% \cmd{\NamesActive} and \cmd{\NamesInactive}, with the \texttt{mainmatter} and \texttt{frontmatter}, options toggle formatting hooks via \texttt{\textbackslash if@nameauth@MainFormat}. \texttt{\textbackslash if@nameauth@AKAFormat} permits \cmd{\AKA} to call the first-use hooks once.
%    \begin{macrocode}
\newif\if@nameauth@MainFormat
\newif\if@nameauth@AKAFormat
%    \end{macrocode}
% The next value works with \cmd{\LocalNames} and \cmd{\GlobalNames}.
%    \begin{macrocode}
\newif\if@nameauth@LocalNames
%    \end{macrocode}\medskip
% \texttt{\textbackslash if@nameauth@FirstFormat} triggers the first-use hooks to be called; otherwise the second-use hooks are called. Additionally, \texttt{\textbackslash if@nameauth@AlwaysFormat} forces this true, except when \texttt{\textbackslash if@nameauth@AKAFormat} is false.
%    \begin{macrocode}
\newif\if@nameauth@FirstFormat
\newif\if@nameauth@AlwaysFormat
%    \end{macrocode}\clearpage
%
% \noindent Next we move from general flow control to specific modification of name forms.\medskip
%
% \noindent{\large\bfseries Affix Commas}\\[0.5ex]
% The \texttt{comma} and \texttt{nocomma} options toggle the flag value below. \cmd{\ShowComma} and \cmd{\NoComma} respectively toggle the second and third.
%    \begin{macrocode}
\newif\if@nameauth@AlwaysComma
\newif\if@nameauth@ShowComma
\newif\if@nameauth@NoComma
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Name Breaking}\\[0.5ex]
% \cmd{\KeepAffix} toggles the flag below, which causes an \meta{SNN}-\meta{Affix} pair to have a non-breaking space between them. For ``native'' Eastern names this prevents the family name and personal name from breaking.
%    \begin{macrocode}
\newif\if@nameauth@NBSP
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Detect Punctuation}\\[0.5ex]
% This Boolean value is used to prevent double full stops at the end of a name in the text.
%    \begin{macrocode}
\newif\if@nameauth@Punct
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Long and Short Names}\\[0.5ex]
% \texttt{\textbackslash if@nameauth@FullName} is true in any case where a long name reference is desired. \texttt{\textbackslash if@nameauth@FirstName} disables full-name references and causes only Western forenames to be displayed. \texttt{\textbackslash if@nameauth@AltAKA} is toggled respectively by \cmd{\AKA} and \cmd{\AKA*} to print a longer or shorter name. \texttt{\textbackslash if@nameauth@OldAKA} forces the pre-3.0 behavior of \cmd{\AKA*}. \texttt{\textbackslash if@nameauth@ShortSNN} is used with \cmd{\DropAffix} to suppress the affix of a Western name. \texttt{\textbackslash if@nameauth@EastFN} toggles the forced printing of Eastern forenames.
%    \begin{macrocode}
\newif\if@nameauth@FullName
\newif\if@nameauth@FirstName
\newif\if@nameauth@AltAKA
\newif\if@nameauth@OldAKA
\newif\if@nameauth@ShortSNN
\newif\if@nameauth@EastFN
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Eastern Names}\\[0.5ex]
% The next flags values govern name reversing and full surname capitalization. The first of each pair is a global state. The second of each pair is an individual state.
%    \begin{macrocode}
\newif\if@nameauth@RevAll
\newif\if@nameauth@RevThis
\newif\if@nameauth@AllCaps
\newif\if@nameauth@AllThis
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Last-Comma-First}\\[0.5ex]
% This pair of flags deals with Western names reordered in a list according to surname.
%    \begin{macrocode}
\newif\if@nameauth@RevAllComma
\newif\if@nameauth@RevThisComma
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Capitalize First Letter}\\[0.5ex]
% The next three flags deal with first-letter capitalization. The first Boolean value is triggered by \cmd{\CapThis} and reset by \cmd{\Name} and \cmd{\AKA}. The second is triggered by \cmd{\@nameauth@UTFtest} when it encounters a Unicode character under NFSS. The third is an ``override switch'' triggered by \cmd{\AccentCapThis} as a fall-back in case there is a problem with the detection.
%    \begin{macrocode}
\newif\if@nameauth@DoCaps
\newif\if@nameauth@UTF
\newif\if@nameauth@Accent
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Warning Levels}\\[0.5ex]
% This flag controls how many warnings you get. Defaults to few warnings. Verbose gives you plenty of warnings about cross-references in the index.
%    \begin{macrocode}
\newif\if@nameauth@Verbose
%    \end{macrocode}\medskip
%
% \noindent{\large\bfseries Name Argument Token Registers}\\[0.5ex]
% These three token registers contain the current values of the name arguments passed to \cmd{\Name}, its variants, and the cross-reference fields of \cmd{\AKA}.
%    \begin{macrocode}
\newtoks\@nameauth@toksa%
\newtoks\@nameauth@toksb%
\newtoks\@nameauth@toksc%
%    \end{macrocode}
% These three token registers contain the current values of the name arguments in each line of the \texttt{nameauth} environment.
%    \begin{macrocode}
\newtoks\@nameauth@etoksb%
\newtoks\@nameauth@etoksc%
\newtoks\@nameauth@etoksd%
%    \end{macrocode}
%
% \subsection{Hooks}
% \begin{macro}{\NamesFormat}
% Post-process ``first'' instance of final complete name form in text. See Sections~\ref{sec:formatting} and~\ref{sec:Hooksa}f. Called when both |\@nameauth@MainFormat| and |\@nameauth@FirstFormat| are true.
%    \begin{macrocode}
\newcommand*\NamesFormat{}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\MainNameHook}
% \changes{v2.4}{2016/03/15}{Added}
% Post-process subsequent instance of final complete name form in main-matter text. See Sections~\ref{sec:formatting} and~\ref{sec:Hooksa}f. Called when |\@nameauth@MainFormat| is true and the Boolean flag |\@nameauth@FirstFormat| is false.
%    \begin{macrocode}
\newcommand*\MainNameHook{}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\FrontNamesFormat}
% \changes{v2.5}{2016/04/06}{Added}
% Post-process ``first'' instance of final complete name form in front-matter text. Called when |\@nameauth@MainFormat| is false and |\@nameauth@FirstFormat| is true.
%    \begin{macrocode}
\newcommand*\FrontNamesFormat{}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\FrontNameHook}
% \changes{v2.4}{2016/03/15}{Added}
% Post-process subsequent instance of final complete name form in front-matter text. Called when |\@nameauth@MainFormat| is false and |\@nameauth@FirstFormat| is false.
%    \begin{macrocode}
\newcommand*\FrontNameHook{}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\NameauthName}
% \changes{v2.2}{2015/12/01}{Added}
% Hook to create custom naming macros. Usually the three macros below have the same control sequence, but they need not do so if you want something different. See Section~\ref{sec:NewEngine}. Use at your own risk! Changing these macros basically rewrites this package.
%    \begin{macrocode}
\newcommand*\NameauthName{\@nameauth@Name}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\NameauthLName}
% \changes{v2.3}{2016/01/05}{Added}
% Customization hook called after \cmd{\@nameauth@FullName} is set true. See Section~\ref{sec:NewEngine}.
%    \begin{macrocode}
\newcommand*\NameauthLName{\@nameauth@Name}
%    \end{macrocode}
% \end{macro}
% \begin{macro}{\NameauthFName}
% \changes{v2.2}{2015/12/01}{Added}
% Customization hook called after \cmd{\@nameauth@FirstName} is set true. See Section~\ref{sec:NewEngine}.
%    \begin{macrocode}
\newcommand*\NameauthFName{\@nameauth@Name}
%    \end{macrocode}
% \end{macro}
%
% \subsection{Package Options}
% The following package options interact with many of the prior Boolean values.
%    \begin{macrocode}
\DeclareOption{comma}{\@nameauth@AlwaysCommatrue}
\DeclareOption{nocomma}{\@nameauth@AlwaysCommafalse}
\DeclareOption{mainmatter}{\@nameauth@MainFormattrue}
\DeclareOption{frontmatter}{\@nameauth@MainFormatfalse}
\DeclareOption{formatAKA}{\@nameauth@AKAFormattrue}
\DeclareOption{oldAKA}{\@nameauth@oldAKAtrue}
\DeclareOption{index}{\@nameauth@DoIndextrue}
\DeclareOption{noindex}{\@nameauth@DoIndexfalse}
\DeclareOption{pretag}{\@nameauth@Pretagtrue}
\DeclareOption{nopretag}{\@nameauth@Pretagfalse}
\DeclareOption{allcaps}{\@nameauth@AllCapstrue}
\DeclareOption{normalcaps}{\@nameauth@AllCapsfalse}
\DeclareOption{allreversed}%
  {\@nameauth@RevAlltrue\@nameauth@RevAllCommafalse}
\DeclareOption{allrevcomma}%
  {\@nameauth@RevAlltrue\@nameauth@RevAllCommatrue}
\DeclareOption{notreversed}%
  {\@nameauth@RevAllfalse\@nameauth@RevAllCommafalse}
\DeclareOption{alwaysformat}{\@nameauth@AlwaysFormattrue}
\DeclareOption{smallcaps}{\renewcommand*\NamesFormat{\scshape}}
\DeclareOption{italic}{\renewcommand*\NamesFormat{\itshape}}
\DeclareOption{boldface}{\renewcommand*\NamesFormat{\bfseries}}
\DeclareOption{noformat}{\renewcommand*\NamesFormat{}}
\DeclareOption{verbose}{\@nameauth@Verbosetrue}
\ExecuteOptions%
  {nocomma,%
   mainmatter,%
   index,%
   pretag,%
   normalcaps,%
   notreversed,%
   noformat}
\ProcessOptions\relax
%    \end{macrocode}
%
% Now we load the required packages. They facilitate the first/subsequent name uses, the parsing of arguments, and the implementation of starred forms.
%    \begin{macrocode}
\RequirePackage{etoolbox}
\RequirePackage{suffix}
\RequirePackage{trimspaces}
\RequirePackage{xargs}
%    \end{macrocode}
%
% The \textsf{etoolbox} package is essential for processing name control sequences. Using \textsf{xargs} allows the optional arguments to work. Using \textsf{suffix} facilitated the starred form of macros. Finally, \textsf{trimspaces} helps the fault tolerance of name arguments.
%
% \subsection{Internal Macros}
% \label{sec:internal}
%
% \noindent{\large\bfseries Name Control Sequence: Who Am I?}
% \begin{macro}{\@nameauth@Clean}
% Thanks to \Name*[Heiko]{Oberdiek}, this macro produces a ``sanitized'' string used to make a (hopefully) unique control sequence for a name. We can test the existence of that control string to determine first occurrences of a name or cross-reference.
%    \begin{macrocode}
\newcommand*\@nameauth@Clean[1]
  {\expandafter\zap@space\detokenize{#1} \@empty}
%    \end{macrocode}
% \end{macro}\medskip
%
% \noindent{\large\bfseries Parsing: Root and Suffix}
% \begin{macro}{\@nameauth@Root}
% \changes{v1.4}{2012/07/24}{More robust}
% The following two macros return everything before a comma in \meta{SNN}.
%    \begin{macrocode}
\newcommand*\@nameauth@Root[1]{\@nameauth@TrimRoot#1,\\}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@TrimRoot}
% \changes{v0.9}{2012/02/10}{Expandable}
% \changes{v2.0}{2015/11/11}{Trim spaces}
% \changes{v3.0}{2016/10/26}{Redesigned}
% Throw out the comma and suffix, return the radix.
%    \begin{macrocode}
\def\@nameauth@TrimRoot#1,#2\\{\trim@spaces{#1}}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@TagRoot}
% \changes{v3.0}{2016/10/26}{Added}
% The following two macros return everything before a vertical bar (\verb+|+) in an index tag.
%    \begin{macrocode}
\newcommand*\@nameauth@TagRoot[1]{\@nameauth@TrimTag#1|\\}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@TrimTag}
% \changes{v3.0}{2016/10/26}{Added}
% Throw out the bar and suffix, return the radix.
%    \begin{macrocode}
\def\@nameauth@TrimTag#1|#2\\{#1}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@Suffix}
% \changes{v0.9}{2012/02/10}{Added}
% The following two macros parse \meta{SNN} into a radix and a comma-delimited suffix, returning only the suffix after a comma in the argument, or nothing.
%    \begin{macrocode}
\newcommand*\@nameauth@Suffix[1]{\@nameauth@TrimSuffix#1,,\\}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@TrimSuffix}
% \changes{v0.9}{2012/02/10}{Added}
% \changes{v1.5}{2013/02/22}{Trim spaces}
% \changes{v3.0}{2016/10/26}{New test}
% Throw out the radix; return the suffix with no leading spaces.
%    \begin{macrocode}
\def\@nameauth@TrimSuffix#1,#2,#3\\{%
  \ifx\\#2\\\@empty\else\trim@spaces{#2}\fi}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Parsing: Capitalization}
% \begin{macro}{\@nameauth@AllCapRoot}
% \changes{v1.5}{2013/02/22}{Added}
% This macro returns a fully-capitalized radix. It is used for generating capitalized Eastern family names in the body text. It is also the trivial case.
%    \begin{macrocode}
\newcommand*\@nameauth@AllCapRoot[1]
  {\uppercase{\@nameauth@Root{#1}}}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@UTFtest}
% \phantomsection\label{page:CapRoot}
% \changes{v3.0}{2016/10/26}{Added}
% Before we attempt at capitalizing anything, we need to determine if we are running under \texttt{xelatex} or \texttt{lualatex} by testing for \cmd{\Umathchar}. Then we see if we are un the UTF-8 regime of NFSS. Then we can test if the leading token of our text is the same as the leading token of an active Unicode character. We run this test when we enter \cmd{\@nameauth@Name} and \cmd{\AKA}.
%    \begin{macrocode}
\newcommand*\@nameauth@UTFtest[1]
{%
  \ifdefined\Umathchar
    \@nameauth@UTFfalse%
  \else
    \ifdefined\UTFviii@two@octets
      \toks@\expandafter{\@car#1\@nil}%
      \edef\one{\the\toks@}%
      \toks@\expandafter{\@carß\@nil}%
      \edef\two{\the\toks@}%
      \ifx\one\two\@nameauth@UTFtrue\else\@nameauth@UTFfalse\fi
      \if@nameauth@Accent
        \@nameauth@UTFtrue%
        \@nameauth@Accentfalse%
      \fi
    \else\@nameauth@UTFfalse\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
% \clearpage
%
% \begin{macro}{\@nameauth@CapRoot}
% \changes{v0.95}{2012/02/17}{Added}
% \changes{v2.1}{2015/11/24}{Fix Unicode/NFSS}
% \changes{v3.0}{2016/10/26}{New UTF test}
% Use the NFSS Unicode version if the test is true, else use the regular version.
%    \begin{macrocode}
\newcommand*\@nameauth@CapRoot[1]
{%
  \if@nameauth@UTF \@nameauth@CRiii#1\\%
  \else \@nameauth@CRii#1\\%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@CRii}
% \changes{v0.95}{2012/02/17}{Added}
% \changes{v1.26}{2012/04/24}{Fixed}
% \changes{v3.0}{2016/10/26}{Redesigned}
% Cap the first letter and return the rest as a radix stripped of its suffix.
%    \begin{macrocode}
\def\@nameauth@CRii#1#2\\{\@nameauth@Root{\uppercase{#1}#2}}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@CRiii}
% \changes{v2.1}{2015/11/24}{Added}
% \changes{v3.0}{2016/10/26}{Redesigned}
% Cap the first letter and return the rest as a radix stripped of its suffix. This is called in \texttt{pdflatex} under \textsf{inputenc}/Unicode.
%    \begin{macrocode}
\def\@nameauth@CRiii#1#2#3\\{\@nameauth@Root{\uppercase{#1#2}#3}}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Parsing: Punctuation Detection}
% \begin{macro}{\@nameauth@TestDot}
% This macro, based on a snippet by \Name*[Uwe]{Lueck}, checks for a period at the end of its argument. It determines whether we need to call \cmd{\@nameauth@CheckDot} below.
%    \begin{macrocode}
\newcommand*\@nameauth@TestDot[1]
{%
  \def\TestDot##1.\TestEnd##2\\{\TestPunct{##2}}%
  \def\TestPunct##1{%
    \ifx\TestPunct##1\TestPunct%
    \else
      \@nameauth@Puncttrue%
    \fi
  }%
  \@nameauth@Punctfalse%
  \TestDot#1\TestEnd.\TestEnd\\%
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@CheckDot}
% We assume that \cmd{\expandafter} precedes the invocation of \cmd{\@nameauth@CheckDot}, which only is called if the terminal character of the input is a period. We evaluate the lookahead \cmd{\@token} while keeping it on the list of input tokens.
%    \begin{macrocode}
\newcommand*\@nameauth@CheckDot%
  {\futurelet\@token\@nameauth@EvalDot}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@EvalDot}
%  If \cmd{\@token} is a full stop, we gobble the token.
%    \begin{macrocode}
\newcommand*\@nameauth@EvalDot%
{%
  \let\@period=.%
  \ifx\@token\@period\expandafter\@gobble \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Error Detection}
% \begin{macro}{\@nameauth@Error}
% \changes{v3.0}{2016/10/26}{Added}
% \changes{v3.01}{2016/10/27}{Fixed}
% One can cause \textsf{nameauth} to halt with an error by leaving a required name argument empty, providing an argument that expands to empty, or creating a name root that is empty within a root/suffix pair.
%    \begin{macrocode}
\newcommand*\@nameauth@Error[2]
{%
  \edef\msga{#2 SNN field empty}%
  \edef\msgb{#2 SNN field malformed}%
  \protected@edef\testname{\trim@spaces{#1}}%
  \protected@edef\testroot{\@nameauth@Root{#1}}%
  \ifx\testname\@empty
    \PackageError{nameauth}{\msga}%
  \fi
  \ifx\testroot\@empty
      \PackageError{nameauth}{\msgb}%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Core Name Engine}
%
% \begin{macro}{\@nameauth@Name}
% \changes{v0.85}{2012/02/05}{Comma suppression}
% \changes{v1.5}{2013/02/22}{Reversing/caps}
% \changes{v2.0}{2015/11/11}{Isolate malformed input; trim spaces; redesign tagging}
% \changes{v2.1}{2015/11/24}{Isolate Unicode issues}
% \changes{v2.3}{2016/01/05}{Now internal}
% \changes{v2.4}{2016/03/15}{Add token regs for hooks}
% \changes{v2.41}{2016/03/17}{No local \cmd{\newtoks}}
% \changes{v2.5}{2016/04/06}{Hooks query internal values}
% \changes{v2.6}{2016/09/19}{Improve indexing; fix old syntax}
% \changes{v3.0}{2016/10/26}{Redesigned}
% Here is the heart of the package. \Name*[Marc van]{Dongen} provided the original basic structure. Parsing, indexing, and formatting are more discrete than in earlier versions.
%    \begin{macrocode}
\newcommandx*\@nameauth@Name[3][1=\@empty, 3=\@empty]
{%
%    \end{macrocode}
% Both \cmd{\@nameauth@Name} and \cmd{\AKA} engage the lock below, preventing a stack overflow.
%    \begin{macrocode}
  \if@nameauth@Lock\else
  \@nameauth@Locktrue%
%    \end{macrocode}
% Tell the formatting mechanism that it is being called from \cmd{\@nameauth@Name}. Then test for malformed input.
%    \begin{macrocode}
  \@nameauth@InNametrue%
  \@nameauth@Error{#2}{macro \string\@nameauth@name}%
%    \end{macrocode}
% Ensure that names are printed in horizontal mode. Create an index entry.
%    \begin{macrocode}
  \leavevmode\hbox{}%
  \IndexName[#1]{#2}[#3]%
  \if@nameauth@MainFormat
    \@nameauth@Parse[#1]{#2}[#3]{!MN}%
  \else
    \@nameauth@Parse[#1]{#2}[#3]{!NF}%
  \fi
  \IndexName[#1]{#2}[#3]%
%    \end{macrocode}
% Reset all the ``per name'' Boolean values.
%    \begin{macrocode}
  \@nameauth@Lockfalse%
  \@nameauth@InNamefalse%
  \@nameauth@NBSPfalse%
  \@nameauth@DoCapsfalse%
  \@nameauth@Accentfalse%
  \@nameauth@AllThisfalse%
  \@nameauth@ShowCommafalse%
  \@nameauth@NoCommafalse%
  \@nameauth@RevThisfalse%
  \@nameauth@RevThisCommafalse%
  \@nameauth@ShortSNNfalse%
  \@nameauth@EastFNfalse%
%    \end{macrocode}
% Close the ``locked'' branch.
%    \begin{macrocode}
  \fi
%    \end{macrocode}
% Call the full stop detection.
%    \begin{macrocode}
  \if@nameauth@Punct\expandafter\@nameauth@CheckDot\fi
}
%    \end{macrocode}
% \end{macro}
% \clearpage
%
% \begin{macro}{\@nameauth@Parse}
% \changes{v3.0}{2016/10/26}{Added}
% Parse and print a name in the text. The final required argument is a ``mode designator'' that can be ``!MN'' (main name); ``!NF'' (was ``non-formatted,'' now ``name in front matter''); and ``!PN'' (pseudonym/cross-reference). Both \cmd{\@nameauth@Name} and \cmd{\AKA} call this parser to print their names in the text.
%    \begin{macrocode}
\newcommandx*\@nameauth@Parse[4][1=\@empty, 3=\@empty]
{%
  \if@nameauth@Lock
%    \end{macrocode}
% We want these arguments to expand to \cmd{\@empty} (or not) when we test them.
%    \begin{macrocode}
    \protected@edef\arga{\trim@spaces{#1}}%
    \protected@edef\argc{\trim@spaces{#3}}%
    \protected@edef\suffb{\@nameauth@Suffix{#2}}%
%    \end{macrocode}
% If global caps. reversing, and commas are true, set the local flags true.
%    \begin{macrocode}
    \if@nameauth@AllCaps\@nameauth@AllThistrue\fi
    \if@nameauth@RevAll\@nameauth@RevThistrue\fi
    \if@nameauth@RevAllComma\@nameauth@RevThisCommatrue\fi
%    \end{macrocode}
% Get the root name as a normal or capitalized form, according to the flags.
%    \begin{macrocode}
    \if@nameauth@DoCaps
      \@nameauth@UTFtest{#2}%
      \protected@edef\rootb{\@nameauth@CapRoot{#2}}%
    \else
      \if@nameauth@AllThis
        \protected@edef\rootb{\@nameauth@AllCapRoot{#2}}%
      \else
        \protected@edef\rootb{\@nameauth@Root{#2}}%
      \fi
    \fi
%    \end{macrocode}
% Make (usually) unique control sequence values from the name arguments.
%    \begin{macrocode}
    \def\csb{\@nameauth@Clean{#2}}%
    \def\csbc{\@nameauth@Clean{#2,#3}}%
    \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Make token register copies of the current name args to be available for the hook macros.
%    \begin{macrocode}
    \@nameauth@toksa\expandafter{#1}%
    \@nameauth@toksb\expandafter{#2}%
    \@nameauth@toksc\expandafter{#3}%
%    \end{macrocode}
% The code below handles non-breaking and regular spaces (\cmd{\KeepAffix}). It also handles the use of commas before affixes in Western names.
%    \begin{macrocode}
    \edef\Space{\space}%
    \if@nameauth@NBSP\edef\Space{\nobreakspace}\fi
    \ifx\arga\@empty\else
      \if@nameauth@AlwaysComma
        \edef\Space{,\space}%
        \if@nameauth@NBSP\edef\Space{,\nobreakspace}\fi
      \fi
      \if@nameauth@ShowComma
        \edef\Space{,\space}%
        \if@nameauth@NBSP\edef\Space{,\nobreakspace}\fi
      \fi
      \if@nameauth@NoComma
        \edef\Space{\space}%
        \if@nameauth@NBSP\edef\Space{\nobreakspace}\fi
      \fi
    \fi
%    \end{macrocode}
% The section below parses names. It ``attaches meaning'' to the macro arguments via \cmd{\FNN} and \cmd{\SNN}, wich is all the name printing macros know. Call the name printing macros, based on the optional arguments. Then create a second index entry.
%    \begin{macrocode}
    \let\SNN\rootb%
    \ifx\arga\@empty
      \ifx\argc\@empty
%    \end{macrocode}
% When \cmd{\arga}, \cmd{\argc}, and \cmd{\suffb} are empty, we have a mononym. When \cmd{\suffb} is not empty, we have a native Eastern name or non-Western name.
%    \begin{macrocode}
        \let\FNN\suffb%
        \let\SNN\rootb%
        \@nameauth@NonWest{\csb#4}%
      \else
%    \end{macrocode}
% When \cmd{\arga} and \cmd{\suffb} are empty, but \cmd{\argc} is not, we have the old syntax. When \cmd{\arga} is empty, but \cmd{\argc} and \cmd{\suffb} are not, we have alternate names for non-Western names.
%    \begin{macrocode}
        \ifx\suffb\@empty
          \let\FNN\argc%
          \let\SNN\rootb%
          \@nameauth@NonWest{\csbc#4}%
        \else
          \let\FNN\argc%
          \let\SNN\rootb%
          \@nameauth@NonWest{\csb#4}%
        \fi
      \fi
    \else
%    \end{macrocode}
% When \cmd{\arga} is not empty, we have either a Western name or a non-native Eastern name. When \cmd{\argc} is not empty, we use alternate names. When \cmd{\suffb} is not empty we use suffixed forms.
%    \begin{macrocode}
      \ifx\argc\@empty
        \let\FNN\arga%
      \else
        \let\FNN\argc%
      \fi
      \ifx\suffb\@empty
      \else
        \protected@edef\SNN{\rootb\Space\suffb}%
        \if@nameauth@ShortSNN\let\SNN\rootb\fi
      \fi
      \@nameauth@West{\csab#4}%
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@NonWest}
% \changes{v3.0}{2016/10/26}{Added}
% Print non-Western names from \cmd{\@nameauth@name} and \cmd{\AKA}. We inherit internal control sequences from the naming macros and do nothing if called outside them.
%    \begin{macrocode}
\newcommand*\@nameauth@NonWest[1]
{%
  \if@nameauth@Lock
    \ifcsname#1\endcsname\else
      \@nameauth@FirstFormattrue%
    \fi
    \if@nameauth@InAKA
      \if@nameauth@AltAKA
        \if@nameauth@OldAKA\@nameauth@EastFNtrue\fi
        \@nameauth@FullNamefalse%
        \@nameauth@FirstNametrue%
      \else
        \@nameauth@FullNametrue%
        \@nameauth@FirstNamefalse%
      \fi
    \else
      \ifcsname#1\endcsname\else
        \@nameauth@FullNametrue%
        \@nameauth@FirstNamefalse%
      \fi
    \fi
    \if@nameauth@FirstName
      \@nameauth@FullNamefalse%
    \fi
    \ifx\FNN\@empty
      \@nameauth@Hook{\SNN}%
    \else
      \if@nameauth@FullName
        \if@nameauth@RevThis
          \@nameauth@Hook{\FNN\Space\SNN}%
        \else
          \@nameauth@Hook{\SNN\Space\FNN}%
        \fi
      \else
        \if@nameauth@EastFN
          \@nameauth@Hook{\FNN}%
        \else
          \@nameauth@Hook{\SNN}%
        \fi
      \fi
    \fi
    \ifcsname#1\endcsname\else
      \if@nameauth@InAKA\else\csgdef{#1}{}\fi%
    \fi
    \@nameauth@FullNamefalse%
    \@nameauth@FirstNamefalse%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@West}
% \changes{v3.0}{2016/10/26}{Added}
% Print Western names and ``non-native'' Eastern names from \cmd{\@nameauth@name} and \cmd{\AKA}. We inherit internal control sequences from the naming macros and do nothing if called outside them.
%    \begin{macrocode}
\newcommand*\@nameauth@West[1]
{%
  \if@nameauth@Lock
    \ifcsname#1\endcsname\else
      \@nameauth@FirstFormattrue%
    \fi
    \if@nameauth@InAKA
      \if@nameauth@AltAKA
        \@nameauth@FullNamefalse%
        \@nameauth@FirstNametrue%
      \else
        \@nameauth@FullNametrue%
        \@nameauth@FirstNamefalse%
      \fi
    \else
      \ifcsname#1\endcsname\else
        \@nameauth@FullNametrue%
        \@nameauth@FirstNamefalse%
      \fi
    \fi
    \if@nameauth@FirstName
      \@nameauth@FullNamefalse%
    \fi
    \if@nameauth@FullName
      \if@nameauth@RevThis
        \@nameauth@Hook{\SNN\space\FNN}%
      \else
        \if@nameauth@RevThisComma
          \edef\RevSpace{,\space}%
          \@nameauth@Hook{\SNN\RevSpace\FNN}%
        \else
          \@nameauth@Hook{\FNN\space\SNN}%
        \fi
      \fi
    \else
      \if@nameauth@FirstName
        \@nameauth@Hook{\FNN}%
      \else
        \@nameauth@Hook{\rootb}%
      \fi
    \fi
    \ifcsname#1\endcsname\else
      \if@nameauth@InAKA\else\csgdef{#1}{}\fi%
    \fi
    \@nameauth@FullNamefalse%
    \@nameauth@FirstNamefalse%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Format Hook Dispatcher}
% \begin{macro}{\@nameauth@Hook}
% \changes{v0.94}{2012/02/15}{Particle caps}
% \changes{v0.95}{2012/02/17}{Works with \textsf{microtype}}
% \changes{v2.4}{2016/03/15}{Add hooks}
% \changes{v2.5}{2016/04/06}{Improve hooks}
% \changes{v3.0}{2016/10/26}{Better punctuation detection}
% Flags help the dispatcher invoke the correct formatting hooks. The flags control which hook is called (first/subsequent use, name type). The first set of tests handles formatting within \cmd{\AKA}. The second set of tests handles regular name formatting. The hooks have a local scope (and are defined as empty) by default.
%    \begin{macrocode}
\newcommand*\@nameauth@Hook[1]
{%
  \if@nameauth@Lock
    \@nameauth@InHooktrue%
    \protected@edef\test{#1}%
    \expandafter\@nameauth@TestDot\expandafter{\test}%
    \if@nameauth@InAKA
      \if@nameauth@AlwaysFormat
        \@nameauth@FirstFormattrue%
      \else
        \if@nameauth@AKAFormat\else
        \@nameauth@FirstFormatfalse\fi
      \fi
      \if@nameauth@MainFormat
        \if@nameauth@FirstFormat
          \bgroup\NamesFormat{#1}\egroup%
        \else
          \bgroup\MainNameHook{#1}\egroup%
        \fi
      \else
        \if@nameauth@FirstFormat
          \bgroup\FrontNamesFormat{#1}\egroup%
        \else
          \bgroup\FrontNameHook{#1}\egroup%
        \fi
      \fi
    \else
      \if@nameauth@AlwaysFormat
        \@nameauth@FirstFormattrue%
      \fi
      \if@nameauth@MainFormat
        \if@nameauth@FirstFormat
          \bgroup\NamesFormat{#1}\egroup%
        \else
          \bgroup\MainNameHook{#1}\egroup%
        \fi
      \else
        \if@nameauth@FirstFormat
          \bgroup\FrontNamesFormat{#1}\egroup%
        \else
          \bgroup\FrontNameHook{#1}\egroup%
        \fi
      \fi
    \fi
    \@nameauth@FirstFormatfalse%
    \@nameauth@InHookfalse%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Indexing Internals}
% \begin{macro}{\@nameauth@Index}
% \changes{v0.94}{2012/02/15}{Added}
% \changes{v2.0}{2015/11/11}{New tagging}
% If the indexing flag is true, create an index entry, otherwise do nothing. Add tags automatically if they exist.
%    \begin{macrocode}
\newcommand*\@nameauth@Index[2]
{%
  \def\cseq{#1}%
  \let\ex\expandafter%
  \ifcsname\cseq!TAG\endcsname
    \protected@edef\Tag{\csname#1!TAG\endcsname}%
    \ex\def\ex\ShortTag\ex{\ex\@nameauth@TagRoot\ex{\Tag}}%
  \fi
  \if@nameauth@DoIndex
    \ifcsname\cseq!TAG\endcsname
      \ifcsname\cseq!PRE\endcsname
        \if@nameauth@Xref%
          \index%
          {\csname\cseq!PRE\endcsname#2\ShortTag}%
        \else
          \index%
          {\csname\cseq!PRE\endcsname#2\csname\cseq!TAG\endcsname}%
        \fi
      \else
        \if@nameauth@Xref
          \index{#2\ShortTag}%
        \else
          \index{#2\csname\cseq!TAG\endcsname}%
        \fi
      \fi
    \else
      \ifcsname\cseq!PRE\endcsname
        \index{\csname\cseq!PRE\endcsname#2}%
      \else
        \index{#2}%
      \fi
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@nameauth@Actual}
% \changes{v2.0}{2015/11/11}{Added}
% This sets the ``actual'' character used by \textsf{nameauth} for index sorting.
%    \begin{macrocode}
\newcommand*\@nameauth@Actual{@}
%    \end{macrocode}
% \end{macro}
%
% \subsection{User Interface Macros}
% \noindent{\large\bfseries Syntactic Formatting\,---\,Capitalization}
% \begin{macro}{\CapThis}
% \changes{v0.94}{2012/02/15}{Added}
% Tells the root capping macro to cap the first character.
%    \begin{macrocode}
\newcommand*\CapThis{\@nameauth@DoCapstrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\AccentCapThis}
% \changes{v2.1}{2015/11/24}{Added}
% Overrides the automatic test for active Unicode characters. This is a fall-back in case the automatic test for active Unicode characters fails.
%    \begin{macrocode}
\newcommand*\AccentCapThis%
  {\@nameauth@Accenttrue\@nameauth@DoCapstrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\CapName}
% \changes{v1.5}{2013/02/22}{Added}
% Capitalize entire required name.
%    \begin{macrocode}
\newcommand*\CapName{\@nameauth@AllThistrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\AllCapsInactive}
% Turn off global surname capitalization.
% \changes{v1.5}{2013/02/22}{Added}
%    \begin{macrocode}
\newcommand*\AllCapsInactive{\@nameauth@AllCapsfalse}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\AllCapsActive}
% \changes{v1.5}{2013/02/22}{Added}
% Turn on global surname capitalization.
%    \begin{macrocode}
\newcommand*\AllCapsActive{\@nameauth@AllCapstrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Syntactic Formatting\,---\,Reversing}
% \begin{macro}{\RevName}
% \changes{v1.5}{2013/02/22}{Added}
% Reverse name order.
%    \begin{macrocode}
\newcommand*\RevName{\@nameauth@RevThistrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ReverseInactive}
% Turn off global name reversing.
% \changes{v1.5}{2013/02/22}{Added}
%    \begin{macrocode}
\newcommand*\ReverseInactive{\@nameauth@RevAllfalse}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ReverseActive}
% Turn on global name reversing.
% \changes{v1.5}{2013/02/22}{Added}
%    \begin{macrocode}
\newcommand*\ReverseActive{\@nameauth@RevAlltrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ForceFN}
% Force the printing of an Eastern forename in the text.
% \changes{v3.0}{2016/10/26}{Added}
%    \begin{macrocode}
\newcommand*\ForceFN{\@nameauth@EastFNtrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Syntactic Formatting\,---\,Reversing with Commas}
% \begin{macro}{\RevComma}
% \changes{v1.5}{2013/02/22}{Added}
% Last name, comma, first name.
%    \begin{macrocode}
\newcommand*\RevComma%
  {\@nameauth@RevThisCommatrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ReverseCommaInactive}
% Turn off global ``last-name-comma-first.''
% \changes{v1.5}{2013/02/22}{Added}
%    \begin{macrocode}
\newcommand*\ReverseCommaInactive%
  {\@nameauth@RevAllCommafalse}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ReverseCommaActive}
% Turn on global ``last-name-comma-first.''
% \changes{v1.5}{2013/02/22}{Added}
%    \begin{macrocode}
\newcommand*\ReverseCommaActive%
  {\@nameauth@RevAllCommatrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Syntactic Formatting\,---\,Affixes}
% \begin{macro}{\ShowComma}
% \changes{v1.4}{2012/07/24}{Added}
% Put comma between name and suffix one time.
%    \begin{macrocode}
\newcommand*\ShowComma{\@nameauth@ShowCommatrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NoComma}
% \changes{v2.6}{2016/09/19}{Added}
% Remove comma between name and suffix one time (with \texttt{comma} option).
%    \begin{macrocode}
\newcommand*\NoComma{\@nameauth@NoCommatrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\DropAffix}
% \changes{v3.0}{2016/10/26}{Added}
% Suppress the affix in a long Western name.
%    \begin{macrocode}
\newcommand*\DropAffix{\@nameauth@ShortSNNtrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Typographic Formatting\,---\,Affixes}
% \begin{macro}{\KeepAffix}
% \changes{v1.9}{2015/07/09}{Added}
% Trigger a name-suffix pair to be separated by a non-breaking space.
%    \begin{macrocode}
\newcommand*\KeepAffix{\@nameauth@NBSPtrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Typographic Formatting\,---\,Main Versus Front Matter}
% \begin{macro}{\NamesInactive}
% Switch to the ``non-formatted'' species of names.
%    \begin{macrocode}
\newcommand*\NamesInactive{\@nameauth@MainFormatfalse}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NamesActive}
% Switch to the ``formatted'' species of names.
%    \begin{macrocode}
\newcommand*\NamesActive{\@nameauth@MainFormattrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Name Occurrence Tweaks}
% \begin{macro}{\LocalNames}
% \changes{v2.3}{2016/01/05}{Added}
% \changes{v2.4}{2016/03/15}{Ensured to be global}
% \cmd{\LocalNames} sets |@nameauth@LocalNames| true so \cmd{\ForgetName} and \cmd{\SubvertName} do not affect both formatted and unformatted names.
%    \begin{macrocode}
\newcommand*\LocalNames{\global\@nameauth@LocalNamestrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\GlobalNames}
% \changes{v2.3}{2016/01/05}{Added}
% \changes{v2.4}{2016/03/15}{Ensured to be global}
% \cmd{\GlobalNames} sets |@nameauth@LocalNames| false, restoring the default behavior of \cmd{\ForgetName} and \cmd{\SubvertName}.
%    \begin{macrocode}
\newcommand*\GlobalNames{\global\@nameauth@LocalNamesfalse}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Index Operations}
% \begin{macro}{\IndexInactive}
% \changes{v0.94}{2012/02/15}{Added}
% turn off global indexing of names.
%    \begin{macrocode}
\newcommand*\IndexInactive{\@nameauth@DoIndexfalse}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IndexActive}
% \changes{v0.94}{2012/02/15}{Added}
% turn on global indexing of names.
%    \begin{macrocode}
\newcommand*\IndexActive{\@nameauth@DoIndextrue}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IndexActual}
% \changes{v2.0}{2015/11/11}{Added}
% Change the ``actual'' character from the default.
%    \begin{macrocode}
\newcommand*\IndexActual[1]
  {\global\renewcommand*\@nameauth@Actual{#1}}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\SeeAlso}
% \changes{v3.0}{2016/10/26}{Added}
% Change the type of cross-reference from a \emph{see} reference to a \emph{see also} reference. Works once per name.
%    \begin{macrocode}
\newcommand*\SeeAlso{\@nameauth@SeeAlsotrue}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Hook Macro Name Parser}
% \phantomsection\label{page:parser}
% \begin{macro}{\NameParser}
% \changes{v3.0}{2016/10/26}{Added}
% Generate a name form based on the current state of the \textsf{nameauth} macros in the locked path. Available for use only in the hook macros.
%    \begin{macrocode}
\newcommand*\NameParser
{%
  \if@nameauth@InHook
    \let\SNN\rootb%
    \ifx\arga\@empty
      \ifx\argc\@empty
        \let\FNN\suffb%
      \else
        \let\FNN\argc%
      \fi
      \ifx\suffb\@empty
        \SNN%
      \else
        \if@nameauth@FullName
          \if@nameauth@RevThis
            \FNN\Space\SNN%
          \else
            \SNN\Space\FNN%
          \fi
        \else
          \if@nameauth@EastFN
            \FNN%
          \else
            \SNN%
          \fi
        \fi
      \fi
    \else
      \ifx\argc\@empty
        \let\FNN\arga%
      \else
        \let\FNN\argc%
      \fi
      \ifx\suffb\@empty
      \else
        \protected@edef\SNN{\rootb\Space\suffb}%
        \if@nameauth@ShortSNN\let\SNN\rootb\fi%
      \fi
      \if@nameauth@FullName
        \if@nameauth@RevThis
          \SNN\space\FNN%
        \else
          \if@nameauth@RevThisComma
            \SNN\RevSpace\FNN%
          \else
            \FNN\space\SNN%
          \fi
        \fi
      \else
        \if@nameauth@FirstName
          \FNN%
        \else
          \protected@edef\SNN{\rootb}%
          \SNN%
        \fi
      \fi
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Main Naming Interface}
% \begin{macro}{\Name}
% \changes{v2.3}{2016/01/05}{Interface macro}
% \cmd{\Name} calls \cmd{\NameauthName}, the interface hook.
%    \begin{macrocode}
\newcommand\Name{\NameauthName}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\Name*}
% \changes{v2.3}{2016/01/05}{Interface macro}
% \cmd{\Name*} sets up a long name reference and calls \cmd{\NameauthLName}, the interface hook.
%    \begin{macrocode}
\WithSuffix{\newcommand*}\Name*%
  {\@nameauth@FullNametrue\NameauthLName}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\FName}
% \changes{v0.9}{2012/02/10}{Added}
% \changes{v2.3}{2016/01/05}{Interface macro}
% \cmd{\FName} sets up a short name reference and calls \cmd{\NameauthFName}, the interface hook.
%    \begin{macrocode}
\newcommand\FName{\@nameauth@FirstNametrue\NameauthFName}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\FName*}
% \changes{v2.3}{2016/01/05}{Interface macro}
% \cmd{\FName} and \cmd{\FName*} are identical.
%    \begin{macrocode}
\WithSuffix{\newcommand*}\FName*%
  {\@nameauth@FirstNametrue\NameauthFName}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Index Operations}
% \begin{macro}{\IndexName}
% \changes{v0.75}{2012/01/19}{Current arguments}
% \changes{v0.85}{2012/02/05}{Comma suppression}
% \changes{v1.26}{2012/04/24}{Fix name suffix sorting}
% \changes{v2.0}{2015/11/11}{Isolate malformed input; trim spaces; redesign tagging}
% \changes{v2.6}{2016/09/19}{Fix commas, old syntax}
% \changes{v3.0}{2016/10/26}{Redesigned}
% This creates a ``main'' index entry with page references. It issues warnings if the \texttt{verbose} option is selected and if a cross-reference or exclusion exists. It prints nothing. First we make copies of the arguments to test them and make parsing decisions.
%    \begin{macrocode}
\newcommandx*\IndexName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\arga{\trim@spaces{#1}}%
  \protected@edef\testb{\trim@spaces{#2}}%
  \protected@edef\rootb{\@nameauth@Root{#2}}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \protected@edef\testc{#3}%
  \protected@edef\argc{\trim@spaces{#3}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
%  Test for malformed input.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IndexName}%
%    \end{macrocode}
% Now we deal with suffixes, and whether to handle them for Western or Eastern names.
%    \begin{macrocode}
  \let\Short\rootb%
  \ifx\suffb\@empty
    \let\SNN\rootb%
  \else
    \protected@edef\SNN{\rootb\space\suffb}%
  \fi
%    \end{macrocode}
%
% We create the appropriate index entries, calling \cmd{\@nameauth@Index} to handle sorting and tagging. We do not create an index entry for a cross-reference (code !PN for pseudonym), used by \cmd{\IndexRef}, \cmd{\Excludename}, \cmd{\Includename}, \cmd{\AKA}, and \cmd{\PName}.
%    \begin{macrocode}
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \if@nameauth@Verbose
          \PackageWarning{nameauth}%
          {macro \IndexName: XRef: #2 exists}%
        \fi
      \else
        \@nameauth@Index{\csb}{\SNN}%
      \fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \IndexName: XRef: #2 #3 exists}%
          \fi
        \else
          \@nameauth@Index{\csbc}{\SNN\space\argc}%
        \fi
      \else
        \ifcsname\csb!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \IndexName: XRef: #2 exists}%
          \fi
        \else
          \@nameauth@Index{\csb}{\SNN}%
        \fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \if@nameauth@Verbose
        \PackageWarning{nameauth}%
        {macro \IndexName: XRef: #1 #2 exists}%
      \fi
    \else
      \ifx\suffb\@empty
        \@nameauth@Index{\csab}%
        {\Short,\space\arga}%
      \else
        \@nameauth@Index{\csab}%
        {\Short,\space\arga,\space\suffb}%
      \fi
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IndexRef}
% \changes{v3.0}{2016/10/26}{Added}
% This creates an index cross-reference that is not already a pseudonym. It prints nothing. First we make copies of the arguments to test them and make parsing decisions.
%    \begin{macrocode}
\newcommandx*\IndexRef[4][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\arga{\trim@spaces{#1}}%
  \protected@edef\rootb{\@nameauth@Root{#2}}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \protected@edef\testc{#3}%
  \protected@edef\argc{\trim@spaces{#3}}%
  \protected@edef\target{#4}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
  \let\ex\expandafter%
%    \end{macrocode}
%  Test for malformed input.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IndexRef}%
  \@nameauth@Xreftrue%
%    \end{macrocode}
% Now we deal with suffixes, and whether to handle them for Western or Eastern names.
%    \begin{macrocode}
  \let\Short\rootb%
  \ifx\suffb\@empty
    \let\SNN\rootb%
  \else
    \protected@edef\SNN{\rootb\space\suffb}%
  \fi
%    \end{macrocode}
% We create either \emph{see also} entries or \emph{see} entries. The former are unrestricted. The latter are only created if they do not already exist as main entries.
%    \begin{macrocode}
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \if@nameauth@Verbose
          \PackageWarning{nameauth}%
          {macro \IndexRef: XRef: #2 exists}%
        \fi
      \else
        \if@nameauth@SeeAlso
          \@nameauth@Index{\csb}{\SNN|seealso{\target}}%
        \else
          \@nameauth@Index{\csb}{\SNN|see{\target}}%
        \fi
        \csgdef{\csb!PN}{}%
      \fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \IndexRef: XRef: #2 #3 exists}%
          \fi
        \else
          \if@nameauth@SeeAlso
            \@nameauth@Index{\csbc}%
              {\SNN\space\argc|seealso{\target}}%
          \else
            \@nameauth@Index{\csbc}%
              {\SNN\space\argc|see{\target}}%
          \fi
          \csgdef{\csbc!PN}{}%
        \fi
      \else
        \ifcsname\csb!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \IndexRef: XRef: #2 exists}%
          \fi
        \else
          \if@nameauth@SeeAlso
            \@nameauth@Index{\csb}%
              {\SNN|seealso{\target}}%
          \else
            \@nameauth@Index{\csb}%
              {\SNN|see{\target}}%
          \fi
          \csgdef{\csb!PN}{}%
        \fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \if@nameauth@Verbose
        \PackageWarning{nameauth}%
        {macro \IndexRef: XRef: #1 #2 exists}%
      \fi
    \else
      \ifx\suffb\@empty
        \if@nameauth@SeeAlso
          \@nameauth@Index{\csab}%
          {\Short,\space\arga|seealso{\target}}%
        \else
          \@nameauth@Index{\csab}%
          {\Short,\space\arga|see{\target}}%
        \fi
      \else
        \if@nameauth@SeeAlso
          \@nameauth@Index{\csab}%
          {\Short,\space\arga,\space\suffb|seealso{\target}}%
        \else
          \@nameauth@Index{\csab}%
          {\Short,\space\arga,\space\suffb|see{\target}}%
        \fi
      \fi
      \csgdef{\csab!PN}{}%
    \fi
  \fi
  \@nameauth@SeeAlsofalse%
  \@nameauth@Xreffalse%
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\ExcludeName}
% \changes{v0.94}{2012/02/15}{Added}
% \changes{v2.0}{2015/11/11}{Isolate malformed input}
% \changes{v2.3}{2016/01/05}{Make special xref type}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% \changes{v3.0}{2016/10/26}{Redesigned}
% This macro prevents a name from being indexed.
%    \begin{macrocode}
\newcommandx*\ExcludeName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Below we parse the name arguments and create a non-empty pseudonym macro.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\ExcludeName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \if@nameauth@Verbose
        \ifcsname\csb!MN\endcsname
          \PackageWarning{nameauth}%
          {macro \ExcludeName: Reference: #2 exists}%
        \fi
        \ifcsname\csb!NF\endcsname
          \PackageWarning{nameauth}%
          {macro \ExcludeName: Reference: #2 exists}%
        \fi
      \fi
      \ifcsname\csb!PN\endcsname
        \if@nameauth@Verbose
          \PackageWarning{nameauth}%
          {macro \ExcludeName: Xref: #2 exists}%
        \fi
      \else
        \csgdef{\csb!PN}{!}%
      \fi
    \else
      \ifx\suffb\@empty
        \if@nameauth@Verbose
          \ifcsname\csbc!MN\endcsname
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Reference: #2 #3 exists}%
          \fi
          \ifcsname\csbc!NF\endcsname
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Reference: #2 #3 exists}%
          \fi
        \fi
        \csgdef{\csbc!PN}{!}%
        \ifcsname\csbc!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Xref: #2 exists}%
          \fi
        \else
          \csgdef{\csbc!PN}{!}%
        \fi
      \else
        \if@nameauth@Verbose
          \ifcsname\csb!MN\endcsname
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Reference: #2 exists}%
          \fi
          \ifcsname\csb!NF\endcsname
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Reference: #2 exists}%
          \fi
        \fi
        \ifcsname\csb!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \ExcludeName: Xref: #2 exists}%
          \fi
        \else
          \csgdef{\csb!PN}{!}%
        \fi
      \fi
    \fi
  \else
    \if@nameauth@Verbose
      \ifcsname\csab!MN\endcsname
        \PackageWarning{nameauth}%
        {macro \ExcludeName: Reference: #1 #2 exists}%
      \fi
      \ifcsname\csab!NF\endcsname
        \PackageWarning{nameauth}%
        {macro \ExcludeName: Reference: #1 #2 exists}%
      \fi
    \fi
    \ifcsname\csab!PN\endcsname
      \if@nameauth@Verbose
        \PackageWarning{nameauth}%
        {macro \ExcludeName: Xref: #2 exists}%
      \fi
    \else
      \csgdef{\csab!PN}{!}%
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IncludeName}
% \changes{v3.0}{2016/10/26}{Added}
% This macro allows a name to be indexed.
%    \begin{macrocode}
\newcommandx*\IncludeName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Below we parse the name arguments undefine a pseudonym control sequence if it is not excluded (non-empty).
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IncludeName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \edef\testex{\csname\csb!PN\endcsname}%
        \ifx\testex\@empty\else\global\csundef{\csb!PN}\fi
      \fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \edef\testex{\csname\csbc!PN\endcsname}%
          \ifx\testex\@empty\else\global\csundef{\csbc!PN}\fi
        \fi
      \else
        \ifcsname\csb!PN\endcsname
          \edef\testex{\csname\csb!PN\endcsname}%
          \ifx\testex\@empty\else\global\csundef{\csb!PN}\fi
        \fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \edef\testex{\csname\csab!PN\endcsname}%
      \ifx\testex\@empty\else\global\csundef{\csab!PN}\fi
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IncludeName*}
% \changes{v3.0}{2016/10/26}{Added}
% This macro allows a name to be indexed.
%    \begin{macrocode}
\WithSuffix{\newcommandx*}\IncludeName*[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
  \edef\testa{!}%
%    \end{macrocode}
% Below we parse the name arguments and undefine a pseudonym control sequence.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IncludeName*}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \global\csundef{\csb!PN}%
    \else
      \ifx\suffb\@empty
        \global\csundef{\csbc!PN}%
      \else
        \global\csundef{\csb!PN}%
      \fi
    \fi
  \else
    \global\csundef{\csab!PN}%
  \fi
}
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\PretagName}
% \changes{v2.0}{2015/11/11}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This creates an index entry tag that is applied before a name.
%    \begin{macrocode}
\newcommandx*\PretagName[4][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, defining the sort tag control sequences used by\newline \cmd{\@nameauth@Index}.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\PretagName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \if@nameauth@Verbose
          \PackageWarning{nameauth}%
          {macro \PretagName: tagging xref: #2}%
        \fi
      \fi
      \if@nameauth@Pretag\csgdef{\csb!PRE}{#4\@nameauth@Actual}\fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \PretagName: tagging xref: #2 #3}%
          \fi
        \fi
        \if@nameauth@Pretag\csgdef{\csbc!PRE}{#4\@nameauth@Actual}\fi
      \else
        \ifcsname\csb!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \PretagName: tagging xref: #2}%
          \fi
        \fi
        \if@nameauth@Pretag\csgdef{\csb!PRE}{#4\@nameauth@Actual}\fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \if@nameauth@Verbose
        \PackageWarning{nameauth}%
        {macro \PretagName: tagging xref: #1 #2}%
      \fi
    \fi
    \if@nameauth@Pretag\csgdef{\csab!PRE}{#4\@nameauth@Actual}\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
% \clearpage\noindent
%
% \begin{macro}{\TagName}
% \changes{v1.2}{2012/02/25}{Added}
% \changes{v1.9}{2015/07/09}{Fix cs collisions}
% \changes{v2.0}{2015/11/11}{Isolate malformed input; redesign tagging}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This creates an index entry tag that is applied to a name that is not already used as a \emph{see} reference.
%    \begin{macrocode}
\newcommandx*\TagName[4][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, defining the index tag control sequences used by\newline \cmd{\@nameauth@Index}.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\TagName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \if@nameauth@Verbose
          \PackageWarning{nameauth}%
          {macro \TagName: not tagging xref: #2}%
        \fi
      \else
        \csgdef{\csb!TAG}{#4}%
      \fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \TagName: not tagging xref: #2 #3}%
          \fi
        \else
          \csgdef{\csbc!TAG}{#4}%
        \fi
      \else
        \ifcsname\csb!PN\endcsname
          \if@nameauth@Verbose
            \PackageWarning{nameauth}%
            {macro \TagName: not tagging xref: #2}%
          \fi
        \else
          \csgdef{\csb!TAG}{#4}%
        \fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \if@nameauth@Verbose
        \PackageWarning{nameauth}%
        {macro \TagName: not tagging xref: #1 #2}%
      \fi
    \else
      \csgdef{\csab!TAG}{#4}%
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\UntagName}
% \changes{v1.2}{2012/02/25}{Added}
% \changes{v1.9}{2015/07/09}{Ensure global undef, fix cs collisions}
% \changes{v2.0}{2015/11/11}{Isolate malformed input; redesign tagging}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This deletes an index tag.
%    \begin{macrocode}
\newcommandx*\UntagName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, undefining the index tag control sequences.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\UntagName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \global\csundef{\csb!TAG}%
    \else
      \ifx\suffb\@empty
        \global\csundef{\csbc!TAG}%
      \else
        \global\csundef{\csb!TAG}%
      \fi
    \fi
  \else
    \global\csundef{\csab!TAG}%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Name Info Database: ``Text Tags''}
% \begin{macro}{\NameAddInfo}
% \changes{v2.4}{2016/03/15}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This creates a control sequence and information associated with a given name, similar to an index tag, but usable in the body text.
%    \begin{macrocode}
\newcommandx\NameAddInfo[4][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\Suff{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, defining the text tag control sequences.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\NameAddInfo}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \csgdef{\csb!DB}{#4}%
    \else
      \ifx\Suff\@empty
        \csgdef{\csbc!DB}{#4}%
      \else
        \csgdef{\csb!DB}{#4}%
      \fi
    \fi
  \else
    \csgdef{\csab!DB}{#4}%
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NameQueryInfo}
% \changes{v2.4}{2016/03/15}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This prints the information created by \cmd{\NameAddInfo} if it exists.
%    \begin{macrocode}
\newcommandx\NameQueryInfo[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\Suff{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, invoking the tag control sequences to expand to their contents.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\NameQueryInfo}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!DB\endcsname\csname\csb!DB\endcsname\fi
    \else
      \ifx\Suff\@empty
        \ifcsname\csbc!DB\endcsname\csname\csbc!DB\endcsname\fi
      \else
        \ifcsname\csb!DB\endcsname\csname\csb!DB\endcsname\fi
      \fi
    \fi
  \else
    \ifcsname\csab!DB\endcsname\csname\csab!DB\endcsname\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\NameClearInfo}
% \changes{v2.4}{2016/03/15}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This deletes a text tag. It has the same structure as \cmd{\UntagName}.
%    \begin{macrocode}
\newcommandx*\NameClearInfo[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\Suff{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We parse the arguments, undefining the text tag control sequences.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\NameClearInfo}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \global\csundef{\csb!DB}%
    \else
      \ifx\Suff\@empty
        \global\csundef{\csbc!DB}%
      \else
        \global\csundef{\csb!DB}%
      \fi
    \fi
  \else
    \global\csundef{\csab!DB}%
  \fi
}
%    \end{macrocode}
% \end{macro}
% \clearpage
%
% \noindent{\large\bfseries Name Decisions}
% \begin{macro}{\IfMainName}
% \changes{v2.3}{2016/01/05}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This macro expands one path if a main matter name exists, or else the other if it does not exist.
%    \begin{macrocode}
\newcommandx\IfMainName[5][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Below we parse the name arguments and choose the path.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IfMainName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!MN\endcsname{#4}\else{#5}\fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!MN\endcsname{#4}\else{#5}\fi
      \else
        \ifcsname\csb!MN\endcsname{#4}\else{#5}\fi
      \fi
    \fi
  \else
    \ifcsname\csab!MN\endcsname{#4}\else{#5}\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IfFrontName}
% \changes{v2.3}{2016/01/05}{Added}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This macro expands one path if a front matter name exists, the other if it does not exist.
%    \begin{macrocode}
\newcommandx\IfFrontName[5][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Below we parse the name arguments and choose the path.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IfFrontName}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!NF\endcsname{#4}\else{#5}\fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!NF\endcsname{#4}\else{#5}\fi
      \else
        \ifcsname\csb!NF\endcsname{#4}\else{#5}\fi
      \fi
    \fi
  \else
    \ifcsname\csab!NF\endcsname{#4}\else{#5}\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\IfAKA}
% \changes{v2.3}{2016/01/05}{Added}
% \changes{v2.4}{2016/03/15}{New exclusion test}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% \changes{v3.0}{2016/10/26}{Redesigned}
% This macro expands one path if a see-reference name exists, another if it does not exist, and a third if it is excluded.
%    \begin{macrocode}
\newcommandx\IfAKA[6][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% Fore each class of name we test first if a cross-reference exists, then if it is excluded.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\IfAKA}%
  \ifx\testa\@empty
    \ifx\testc\@empty
      \ifcsname\csb!PN\endcsname
        \edef\testex{\csname\csb!PN\endcsname}%
        \ifx\testex\@empty{#4}\else{#6}\fi
      \else{#5}\fi
    \else
      \ifx\suffb\@empty
        \ifcsname\csbc!PN\endcsname
          \edef\testex{\csname\csbc!PN\endcsname}%
          \ifx\testex\@empty{#4}\else{#6}\fi
        \else{#5}\fi
      \else
        \ifcsname\csb!PN\endcsname
          \edef\testex{\csname\csb!PN\endcsname}%
          \ifx\testex\@empty{#4}\else{#6}\fi
        \else{#5}\fi
      \fi
    \fi
  \else
    \ifcsname\csab!PN\endcsname
      \edef\testex{\csname\csab!PN\endcsname}%
      \ifx\testex\@empty{#4}\else{#6}\fi
    \else{#5}\fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Changing Name Decisions}
% \begin{macro}{\ForgetName}
% \changes{v0.75}{2012/01/19}{New argument added}
% \changes{v1.9}{2015/07/09}{Ensure global undef}
% \changes{v2.0}{2015/11/11}{Isolate malformed input}
% \changes{v2.3}{2016/01/05}{Global or local}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This undefines a control sequence to force the ``first use'' option of \cmd{\Name}.
%    \begin{macrocode}
\newcommandx*\ForgetName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
  \@nameauth@Error{#2}{macro \string\ForgetName}%
%    \end{macrocode}
% Now we parse the arguments, undefining the control sequences either by current name type (via |@nameauth@MainFormat|) or completely (toggled by |@nameauth@LocalNames|).
%    \begin{macrocode}
  \ifx\testa\@empty
    \ifx\testc\@empty
      \if@nameauth@LocalNames
        \if@nameauth@MainFormat
          \global\csundef{\csb!MN}%
        \else
          \global\csundef{\csb!NF}%
        \fi
      \else
        \global\csundef{\csb!MN}%
        \global\csundef{\csb!NF}%
      \fi
    \else
      \ifx\suffb\@empty
        \if@nameauth@LocalNames
          \if@nameauth@MainFormat
            \global\csundef{\csbc!MN}%
          \else
            \global\csundef{\csbc!NF}%
          \fi
        \else
          \global\csundef{\csbc!MN}%
          \global\csundef{\csbc!NF}%
        \fi
      \else
        \if@nameauth@LocalNames
          \if@nameauth@MainFormat
            \global\csundef{\csb!MN}%
          \else
            \global\csundef{\csb!NF}%
          \fi
        \else
          \global\csundef{\csb!MN}%
          \global\csundef{\csb!NF}%
        \fi
      \fi
    \fi
  \else
    \if@nameauth@LocalNames
      \if@nameauth@MainFormat
        \global\csundef{\csab!MN}%
      \else
        \global\csundef{\csab!NF}%
      \fi
    \else
      \global\csundef{\csab!MN}%
      \global\csundef{\csab!NF}%
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\SubvertName}
% \changes{v0.9}{2012/02/10}{Added}
% \changes{v2.0}{2015/11/11}{Isolate malformed input}
% \changes{v2.3}{2016/01/05}{Global or local}
% \changes{v2.6}{2016/09/19}{Fix old syntax}
% This defines a control sequence to suppress the ``first use'' of \cmd{\Name}.
%    \begin{macrocode}
\newcommandx*\SubvertName[3][1=\@empty, 3=\@empty]
{%
  \protected@edef\testa{#1}%
  \protected@edef\testc{#3}%
  \protected@edef\suffb{\@nameauth@Suffix{#2}}%
  \def\csb{\@nameauth@Clean{#2}}%
  \def\csbc{\@nameauth@Clean{#2,#3}}%
  \def\csab{\@nameauth@Clean{#1!#2}}%
%    \end{macrocode}
% We make copies of the arguments to test them.
%    \begin{macrocode}
  \@nameauth@Error{#2}{macro \string\SubvertName}%
%    \end{macrocode}
% Now we parse the arguments, defining the control sequences either locally by section type or globally. |@nameauth@LocalNames| toggles the local or global behavior, while |@nameauth@MainFormat| selects the type of name.
%    \begin{macrocode}
  \ifx\testa\@empty
    \ifx\testc\@empty
      \if@nameauth@LocalNames
        \if@nameauth@MainFormat
          \csgdef{\csb!MN}{}%
        \else
          \csgdef{\csb!NF}{}%
        \fi
      \else
        \csgdef{\csb!MN}{}%
        \csgdef{\csb!NF}{}%
      \fi
    \else
      \ifx\suffb\@empty
        \if@nameauth@LocalNames
          \if@nameauth@MainFormat
            \csgdef{\csbc!MN}{}%
          \else
            \csgdef{\csbc!NF}{}%
          \fi
        \else
          \csgdef{\csbc!MN}{}%
          \csgdef{\csbc!NF}{}%
        \fi
      \fi
    \else
      \if@nameauth@LocalNames
        \if@nameauth@MainFormat
          \csgdef{\csb!MN}{}%
        \else
          \csgdef{\csb!NF}{}%
        \fi
      \else
        \csgdef{\csb!MN}{}%
        \csgdef{\csb!NF}{}%
      \fi
    \fi
  \else
    \if@nameauth@LocalNames
      \if@nameauth@MainFormat
        \csgdef{\csab!MN}{}%
      \else
        \csgdef{\csab!NF}{}%
      \fi
    \else
      \csgdef{\csab!MN}{}%
      \csgdef{\csab!NF}{}%
    \fi
  \fi
}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Alternate Names}
% \begin{macro}{\AKA}
% \changes{v0.85}{2012/02/05}{Comma suppression}
% \changes{v1.26}{2012/04/24}{Fix name suffixes}
% \changes{v1.5}{2013/02/22}{Reversing and caps}
% \changes{v2.0}{2015/11/11}{Fix malformed input; trim spaces; fix tagging}
% \changes{v2.1}{2015/11/24}{Fix Unicode issues}
% \changes{v2.3}{2016/01/05}{Expand starred mode}
% \changes{v2.4}{2016/03/15}{Fix formatting; add token regs}
% \changes{v2.41}{2016/03/17}{No local \cmd{\newtoks}}
% \changes{v2.6}{2016/09/19}{Fix index commas, old syntax}
% \changes{v3.0}{2016/10/26}{Redesigned}
% \cmd{\AKA} prints an alternate name and creates index cross-references. It prevents multiple generation of cross-references and suppresses double periods.
%    \begin{macrocode}
\newcommandx*\AKA[5][1=\@empty, 3=\@empty, 5=\@empty]
{%
%    \end{macrocode}
% Prevent entering \cmd{\AKA} via itself or \cmd{\@nameauth@Name}.
%    \begin{macrocode}
  \if@nameauth@Lock\else
  \@nameauth@Locktrue%
%    \end{macrocode}
% Tell the formatting system that \cmd{\AKA} is running. Test for malformed input.
%    \begin{macrocode}
  \@nameauth@InAKAtrue%
  \@nameauth@Error{#2}{macro \string\AKA}%
  \@nameauth@Error{#4}{macro \string\AKA}%
%    \end{macrocode}
% Names occur in horizontal mode; we ensure that. Next we make copies of the target name arguments and we parse and print the cross-reference name.
%    \begin{macrocode}
  \leavevmode\hbox{}%
  \protected@edef\testi{#1}%
  \protected@edef\argi{\trim@spaces{#1}}%
  \protected@edef\rooti{\@nameauth@Root{#2}}%
  \protected@edef\suffi{\@nameauth@Suffix{#2}}%
  \@nameauth@Parse[#3]{#4}[#5]{!PN}%
%    \end{macrocode}
% Create an index cross-reference based on the arguments.
%    \begin{macrocode}
  \ifx\testi\@empty
    \ifx\suffi\@empty
      \IndexRef[#3]{#4}[#5]{\rooti}%
    \else
      \IndexRef[#3]{#4}[#5]{\rooti\space\suffi}%
    \fi
  \else
    \ifx\suffi\@empty
      \IndexRef[#3]{#4}[#5]{\rooti,\space\argi}%
    \else
      \IndexRef[#3]{#4}[#5]{\rooti,\space\argi,\space\suffi}%
    \fi
  \fi
%    \end{macrocode}
% Reset all the ``per name'' Boolean values.
%    \begin{macrocode}
  \@nameauth@Lockfalse%
  \@nameauth@InAKAfalse%
  \@nameauth@AltAKAfalse%
  \@nameauth@NBSPfalse%
  \@nameauth@DoCapsfalse%
  \@nameauth@Accentfalse%
  \@nameauth@AllThisfalse%
  \@nameauth@ShowCommafalse%
  \@nameauth@NoCommafalse%
  \@nameauth@RevThisfalse%
  \@nameauth@RevThisCommafalse%
  \@nameauth@ShortSNNfalse%
  \@nameauth@EastFNfalse%
%    \end{macrocode}
% Close the ``locked'' branch.
%    \begin{macrocode}
  \fi
%    \end{macrocode}
% Call the full stop detection.
%    \begin{macrocode}
  \if@nameauth@Punct\expandafter\@nameauth@CheckDot\fi
}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\AKA*}
% \changes{v0.9}{2012/02/10}{Added}
% This starred form sets a Boolean to print only the alternate name argument, if that exists, and calls \cmd{\AKA}.
%    \begin{macrocode}
\WithSuffix{\newcommand*}\AKA*{\@nameauth@AltAKAtrue\AKA}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\PName}
% \changes{v2.3}{2016/01/05}{Work directly with hooks}
% \cmd{\PName} is a convenience macro that calls \cmd{\NameauthName}, then \cmd{\AKA}.
%    \begin{macrocode}
\newcommandx*\PName[5][1=\@empty,3=\@empty,5=\@empty]
{\NameauthName[#1]{#2}\space(\AKA[#1]{#2}[#3]{#4}[#5])}
%    \end{macrocode}
% \end{macro}
%
% \begin{macro}{\PName*}
% This sets up a long name reference and calls \cmd{\PName}.
%    \begin{macrocode}
\WithSuffix{\newcommand*}\PName*{\@nameauth@FullNametrue\PName}
%    \end{macrocode}
% \end{macro}
%
% \noindent{\large\bfseries Simplified Interface}
% \begin{environment}{nameauth}
% \changes{v1.6}{2013/03/10}{Environment added}
% \changes{v1.9}{2015/07/09}{Bugfix}
% \changes{v2.0}{2015/11/11}{Redesigned argument handling}
% \changes{v2.11}{2015/11/29}{Bugfix}
% \changes{v2.41}{2016/03/17}{No local \cmd{\newtoks}}
% The \texttt{nameauth} environment creares macro shorthands.
%    \begin{macrocode}
\newenvironment{nameauth}{%
  \begingroup%
  \let\ex\expandafter%
  \csdef{<}##1&##2&##3&##4>{%
    \protected@edef\@arga{\trim@spaces{##1}}%
    \protected@edef\@testb{\trim@spaces{##2}}%
    \protected@edef\@testd{\trim@spaces{##4}}%
    \@nameauth@etoksb\expandafter{##2}%
    \@nameauth@etoksc\expandafter{##3}%
    \@nameauth@etoksd\expandafter{##4}%
    \ifx\@arga\@empty
      \PackageError{nameauth}%
      {environment nameauth: Control sequence missing}%
    \fi
    \@nameauth@Error{##3}{environment nameauth}%
    \ifcsname\@arga\endcsname
      \PackageWarning{nameauth}%
      {environment nameauth: Shorthand macro already exists}%
   \fi
   \ifx\@testd\@empty
      \ifx\@testb\@empty
        \ex\csgdef\ex{\ex\@arga\ex}\ex{\ex\NameauthName\ex{%
          \the\@nameauth@etoksc}}%
        \ex\csgdef\ex{\ex L\ex\@arga\ex}\ex{%
          \ex\@nameauth@FullNametrue%
          \ex\NameauthLName\ex{\the\@nameauth@etoksc}}%
        \ex\csgdef\ex{\ex S\ex\@arga\ex}\ex{%
          \ex\@nameauth@FirstNametrue%
          \ex\NameauthFName\ex{\the\@nameauth@etoksc}}%
      \else
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex\@arga\ex\ex\ex}%
          \ex\ex\ex{\ex\ex\ex\NameauthName\ex\ex\ex[%
          \ex\the\ex\@nameauth@etoksb\ex]\ex{\the\@nameauth@etoksc}}%
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex L\ex\ex\ex\@arga%
          \ex\ex\ex}\ex\ex\ex{\ex\ex\ex\@nameauth@FullNametrue%
          \ex\ex\ex\NameauthLName\ex\ex\ex[%
          \ex\the\ex\@nameauth@etoksb\ex]\ex{\the\@nameauth@etoksc}}%
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex S\ex\ex\ex\@arga%
          \ex\ex\ex}\ex\ex\ex{\ex\ex\ex\@nameauth@FirstNametrue%
          \ex\ex\ex\NameauthFName\ex\ex\ex[%
          \ex\the\ex\@nameauth@etoksb\ex]\ex{\the\@nameauth@etoksc}}%
      \fi
    \else
      \ifx\@testb\@empty
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex\@arga\ex\ex\ex}%
          \ex\ex\ex{\ex\ex\ex\NameauthName\ex\ex\ex{%
          \ex\the\ex\@nameauth@etoksc\ex}\ex[\the\@nameauth@etoksd]}%
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex L\ex\ex\ex\@arga%
          \ex\ex\ex}\ex\ex\ex{\ex\ex\ex\@nameauth@FullNametrue%
          \ex\ex\ex\NameauthLName\ex\ex\ex{%
          \ex\the\ex\@nameauth@etoksc\ex}\ex[\the\@nameauth@etoksd]}%
        \ex\ex\ex\csgdef\ex\ex\ex{\ex\ex\ex S\ex\ex\ex\@arga%
          \ex\ex\ex}\ex\ex\ex{\ex\ex\ex\@nameauth@FirstNametrue%
          \ex\ex\ex\NameauthFName\ex\ex\ex{%
          \ex\the\ex\@nameauth@etoksc\ex}\ex[\the\@nameauth@etoksd]}%
      \else
        \ex\ex\ex\ex\ex\ex\ex\csgdef\ex\ex\ex\ex\ex\ex\ex{%
          \ex\ex\ex\ex\ex\ex\ex\@arga\ex\ex\ex\ex\ex\ex\ex}%
          \ex\ex\ex\ex\ex\ex\ex{\ex\ex\ex\ex\ex\ex\ex\NameauthName%
          \ex\ex\ex\ex\ex\ex\ex[\ex\ex\ex\the\ex\ex\ex\@nameauth@etoksb%
          \ex\ex\ex]\ex\ex\ex{\ex\the\ex\@nameauth@etoksc\ex}\ex[%
          \the\@nameauth@etoksd]}%
        \ex\ex\ex\ex\ex\ex\ex\csgdef\ex\ex\ex\ex\ex\ex\ex{%
          \ex\ex\ex\ex\ex\ex\ex L\ex\ex\ex\ex\ex\ex\ex\@arga%
          \ex\ex\ex\ex\ex\ex\ex}\ex\ex\ex\ex\ex\ex\ex{%
          \ex\ex\ex\ex\ex\ex\ex\@nameauth@FullNametrue%
          \ex\ex\ex\ex\ex\ex\ex\NameauthLName\ex\ex\ex\ex\ex\ex\ex[%
          \ex\ex\ex\the\ex\ex\ex\@nameauth@etoksb%
          \ex\ex\ex]\ex\ex\ex{\ex\the\ex\@nameauth@etoksc\ex}\ex[%
          \the\@nameauth@etoksd]}%
        \ex\ex\ex\ex\ex\ex\ex\csgdef\ex\ex\ex\ex\ex\ex\ex{%
          \ex\ex\ex\ex\ex\ex\ex S\ex\ex\ex\ex\ex\ex\ex\@arga%
          \ex\ex\ex\ex\ex\ex\ex}\ex\ex\ex\ex\ex\ex\ex{%
          \ex\ex\ex\ex\ex\ex\ex\@nameauth@FirstNametrue%
          \ex\ex\ex\ex\ex\ex\ex\NameauthFName\ex\ex\ex\ex\ex\ex\ex[%
          \ex\ex\ex\the\ex\ex\ex\@nameauth@etoksb\ex\ex\ex]%
          \ex\ex\ex{\ex\the\ex\@nameauth@etoksc\ex}\ex[%
          \the\@nameauth@etoksd]}%
      \fi
    \fi
    \ignorespaces%
  }\ignorespaces%
}{\endgroup\ignorespaces}
%    \end{macrocode}
% \end{environment}
%\Finale
\endinput
%</package>