summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/archaeologie/archaeologie.tex
blob: 654cd5bd6d4b97d3f113e23084591c6bbc122d07 (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
% archaeologie --%
% biblatex for archaeologists, 
% historians and philologists
% Copyright (c) 2017 Lukas C. Bossert | Johannes Friedl
%  
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
% !TEX program = lualatex
\documentclass[a4paper,
10pt,
greek,
french,
spanish,
italian,
ngerman,
english
]{ltxdoc}
\input{archaeologie-preamble.tex}
\externaldocument{archaeologie-ger}[archaeologie-ger.pdf]% <- full or relative path

\begin{document}
\pdfbookmark[1]{Titlepage}{title}
\title{\texttt{archaeologie} -- \\\texttt{bib\LaTeX} for archaeologists\footnote{Also very handy for (ancient) History or Classics, too.
For further information about the code visit \href{http://www.biblatex-archaeologie.de}{biblatex-archaeologie.de}: 
Comments and criticisms are welcome.
We thank  \href{https://tex.stackexchange.com/users/35864/moewe}{moewe} and \href{https://tex.stackexchange.com/users/2478/herbert}{herbert} for their big help on the code.%
}}
\author{Lukas C. Bossert\\{\small \href{mailto:info@biblatex-archaeologie.de}{info@biblatex-archaeologie.de}} 
\and Johannes Friedl}
\date{Version: \archaeologieversion{} (\archaeologiedate)} 
\maketitle

\begin{abstract}
\noindent This citation-style covers the citation and bibliography rules of the \DAI (DAI). 
Various options are available to change and adjust the outcome according to one's own preferences. 
The style is compatible with the English, German, Italian, Spanish and French languages, since all |bibstrings| used are defined in each language.
\bigskip

\noindent For a short introduction in German see   \href{pdfdeu.biblatex-archaeologie.de}{\textbf{online}} or   \href{file:archaeologie-ger.pdf}{\textbf{local}}.
\end{abstract}


\begin{multicols}{2}
\footnotesize\parskip=0mm \tableofcontents
\end{multicols}

\section{Installation}
|archaeologie| is part of the distributions MiK\TeX \footnote{Website: \url{http://www.miktex.org}.} 
and \TeX Live\footnote{Website: \url{http://www.tug.org/texlive}.}~-- thus, you
can easily install it using the respective package manager. 
If you would like to
install |archaeologie| manually, do the following:
Download the folder |archaeologie| with all relevant files from the CTAN-server\footnote{\url{https://www.ctan.org/pkg/archaeologie}} and copy the content of the |zip|-file to the \texttt{\$LOCALTEXMF} directory of
 your system.\footnote{If you don't know what that is, have a look at
\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds} or 
\url{http://mirror.ctan.org/tds/tds.html}.} 
Refresh your filename database.\footnote{ 
Here is some additional information from the UK \TeX\ FAQ:
\begin{itemize}[nosep,after=\vspace{-\baselineskip} ]
  \item \href{%
    http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-where}{%
    Where to install packages}
  \item \href{%
    http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf}{%
    Installing files \enquote{where \LaTeX /TeX\ can find them}}
  \item \href{%
    http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst}{%
    \enquote{Private} installations of files}
\end{itemize}
}
%%introduction from biblatex-dw copied and applied. might to be rewritten.

\section{Usage}
 \DescribeMacro{archaeologie}  The name of the bib\LaTeX-style is  |archaeologie| which has to be activated in the preamble. 

\begin{code}
\usepackage[style=archaeologie,%
          *@\meta{further options}@*]{biblatex}
\addbibresource*@\marg{|bib|-file.bib}@*
\end{code}

Without any further options the style follows the rules of the \DAI. 
No additional settings are needed,
but you can change the outcome by using some options which are explained below.\footnote{For an easy and unproblematic compiling we suggest to use \hologo{XeLaTeX} or  \hologo{LuaTeX}.}

At the end of your document you can write the command |\printbibliography| to print 
the bibliography. 
Since |archaeologie| supports different citations of various texts such as those of ancient authors and  modern scholars we suggest  having them listed in separate bibliographies. 
Further information can be found below   (\cref{bibliographie}).

\section{Overview}\label{overview}
There follows a quick overview of possible options of the style |archaeologie|. 
Contrary to the alphabetically ordered description later (\cref{options-description}) they here are listed by topic.
Furthermore you can -- at your own risk -- also use the conventional |bib|\LaTeX-options relating to indent, etc. 
For that please see the excellent documentation of  |bib|\LaTeX.

\subsection{Preamble options}\label{preamble_options}
\subsubsection{Additional bibliographies and macro lists}
\DescribeMacro{bibancient}A separate bibliography-file is loaded, in which round about 
600 ancient authors and works are listed and can be cited right away; cf. \cref{bibancient}.

\DescribeMacro{bibcorpora}
A separate bibliography-file is loaded, in which the common corpora for ancient studies are stored cf. \cref{bibcorpora}.
Additionally this activates the bibliography |archaeologie-lstabbrv.bib|.

\DescribeMacro{lstabbrv}
Activates the additional bibliography file |archaeologie-lstabbrv.bib|.
It provides a list of journals and series according to the abbreviations of the 
\DAI which can be used as |@String| macros in bibliography entries; cf. \cref{abbrv}. 

\DescribeMacro{lstlocations}
Activates the additional bibliography file |archaeologie-lstlocations.bib|
with |@String| macros of locations which can be used to automatically print out their correct exonym in the selected language; cf. \cref{lstlocations}.

\DescribeMacro{lstpublishers}
Activates the additional bibliography file |archaeologie-lstpublishers.bib| with |@String| macros 
of several publishers which can be used to easily print out their names; cf. \cref{lstpublishers}.

\subsubsection{Notation of names}
\DescribeMacro{bibfullname}
In the bibliography full names of authors and/or editors are shown; cf. \cref{bibfullname}.

\DescribeMacro{citeauthorformat}
You can chose how the name of authors or editors are displayed within your text when they are cited with \cs{citeauthor}\marg{bibtex-key}.
You can chose between the options \meta{initials}, \meta{full}, \meta{family}, \meta{firstfull}; 
cf. \cref{citeauthorformat}.



\DescribeMacro{initials}
First names are abbreviated keeping digraphs and trigraphs (this is default); cf. \cref{initials}.

\DescribeMacro{scshape}
Cited names are shown with small capital letters cf. \cref{scshape}.
Bibliography entries with |option={ancient}| or |option={frgancient}| (\cref{ancient,frgancient}) are not affected by this option.

\subsubsection{Manner of citing}

\DescribeMacro{edby}
Switches \enquote{ed.}/\enquote{Hrsg.} to \enquote{ed. by}/\enquote{hrsg. v.}; cf. \cref{edby}.

\DescribeMacro{inreferences}
Each bibliography entry which is an |@Inreference| is fully referenced according to the special rules of the 
\DAI for manuals and encyclopaedias; cf. \cref{inreferences}.

\DescribeMacro{noabbrv}
By default the short titles of journals and series (|shortjournal| and |shortseries|) are shown in the bibliography.
With this option full titles are printed instead (|journaltitle| and |series|); cf. \cref{noabbrevs}.

\DescribeMacro{publisher}
All locations and the publisher is shown. 
It also changes the format of the edition and the first print; cf. \cref{publisher}.

\DescribeMacro{seenote}
By default |archaeologie| prints author-year-system. 
With this option you can change it to a different outcome (but still according to the rules of the \DAI). 
So the first citation will be a full citation and all the following citations will refer to the first full citation; cf. \cref{seenote}

\DescribeMacro{translation}
Original title, translator and original language are shown in the bibliography. 
Setting a bibliography entry to |option={ancient}| this behaviour is default; cf. \cref{translation}. 

\DescribeMacro{yearinparens}
The year is shown in parentheses; cf. \cref{yearinparens}.

\DescribeMacro{yearseries}
Switches the order of series and year; cf. \cref{yearseries}.
 
\subsubsection{Global bibliography settings}

\DescribeMacro{width}
|width={value}| defines the bibliography width between label and reference; cf. \cref{width}.

\DescribeMacro{counter}
Reveals at the end of each reference a summary of citations in the text; cf. \cref{counter}.

\subsection{Entry Options}
A single bibliography entry can contain a value in its |options|-field.
Depending on the option it changes the behaviour of how that entry is cited; cf. \cref{options-bibentry,beispiele}. 
Beside their distinct properties all of these options have in common that the separating comma between citation and page record is missing. 
Actually this concerns citation of ancient texts and corpora where usually the |shorthand|-field is printed in citations.

\DescribeMacro{ancient}
The entry is an ancient source (e.\,g. Cicero, Plutarch, etc); cf. \cref{ancient}.

\DescribeMacro{frgancient}
The entry is a fragmentary ancient source (e.\,g. Festus); cf. \cref{frgancient}.

\DescribeMacro{corpus} 
Only the |shorthand|-field is printed.
This is needed especially for corpora of inscriptions or coins (CIL, AE, RIC, etc.); cf. \cref{corpus}.

\DescribeMacro{uniqueme} 
In cases there are different translations of an ancient work you can decide which one is the standard translation and which ones should be made unique by displaying the translator/series/editor; cf. \cref{uniqueme}.

\changes{v1.1}{2015/06/04}{New options added in summary.}

\subsection{Cite commands}\label{cite-commands}
\DescribeMacro{\cite}
As always citing is done with \cs{cite}:
\begin{code}
\cite*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}%@*
\end{code}

\meta{prenote} sets a short preliminary note (e.\,g. \enquote{Vgl.}) and \meta{postnote} is usually used for page numbers.
If only one optional argument is used then it is \oarg{postnote}.
\begin{code}
\cite*@\oarg{postnote}\marg{bibtex-key}%@*
\end{code}
The \meta{bibtex-key} corresponds to the key from the bibliography file.

\begin{example}
Public space is part of a city says \cite{Osland2016}.
\end{example}
\DescribeMacro{\cites}
If one wants to cite several authors or works a very convenient way is the following using the \cs{cites}-command:
\begin{code}
\cites(pre-prenote)(post-postnote)
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}\ldots@*
\end{code}
\begin{example}
Public space is part of a city say \cites(cf.)(){Osland2016}{Evangelidis2014}.
\end{example}
 
\DescribeMacro{\parencite}
Sometimes a citation has to be put in parentheses. 
Therefore we implemented the command \cs{parencite}:
\begin{code}
\parencite*@\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 
This cite command takes care of the correct corresponding parentheses and brackets.
Especially in |@Inreference| citations the parentheses  change to (square) brackets.
The example shown in \cref{faq:inreference} makes it clear.
\begin{example}
Public space is part of a city \parencite{Osland2016}.
\end{example}

\DescribeMacro{\parencites}
Of course there is also the possibility to cite several authors/works in parentheses.
This is done with \cs{parencites}:
\begin{code}
\parencites(pre-prenote)(post-postnote)%
*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}\ldots@*
\end{code}
\begin{example}
Public space is part of a city \parencites(cf.)(){Osland2016}{Evangelidis2014}.
\end{example}

\DescribeMacro{\textcite}
Beside the listed \cs{cite} commands above there is a third way of citing:
\cs{textcite} is useful if the author should be mentioned in the text and
the remaining components such as year and page will immediately follow in parentheses. 
\begin{code}
\textcite*@\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 

\begin{example}
Public space is part of a city says \textcite{Osland2016}.
\end{example}

\DescribeMacro{\textcites}
And again there is also a \cs{textcites} in case of several authors: 
\begin{code}
\textcites(pre-prenote)(post-postnote)%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}\ldots@*
\end{code}
\begin{example}
Public space is part of a city say \textcites{Osland2016}[cf.][]{Evangelidis2014}.
\end{example}


 \DescribeMacro{\footcite}
 Beside the listed \cs{cite} commands above there are more possibilities citing:
 There is also the possibility to put the citation into a footnote at once with \cs{footcite}:
 \begin{code}
\footcite*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*
\end{code}
\begin{example}
Public space is part of a city.\footcite{Osland2016}
\end{example}
This is the equivalent to |\footnote{\cite{Osland2016}.}| but it saves you a lot of time typing.
 \DescribeMacro{\footcites} And there is as well \cs{footcites}:
\begin{example}
Public space is part of a city.\footcites(cf.)(){Osland2016}{Evangelidis2014}
\end{example}
 
 
\DescribeMacro{\smartcite}
And there is also a clever way citing with \cs{smartcite}.
\cs{smartcite} depends on its environment it is used in. If it is your normal text it behaves like \cs{footcite} and will print the citation within a footnote.
If it is already within a footnote it will be handled like \cs{cite}. 
 is a clever 
\begin{code}
\smartcite*@\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 

\begin{example}
Public space is part of a city.\smartcite{Osland2016} 
And sometimes more than that.\footnote{\smartcite[cf.][]{Evangelidis2014}.}
\end{example}


\DescribeMacro{\smartcites}
And again there is also a \cs{textcites} in case of several authors: 
\begin{code}
\smartcites(pre-prenote)(post-postnote)%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*%
  *@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}\ldots@*
\end{code}
\begin{example}
Public space is part of a city.\smartcites{Osland2016}{Evangelidis2014} 
And sometimes more than that.\footnote{\smartcites{Osland2016}[cf.][]{Evangelidis2014}.}
\end{example}

\DescribeMacro{\autocite}
With \cs{autocite} there is a flexible way of citing. 
We set up \cs{autocite} as \cs{footcite} by default.
If you want to change it you can also write in the preamble e.\,g. |autocite=inline|.
\begin{code}
\autocite*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 

\begin{example}
Public space is part of a city.\autocite{Osland2016} 
\end{example}

\DescribeMacro{\fullcite}\DescribeMacro{\footfullcite}
With \cs{fullcite} and \cs{footfullcite} you can print the complete entry in your current text.
\begin{code}
\fullcite*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*
\footfullcite*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}@*
\end{code} 

\begin{example}
Public space is part of a city.\footfullcite{Osland2016}
As can be read in \fullcite{Evangelidis2014}
\end{example}



\DescribeMacro{\citeauthor}\DescribeMacro{\citetitle}\label{citeauthor}%
Furthermore and in addition to the ›normal‹ \cs{cite}-commands one can also cite only the author or the work title in the text and in the footnotes.
\begin{code}
\citeauthor*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 
  and for the works 
\begin{code}
\citetitle*@\oarg{prenote}\oarg{postnote}\marg{bibtex-key}%@*
\end{code} 

\begin{example}
Public space is part of a city says \citeauthor{Osland2016} in \citetitle{Osland2016}.
\end{example}
For further information cf. \cref{citeauthorformat}.

\DescribeMacro{\citetranslator}\label{citetranslator}%
\rmarginpar{v.2.3.0} 
Addionally there is also a \cs{cite}-command which can be used to print the translator of an (ancient) publication.
\begin{code}
\citetranslator*@\marg{bibtex-key}%@*
\end{code}
This will print the name(s) of the translator according to the chosen |citeauthorformat|.
\begin{code}
\blockcquote[12,25,1]{Cic:Att}{Aber dein Heim ist das Forum.} (\citetranslator{Cic:Att})
\end{code}

\begin{example}
\blockcquote[12,25,1]{Cic:Att}{Aber dein Heim ist das Forum.} (\citetranslator{Cic:Att})
\end{example}
\rmarginpar{v.2.3.3} 
If there is no translator given it will name you as translator using a |bibstring| with \enquote{own translation}.
\begin{example}
\blockcquote[3,62,1]{Artem}{The Agora means confusion and uproar because of the people that are gathered there.} (\citetranslator{Artem})
\end{example}
You can change the |bibstring| \enquote{own translation} and replace it with anything you like, 
at least it is done in the preamble of your document.
\begin{code}
\DefineBibliographyStrings{english}{%
  owntranslation = {by me},%
}
\end{code}



\DescribeMacro{\citetranslator*}\rmarginpar{v.2.3.0}
\begin{code}
\citetranslator* *@\marg{bibtex-key}%@*
\end{code} 

The starred version prints also the informtion from which language the text has been translated.
\begin{code}
\blockcquote[12,25,1]{Cic:Att}{Aber dein Heim ist das Forum.} (\citetranslator*{Cic:Att})
\end{code}
\begin{example}
\blockcquote[12,25,1]{Cic:Att}{Aber dein Heim ist das Forum.} (\citetranslator*{Cic:Att})
\end{example}



\subsection{Entries with @String}\label{string}
The citation rules of the \DAI instruct to abbreviate journals and series according to a given list.\footnote{\url{http://www.dainst.org/documents/10180/70593/03_Liste+abzukürzender+Zeitschriften_quer.pdf} <2016-06-06>}
For this purpose we provide a list with bibliography macros which refer to these abbreviations. 
These abbreviations can be included by loading package option |lstabbrv| (cf. \cref{abbrv}). 
Besides there are two further lists with |@String| macros cf. \cref{lstpublishers,lstlocations}.

\DescribeMacro{@String} The style |archaeologie| respects the guidelines of the \DAI 
and is therefore compatible with the given abbreviations of journals and series.
To minimize the susceptibility to errors and to omit unnecessary typing of sometimes very long journal titles |archaeologie| works with so-called |@Strings|.
The advantage of these |@Strings| is that several bibliography entries can be defined by one globally given value. 
The |@String| is loaded at begin of the |bib|-file, therefore all |@Strings| have to be previous to all other bibliography entries.
 
To use this offer of simplification the following bibliography fields should be field with such a a |@String|: |journaltitle| and |shortjournal|,
(|series| and |shortseries|.
In \cref{abbrv-lists} there is a list with all the abbreviations given by the \DAI, 
in which the |@String| (with endings |-short| for |shortjournal| or |shortseries|) are listed in the left column.  
An |@String| has to be written \emph{without} any curly brackets.\footnote{If you use \emph{JabRef} in its non-coding window, 
then you have to write \#|AyasofyaMuezYil|\#. 
JabRef converts this internally to a |@String| and omits the \# in the coding window. 
\emph{BibDesk} provides such conversion as well by pressing
  %|cmd-R| 
\LKeyStrg + \LKey{R}
 which enables direct BibTeX typing without enclosing curly brackets.}


An example shows how to use it:

\begin{bibexample}[label=Koyunlu1990]{{@}Article\{Koyunlu1990,…\}}
@Article{Koyunlu1990,
  author       = {Koyunlu, A.},
  title        = {Die Bodenbelage und der Errichtungsort der Hagia Sophia},
  journaltitle = AyasofyaMuezYil,  %@String used
  shortjournal = AyasofyaMuezYil-short,  %@String used
  volume       = {11},
  pages        = {147--156},
  year         = {1990},
}
\end{bibexample}


That article appeared within a rather unusual journal, 
which should be abbreviated with ›AyasofyaMüzYıl‹.

To save  time  looking for the special character and insert ›ı‹ manually 
it is written in the |@String| with an ›i‹ (for further information see \cref{abbrv-lists}) but will be replaced after compiling with the correct character:

\printbib[6em]{Koyunlu1990}


Whether using the provided abbreviation list with |lstabbrv| or filling the |journaltitle| and |shortjournal| fields manually, 
|archaeologie| uses by default short titles if defined.
The default embedding of such abbreviations can be switched off, of course.
In case you use the package option |noabbrv| in the preamble (see \cref{noabbrevs}), then the output changes as follows:
\begin{bibbox}{Koyunlu1990}\footnotesize
\parbox[t]{2cm}{Koyunlu 1990} \parbox[t]{9cm}{A. Koyunlu, 
Die Bodenbelage und der Errichtungsort der Hagia Sophia, {\color{red}Ayasofia Müzesi yıllığı. Annual of Ayasofya Museum} 11, 1990, 147–156}
\end{bibbox}
Nevertheless the advantage of our abbreviation list lies in the possibility of creating a separate bibliography 
with all the abbreviations of used journal titles and series (see \cref{bibliographie}) without being prone to citation differences and typing errors.

However, if a journal or a series is \emph{not} included in the list (\cref{abbrv-lists}) 
then this journal/series will \emph{not} be abbreviated and converted to full title in curly brackets in the respective field e.\,g. |journaltitle=|\marg{title of the journal} or |series=|\marg{name of the series}. 
Therefore the field content will not be printed. 
At least |biblatex-biber| gives a warning in its log which can be checked.\footnote{For example something like \enquote{\enquote{journaltitle} in entry \meta{entrykey} cannot be null, deleting it}.}
For the following examples we use |@String| whenever it is appropriate and possible.

Lastly we want to point out that |@Strings| can also be used partly as following shows:

\begin{code}
@Incollection{Mundt2015,
  ...
  location     = Berlin #{ and Boston}, %@String partly used
  ...
}
\end{code}

Each time you want to leave the |@String| environment and enter the curly bracket environment (and reverse) make use of a hash \# to concatenate elements.  

\section{Details of optional preferences}\label{options-description}
In the following  we give a more detailed insight into the various options of |archaeologie| 
and show their results on the bases of concrete examples.
Changes made by these options are {\color{red}coloured in red}.

\subsection{Preamble options}\label{options-preamble}
Optional preferences in the preamble are loaded within the package |bib|\LaTeX:
\begin{code}
\usepackage[%        
    backend=biber,  % activates biber (default; 
                    % but will give an error if not done)
    style=archaeologie,   % loads the style *@|archaeologie|@*
    inreferences=true,    % option *@|inreferences|@* is loaded
    lstabbrv              % option *@|lstabbrv|@* is loaded as well
    ]{biblatex}
\end{code}
In this example the style |archaeologie| is loaded with options |inreferences| and |lstabbrv|. 
Now, manual entries don't appear in author-year-style anymore and journal/series |@string|-macros are enabled.
By the way, it doesn't matter if you write |inreferences| or |inreferences=true|.

Each of the listed options is disabled by default even if we strongly recommend their use in particular the additional bibliographies and |@String| lists. 
All remaining options are rather a matter of taste.

Despite to the overview section (\cref{overview}) the following list is arranged in alphabetic order.

\subsubsection{bibancient}\label{bibancient}
\DescribeMacro{bibancient}
In case of citing ancient authors and their works you can do it with common \cs{cite}-commands.
Exclusively for this case we included a modification that respects the different citation of ancient authors and works.
With the option |bibancient| you load an additional bibliography called |archaeologie-bibancient.bib| in which we inserted almost 600 ancient authors and works with their abbreviation according to The New Pauly/Thesaurus Linguae Latinae.
For the complete list of those see \cref{list-bibancient}.
Using these pre-sets is recommended because it will guarantee a high level of consistency and minimize error-proneness.

You can cite the authors or works with their |bibtex-key| which you find in bold in the left column of the list. 
Authors and works are separated in the |bibtex-key| by a colon.
The entry on the right marks the |shorthand| which will be printed in your paper.

Let us make it clear with an example:

With the loaded option |bibancient| you can cite like this:  


\begin{example}
\footnote{\cite[3,2,5--7]{Apul:met}.}
\end{example}


The corresponding bibliography-entry looks like this
\begin{bibexample}[label=Apul:met]{{@}Book\{Apul:met,…\}}
@Book{Apul:met,
  author      = {Apuleius Madaurensis, Lucius},
  title       = {metamorphoses},
  shorthand   = {Apul. met.},
  shortauthor = {Apuleius},
  keywords    = {ancient},
  options     = {ancient},
}
\end{bibexample}
All entries in the mentioned additional bibliography contain the line |keywords = {ancient}|.
With that you can print all ancient authors in a separated bibliography by typing:
\begin{code}
\printbibliography[keyword=ancient]
\end{code}
\printbib{Apul:met}

\begin{refsection}
By means of the |bibtexkey| (e.g. |Apul:met|) you can also cite only authors or titles like this: 


\begin{example}
\citeauthor{Apul:met} remarks in \citetitle{Apul:met} ...
\end{example}

\end{refsection}


\changes{v1.5}{2016/05/31}{Extra Bibliographie}

\subsubsection{bibcorpora}\label{bibcorpora}
\DescribeMacro{bibcorpora}
This loads an additional bibliography which contains the most important corpora for ancient studies, so you can cite them right away in your document without creating a new bibentry by yourself. 
These corpora are listed in \cref{list-bibcorpora}. 
Advantage and usage mostly correspond to |bibancient|, 
so have a look at \cref{bibancient} for details.



\subsubsection{lstabbrv}\label{abbrv}
\DescribeMacro{lstabbrv}
If you want to benefit from the above mentioned method with |@String| (cf. \cref{string}) 
you have to activate the option called |lstabbrv| (list of abbreviations) in the preamble.
Once activated the additional bibliography |archaeologie-lstabbrv.bib| is loaded. 
In this bibliography all abbreviations listed in \cref{abbrv-lists} are stored; 
for further details of usage see \cref{string}.

\subsubsection{lstlocations}\label{lstlocations}
\DescribeMacro{lstlocations}
This loads an additional bibliography with |@Strings| of locations used to print out their correct exonym in the selected language. 
In that case you are not forced to change location spelling when switching the language. 
(Otherwise it is necessary to adjust location names like \emph{Rome} to \emph{Rom} or \emph{Roma} 
in your potentially multiple-used bibliography each time you change the language of your scientific text).
For details on the locations list, cf. \cref{list-locations}.

\subsubsection{lstpublishers}\label{lstpublishers}
\DescribeMacro{lstpublishers}
Activates the additional bibliography file |archaeologie-lstpublishers.bib| with |@Strings| 
of publishers which can be used to print out their correct name. 
Benefits are similar to the other lists mentioned above and in \cref{string}.
For the list, cf. \cref{list-publishers}




\subsubsection{seenote}\label{seenote}
\DescribeMacro{seenote}
Even if author-year-citation seems to be commonly accepted in Ancient Studies in the meantime you may want to use a traditional citation style. 
For this purpose you can switch to the other allowed citation rule by the \DAI
which works like this:
If you cite a work for the first time in a footnote |archaeologie| will print a full cite which contains all bibliography elements.
Henceforward each following citation is printed as short cite and will additionally refer to the footnote where the first cite was done.
Bibliography entries with |options={ancient}| are excluded from this speciality and are cited as always.

You can use the cite-commands \cs{cite(s)} and \cs{parencite(s)} but \cs{textcite(s)} 
will behave like \cs{cite(s)} because |seenote| actually just checks for occurrences in footnotes and does not refer to cites in running text.

We give an example:
\begin{tcolorbox}[examplebox] 
This is the first citation.|\footnote{\cite{Ball2013}.}|
This is one in between.|\footnote{anything in here.}|
And this is the third footnote and the second citation.|\footnote{\cite[470]{Ball2013}.}|
\tcblower
This is the first footnote.\footnote{L. F. Ball – J. J. Dobbins, Pompeii Forum Project. Current thinking on the Pompeii Forum, 117/3, 2013, 461–492.}
This is one in between.\footnote{anything in here.}
And this is the third footnote and the second citation.\footnote{Ball – Dobbins loc. cit. (see n. 1) 470.}
\end{tcolorbox}



\changes{v1.5}{2016/05/31}{Rückverweis}

\subsubsection{translation}\label{translation}
\DescribeMacro{translation}
Once this option is activated the original title, the original language and the translator of the work are printed (|origtitle|, |origlanguage|, |translator|).
For ancient texts and fragments (|options={ancient}| or |options={frgancient}|) this is default, 
so they will always be printed with original title, language and translator.

An example will clarify matters:
The bibliographical entry |Lefebvre2011| contains following fields:
\begin{bibexample}[label=Lefebvre2011]{{@}Book\{Lefebvre2011,…\}}
@Book{Lefebvre2011,
  author       = {Lefebvre,Henri},
  title        = {The Production of Space},
  publisher    = {Blackwell Publishing Ltd},
  location     = {Maien, MA and Oxford and Victoria},
  year         = {2011},
  edition      = {30},
  origlocation = {Oxford},
  origyear     = {1991},
  origtitle    = {La production de l’espace},
  origlanguage = {french},
  translator   = {Donald Nicholson-Smith},
}
\end{bibexample}

The bibliography result is:
\printbib[6em]{Lefebvre2011}

By activating option |translation| it will change to:

\begin{bibbox}{Lefebvre2011}\footnotesize
\parbox[t]{2cm}{Lefebvre 2011} \parbox[t]{9cm}{H. Lefebvre,  The Production of Space, 
{\color{red} La production de l’espace, trans. from French by D. Nicholson-Smith} \textsuperscript{30}(Oxford 1991; repr. Maien, MA 2011)}
\end{bibbox}
 
However, it works not only with entries like |@Book| but also with e.\,g. |@Article|:

\begin{bibexample}[label=Lefebvre1977]{{@}Article\{Lefebvre1977,…\}}
@Article{Lefebvre1977,
  author       = {Lefebvre, Henri},
  title        = {Die Produktion des städtischen Raums},
  journaltitle = {ARCH+},
  volume       = {34},
  pages        = {52--57},
  year         = {1977},
  translator   = {Franz Hiss and Hans-Ulrich Wegener},
  origlanguage = {french},
  number       = {9},
  origtitle    = {Introduction à l'espace urbain},
}
\end{bibexample}

Once again the bibliography entry alters:

\begin{bibbox}{Lefebvre1977}\footnotesize
\parbox[t]{2cm}{Lefebvre 1977} \parbox[t]{9cm}{H. Lefebvre, 
Die Produktion des stätischen Raums, \emph{Introduction à l’espace urbain}, 
{\color{red} trans. from French by F. Hiss -- H.-U. Wegener}, ARCH+ 34/9, 1977, 52–57}
\end{bibbox}

\subsubsection{inreferences}\label{inreferences}
\DescribeMacro{inreferences}  
There is the possibility to cite inreferences in the footnote as a full citations.
It is only required that the bibliography-entry is an |@Inreference|  (cf. \cref{inreference}).
 
Another example makes it clear: 
\begin{bibexample}[label=Nieddu1995]{{@}Inreference\{Nieddu1995,…\}}
@Inreference{Nieddu1995,
  author    = {Nieddu, Giuseppe},
  title     = {Dei Consentes},
  booktitle = LTUR-short,
  pages     = {9\psq},
  year      = {1995},
  volume    = {2},
}
\end{bibexample}

There are two ways to display this entry:
 \begin{enumerate}
 \item by default it will give:  
 \begin{example}
\footnote{\cite{Nieddu1995}.}
 \end{example}
 \item with the option |inreferences| it will change:
 \begin{tcolorbox}[examplebox]
 |\footnote{\cite{Nieddu1995}.}|
 \tcblower
\footnote{LTUR 2 (1995) 9\,f. s. v. Dei Consentes (G. Nieddu).}
 \end{tcolorbox}
  \end{enumerate}

If the \oarg{postnote} is defined with the columns/page number, (e.\,g. |\cite[9]{Nieddu1995}|), 
then it will change the position for the \oarg{postnote}:
\begin{enumerate} 
 \item by default it will give: 
 \begin{example}
\footnote{\cite[9]{Nieddu1995}.}
 \end{example}
 \item with the option |inreferences| it will change again:
  \begin{tcolorbox}[examplebox]
|\footnote{\cite[9]{Nieddu1995}.}|
 \tcblower
\footnote{LTUR 2 (1995) 9 s. v. Dei Consentes (G. Nieddu).}
 \end{tcolorbox}
  \end{enumerate}



\begin{marker}
    Activating |inreferences=true| causes the cited |@Inreference| entry to be automatically \emph{omitted} in the (final) bibliography,
because the entry is fully cited before in the footnotes (also stated in the \DAI rules).
\end{marker}

If the option is not used (|inreferences=false|) the entry will look like this in the bibliography:

\printbib[6em]{Nieddu1995} 

\subsubsection{yearseries}\label{yearseries}
\DescribeMacro{yearseries}
The option |yearseries| leads to a different position of the fields |series| and |number|.
The |series| of a |@Book| or |@Collection| is now printed \emph{after} the year.
An example with an |@Incollection| demonstrates the effect of this option:
 
\begin{bibexample}[label=Mundt2015]{{@}Incollection\{Mundt2015,…\}}
@Incollection{Mundt2015,
  author       = {Mundt, Felix},
  title        = {Der Mensch, das Licht und die Stadt},
  subtitle     = {Rhetorische Theorie und Praxis antiker und humanistischer Städtebeschreibung},
  pages        = {179--206},
  editor       = {Therese Fuhrer and Felix Mundt and Jan Stenger},
  booktitle    = {Cityscaping},
  booksubtitle = {Constructing and Modelling Images of the City},
  publisher    = WdG,
  location     = Berlin #{ and Boston}, %@String partly used
  year         = {2015},
  series       = Philologus-long #{ Supplement},
  number       = {3},
  shortseries  = Philologus-short #{ Suppl.},
}
\end{bibexample}

Without any option activated it will look like this:
\printbib[5em]{Mundt2015}
 
By activating |yearseries| it will change to:
\begin{bibbox}{Mundt2015}\footnotesize
\parbox[t]{1.7cm}{Mundt 2015} \parbox[t]{9cm}{F. Mundt, Der Mensch, das Licht und die Stadt. Rhetorische Theorie und Praxis antiker und humanistischer Städtebeschreibung, in: T. Fuhrer -- F. Mundt -- J. Stenger (ed.), Cityscaping. Constructing and Modelling Images of the City (Berlin 2015) {\color{red}Philologus Suppl. 3,} 179–206}
\end{bibbox}

\subsubsection{citeauthorformat}\label{citeauthorformat}
\DescribeMacro{citeauthorformat}
\DescribeMacro{=initials}
\DescribeMacro{=full}
\DescribeMacro{=family}
\DescribeMacro{=fistfull}
Every time you mention authors in the running text it is possible to cite them 
directly with their names (\cs{citeauthor}\marg{bibtex-key}) or their works  (\cs{citetitle}\marg{bibtex-key});
this has the benefit that they will be linked to your bibliography (cf. \cref{citeauthor}).

By default the author's name is printed with abbreviated first name\footnote{Usually only the first letter, but setting the option |initials| to true it might change (cf. \cref{initials}).} and last name.
If you prefer to have full names printed (in running text, not in the bibliography!) switch on the option |citeauthorformat=full|.
If you want in contrast the authors to be shorten to their last names use |citeauthorformat=family|.

The following example illustrates it:

\begin{bibexample}[label=Boehmer1985]{{@}Article\{Boehmer1985,…\}}
@Article{Boehmer1985,
  author       = {Boehmer, Rainer Michael and Wrede, Nadja},
  title        = {Astragalspiele in und um Warka},
  journaltitle = BaM,
  shortjournal = BaM-short,
  volume       = {16},
  pages        = {399--404},
  year         = {1985},
}
\end{bibexample}

Let's assume you would like to write something like that and
after compiling it will look like this, 
because the default is set  |citeauthorformat=initials| 

\begin{refsection}
\begin{example}
... , this is also shown by \citeauthor{Boehmer1985} 
 in their latest article \citetitle{Boehmer1985}.
 \end{example}



Or you can change it using the settings in the preamble:

\begin{enumerate}
\item\label{name:full} 
\begin{tcolorbox}[examplebox]
 |citeauthorformat=full| 
 \tcblower
\ldots , this is also shown by {\color{red}Rainer Michael Boehmer  und Nadja Wrede} in their latest article \emph{Astragalspiele in und um Warka} (1985).
\end{tcolorbox}
\item\label{name:family}
\begin{tcolorbox}[examplebox]
 |citeauthorformat=family| 
 \tcblower
\ldots , this is also shown by {\color{red}Boehmer und  Wrede} in their latest article \emph{Astragalspiele in und um Warka} (1985).
\end{tcolorbox}
\item\label{name:firstfull}
\begin{tcolorbox}[examplebox]
 |citeauthorformat=firstfull| 
 \tcblower
\ldots , this is also shown by {\color{red}Rainer Michael Boehmer  und Nadja Wrede} in their latest article \emph{Astragalspiele in und um Warka} (1985).
\end{tcolorbox}
\end{enumerate}


If you use |citeauthorformat=firstfull| the first citation will look like \ref{name:firstfull}, but after that that all following citations of |\citeauthor{Boehmer1985}| will change to the default behaviour and show the initials.
\end{refsection}

To complete this example,
here is the appearence of the entry in a bibliography:
\printbib[9em]{Boehmer1985}


Two things are left to mention: 
\begin{enumerate}
\item Citing an author in a footnote always prints  last names, no matter which citing option is chosen. 
\item There is a slightly different behaviour if you use  \cs{citeauthor} or \cs{citetitle}  with ancient authors and work titles (|options={ancient}|).
Instead of printing the field |author| which contains usually the full ancient name the field |shortauthor| is considered in which you can record the more common name of the ancient author.
Ancient work titles will be printed without the year in parentheses. 
Both are demonstrated in the following example: Based on the bibliography entry
\end{enumerate}
\begin{bibexample}[label=Quint:inst]{{@}Book\{Quint:inst,…\}}
@Book{Quint:inst,
  author       = {Fabius Quintilianus, Marcus},
  title        = {Ausbildung des Redners},
  subtitle     = {Institutio oratoria},
  publisher    = WBG,
  location     = {Darmstadt},
  year         = {2015},
  edition      = {6},
  origlanguage = {latin},
  translator   = {Rahn, Helmut},
  shorthand    = {Quint. inst.},
  shortauthor  = {Quintilian},
  keywords     = {ancient},
  options      = {ancient},
}
\end{bibexample}

and the following statement we obtain the result:

\begin{refsection}
\begin{example}
... and \citeauthor{Quint:inst} names in \citetitle{Quint:inst} the  necessary physical qualities of an orator, too.
\end{example}
\end{refsection}

And again the bibliography for |@Book{Quint:inst}|:
\printbib[5em]{Quint:inst}

\subsubsection{yearinparens}\label{yearinparens}
\DescribeMacro{yearinparens}%
As the options name evokes the publication year of the cited entries 
(|year| or year from |date|) will be put in parentheses,
in footnotes as well as in the bibliography. 
The ›Klammerregel‹ (correct alternation of different brackets) will be respected.

In the case of a common entry which will be shown like this
\begin{example}
\footnote{\cite[475]{Ball2013}.}
\end{example}


now we get

\begin{tcolorbox}[examplebox] 
|\footnote{\cite[475]{Ball2013}.}|
\tcblower
\footnote{Ball – Dobbins {\color{red}(}2013{\color{red})}, 475.}
\end{tcolorbox}


\subsubsection{scshape}\label{scshape}
\DescribeMacro{scshape}
You can also change the look of your citations. 
With |scshape| author names are set to small capitals---in footnotes and in the bibliography.

Entries without |author| or |editor| setting but with a defined
 |label| (\cref{unknown}) are excluded from this option
because |label| is not an author name but a self-defined expression with varying purposes.
Further excluded are ancient authors (|options={ancient}| or |options={frgancient}|).

By default---to quote the just established example |\@Article{Ball2013}|---we have again by default:

\begin{example}
\footnote{\cite[475]{Ball2013}.}
\end{example}

But with |schape| it will turn into:

\begin{tcolorbox}[examplebox] 
|\footnote{\cite[475]{Ball2013}.}|
\tcblower
\footnote{{\scshape {\color{red}Ball – Dobbins}} 2013, 475.}
\end{tcolorbox}

And since the entry looks like this

\begin{bibexample}[label=Ball2013]{{@}Article\{Ball2013,…\}}
@Article{Ball2013,
author       = {Larry F. Ball and John J. Dobbins},
title        = {Pompeii Forum Project},
subtitle     = {Current Thinking on the Pompeii Forum},
journaltitle = AJA,
shortjournal = AJA-short,
volume       = {117},
pages        = {461--492},
year         = {2013},
doi          = {10.3764/aja.117.3.0461},
eprint       = {10.3764/aja.117.3.0461},
eprinttype   = {jstor},
number       = {3},
}
\end{bibexample}


the output in the bibliography changes from:

\printbib[8em]{Ball2013}

to 

\begin{bibbox}{Ball2013}\footnotesize
\parbox[t]{3cm}{{\scshape \color{red}Ball – Dobbins} 2013}\parbox[t]{8.5cm}{%
L. F. Ball – J. J. Dobbins, Pompeii Forum Project. Current Thinking on the Pompeii Forum, AJA 117/3, 2013, 461–492,\newline
...}
\end{bibbox}

\subsubsection{bibfullname}\label{bibfullname}
\DescribeMacro{bibfullname}
This will show the full name of an author and/or editor in the bibliography. 
By default first names are abbreviated.

Without any options the entry

\begin{bibexample}[label=Osland2016]{{@}Article\{Osland2016,…\}}
@Article{Osland2016,
  author       = {Osland, Daniel},
  title        = {Abuse or Reuse?},
  subtitle     = {Public Space in Late Antique Emerita},
  journaltitle = AJA,
  shortjournal = AJA-short,
  volume       = {120},
  pages        = {67--97},
  year         = {2016},
  jstor        = {10.3764/aja.120.1.0067},
  number       = {1},
  zenon        = {001454110},
}
\end{bibexample}

looks like

\printbib[6em]{Osland2016}

and with |bibfullname| it will change to:

\begin{bibbox}{Osland2016}\footnotesize
\parbox[t]{2cm}{Osland 2016} \parbox[t]{9cm}{{\color{red}Daniel} Osland, Abuse or Reuse? Public Space in Late Antique Emerita, AJA 120/ 1, 2016, 67–97,\\
...}
\end{bibbox}

\subsubsection{noabbrv}\label{noabbrevs}
\DescribeMacro{noabbrv}
According to the guidelines of the \DAI journal titles and series have to be abbreviated.
Therefore the fields |shortjournal| or |shortseries| will be considered. 
If you like to have printed full names of journals and series instead you can switch on the option |noabbrv|.
For an example see \cref{string,Koyunlu1990}.

\subsubsection{publisher}\label{publisher}
\DescribeMacro{publisher} 
Once activated all locations and the publisher are printed. 
This will lead to a different output of the edition which will be right in front of the year.
In case of reprint or second edition the first edition |origyear| will be put in square brackets after the year.

\begin{bibexample}[label=Emme2013]{{@}Book\{Emme2013,…\}}
@Book{Emme2013,
  author    = {Burkhard Emme},
  title     = {Peristyl und Polis},
  subtitle  = {Entwicklung und Funktionen öffentlicher griechischer Hofanlagen},
  publisher = WdG,
  location  = Berlin #{ and New York}, %@String partly used
  year      = {2013},
  series    = {Urban Spaces},
  number    = {1},
}
\end{bibexample}
\begin{refsection}\end{refsection}

Default settings produce:
\printbib[5em]{Emme2013}
 
By activating option |publisher| you obtain:

\begin{bibbox}{Emme2013}\footnotesize
\parbox[t]{1.7cm}{Emme 2013} \parbox[t]{9.4cm}{B. Emme, Peristyl und Polis. Entwicklung und Funktionen öffentlicher griechischer Hofanlagen, Urban Spaces 1 (Berlin {\color{red} – New York: Walter de Gruyter} 2013)}
\end{bibbox}
 
And here a more detailed example with |origlocation|, |origyear| and |origpublisher|:
\begin{bibexample}[label=Neufert2002]{{@}Book\{Neufert2002,…\}}
@Book{Neufert2002,
  author       = {Neufert, Ernst},
  editor       = {Neufert, Peter and Neufert, Cornelius and Neff, Ludwig and Franken, Corinna},
  title        = {Bauentwurfslehre},
  subtitle     = {Grundlagen, Normen, Vorschriften ...},
  publisher    = VT, %@String used
  origpublisher = {Mann},
  location     = {Wiesbaden},
  year         = {2002},
  edition      = {37},
  origlocation = Berlin, %@String used
  origyear     = {1936},
}
\end{bibexample}
 
\printbib[5.5em]{Neufert2002}

\begin{bibbox}{Neufert2002}\footnotesize
\parbox[t]{1.7cm}{Neufert  2002} \parbox[t]{9.4cm}{%
E. Neufert, Bauentwurfslehre. Grundlagen, Normen, Vorschriften ... Ed. by Peter Neufert – Cornelius Neufert – Ludwig Neff  – Corinna Franken {\color{red} (Wiesbaden: Vieweg \textsuperscript{3}2002 [Berlin: Mann 1936])}}
\end{bibbox}
 
\subsubsection{edby}\label{edby}
\DescribeMacro{edby}
This option gives you a different output and position of editors: 
Instead of embedding ›(ed.)‹/›(Hrsg.)‹ right after the editor name
 it places the adjunct ›ed. by‹/›hrsg. v.‹ behind the editor. 
 Furthermore, in case of |@Incollections| and |@Inproceedings| editor names and book title switch their positions as it is shown below.

\begin{bibexample}[label=Wulf-Rheidt2013]{{@}Inproceedings\{Wulf-Rheidt2013,…\}}
@Inproceedings{Wulf-Rheidt2013,
  author       = {Wulf-Rheidt, Ulrike},
  title        = {Der Palast auf dem Palatin -- Zentrum im Zentrum},
  subtitle     = {Geplanter Herrschersitz oder Produkt eines langen Entwicklungsprozesses?},
  pages        = {277--289},
  editor       = {Dally, Ortwin and Fless, Friederike and Haensch, Rudolf and Pirson, Felix and Sievers, Susanne},
  booktitle    = {Politische Räume in vormodernen Gesellschaften},
  booksubtitle = {Gestaltung – Wahrnehmung – Funktion},
  location     = {Rahden/Westf\adddot},
  publisher    = VML,    %@String used
  year         = {2013},
  venue        = Berlin,   %@String used
  eventdate    = {2009-11-18/2009-11-22},
  eventtitle   = {Internationale Tagung des DAI und des DFG-Exzellenzclusters TOPOI},
  zenon       = {001371402},
  number       = {6},
  series       = MKT,    %@String used
  shortseries  = MKT-short,  %@String used
}
\end{bibexample}

Without option |edby| this |@Inproceedings| would look like:
 
\printbib[7em]{Wulf-Rheidt2013}

But activating |edby| it changes to:

\begin{bibbox}{Wulf-Rheidt2013}\footnotesize
\parbox[t]{2.3cm}{Wulf-Rheidt 2013} \parbox[t]{9cm}{%
U. Wulf-Rheidt, Der Palast auf dem Palatin – Zentrum im Zentrum. Geplanter Herrschersitz oder Produkt eines langen Entwicklungsprozesses?, in:  {\color{red}Politische Räume in vormodernen Gesellschaften. Gestaltung – Wahrnehmung – Funktion, ed. by O. Dally – F. Fless – R. Haensch – F. Pirson – S. Sievers}. Internationale Tagung des DAI und des DFG-Exzellenzclusters TOPOI Berlin November 18–22, 2009, MKT 6 (Rahden/Westf. 2013) 277–289}
\end{bibbox}
 
 
\subsubsection{width}\label{width}
\DescribeMacro{width}
|width| controls the width between label (which consists usually of |author| and |year|) and reference in the bibliography, pre-defined as |4em|.
If you wish to have it bigger or smaller you can change it to every length you would like to have:

|width =| \meta{length}

\meta{length} stands for the length you want (e.\,g. |3em|, |7pt| or |4cm|), you can even do |-1em|; 
then there is no indent at all.

\subsubsection{counter}\label{counter}
\DescribeMacro{counter} 
If you like to know how many times you cited an author or work then use this option called |counter|.\footnote{The idea is based on \href{http://tex.stackexchange.com/a/14159/98739}{tex.stackexchange.com/a/14159/98739} and has been modified.} 
Depending on the language you chose in the preamble of your document the information will be given in German (|ngerman|) or in English (if not |ngerman|).

\begin{bibbox}{Boehm2001}\footnotesize
\parbox[t]{3cm}{Böhm – Eickstedt 2001} \parbox[t]{8cm}{%
S. Böhm – K.-V. v. Eickstedt (Hrsg.), Ithake. Festschrift Jörg Schäfer (Würzburg 2001)  $\vert$  {\scshape  wurde 1-mal zitiert.}}
\end{bibbox}

If there has been no citation in the text (but maybe a \cs{citeauthor} or \cs{citetitle}):
\begin{bibbox}{Boehm2001}\footnotesize
\parbox[t]{3cm}{Böhm – Eickstedt 2001} \parbox[t]{8cm}{%
S. Böhm – K.-V. v. Eickstedt (Hrsg.), Ithake. Festschrift Jörg Schäfer (Würzburg 2001)  $\vert$  {\scshape  wurde {\color{red}{keinmal}} zitiert.}}
\end{bibbox} 

For all languages besides German:
\begin{bibbox}{Boehm2001}\footnotesize
\parbox[t]{3cm}{Böhm – Eickstedt 2001} \parbox[t]{8cm}{%
S. Böhm – K.-V. v. Eickstedt (ed.), Ithake. Festschrift Jörg Schäfer (Würzburg 2001) $\vert$  {\scshape cited {{\color{red}{not once}}}.}}
\end{bibbox}
  
If there has been only one citation:
\begin{bibbox}{Boehm2001}\footnotesize
\parbox[t]{3cm}{Böhm – Eickstedt 2001} \parbox[t]{8cm}{%
S. Böhm – K.-V. v. Eickstedt (ed.), Ithake. Festschrift Jörg Schäfer (Würzburg 2001) $\vert$  {\scshape cited 1 time.}}
\end{bibbox}

If there has been more than one citation:
\begin{bibbox}{Boehm2001}\footnotesize
\parbox[t]{3cm}{Böhm – Eickstedt 2001} \parbox[t]{8cm}{%
S. Böhm – K.-V. v. Eickstedt (ed.), Ithake. Festschrift Jörg Schäfer (Würzburg 2001) $\vert$  {\scshape cited 3 times.}}
\end{bibbox}

Note that |biblatex| provides a related option |backref| which lists per reference every page 
that contains the cited reference. But having a different goal that option doesn't support counts. 
 
\subsubsection{initials}\label{initials}
\DescribeMacro{initials} 
First names are abbreviated keeping digraphs and trigraphs instead of simple first letter initials.\footnote{The code for this option was taken from \href{http://tex.stackexchange.com/a/295486/98739}{tex.stackexchange.com/a/295486/98739} and has been modified.}
Also see the warning when printing an index; cf. \cref{initials:index}.
First names starting with |Ph..., Chr..., Ch..., Th..., St...| are abbreviated to these digraphs and trigraphs. For example in the bibliography or when you use \cs{citeauthor}\marg{bibtex-key}.

Citing these two authors will show their digraphs and trigraphs:

\begin{example}
\citeauthor{Mann2011} and \citeauthor{Hufschmid2010}
\end{example}



This option is set to default, but you can --- of course --- deactivate it with |initials=false| in the preamble.

With this default option you don’t have to change anything in your bibliographical-data.
However  you can switch off the option |initials| and do the abbreviation manually:

\begin{code}
author = {family=Mann, given=Christian, given-i={Chr}}

author = {family=Hufschmid, given=Thomas, given-i={Th}}
\end{code}


\subsection{Bibliography entry options}\label{options-bibentry}
\subsubsection{ancient}\label{ancient}
\DescribeMacro{ancient}
This option was found in an excellent |bib|\LaTeX-style called  |geschichtsfrkl| ( by Jonathan Zachhuber),\footnote{\href{https://www.ctan.org/pkg/geschichtsfrkl}{www.ctan.org/pkg/geschichtsfrkl}} 
so after some modifications we adopted and included it into |archaeologie|.
 
If you intend to cite ancient authors we strongly recommend this option to you 
because it enables you to cite ancient texts in the style archaeologists and 
historians are used to \emph{plus} you get entirely supported bibliography referencing.

Let us have a look at an example:
\begin{bibexample}[label=Cic:Att]{{@}Book\{Cic:Att,…\}}
@Book{Cic:Att,
  author       = {Tullius Cicero, Marcus},
  editor       = {Kasten, Helmut},
  title        = {Atticus-Briefe},
  publisher    = AWi,   %@String used
  location     = {Düsseldorf and Zürich},
  year         = {1980},
  series       = {Tusculum Bücherei},
  edition      = {3},
  origyear     = {1959},
  origtitle    = {epistulae ad Atticum},
  origlanguage = {latin},
  translator   = {Kasten, Helmut},
  shorthand    = {Cic. Att.},
  shortauthor  = {Cicero},
  keywords     = {ancient},
  options      = {ancient}, %!!
}
\end{bibexample}

Instead of applying |author| and |year| as labels the option |ancient| takes the field |shorthand| into account.

So you write in your text and it will be printed as

\begin{example}
\footnote{\cite[1, 3,3]{Cic:Att}.}
\end{example} 

Equally the field |shorthand| is used as a label in the bibliography instead of an author-year label:
\printbib{Cic:Att}

Take notice how |options={ancient}| treats editor and translator in this example. 
While the ancient author is mentioned first, translator and editor are put behind the title, 
in this case even united due to fact that editor and translator are identical.

This works not only with |@Book| but also with those ancient texts which are part of an |@Incollection| employing them similarly to the entries defined as |@Book|.

Another example:
\begin{bibexample}[label=Cic:Sest]{{@}Inbook\{Cic:Sest,…\}}
@Inbook{Cic:Sest,
  author       = {Tullius Cicero, Marcus},
  title        = {Rede für P.\ Sestius},
  booktitle    = {Die politischen Reden},
  year         = {1993},
  editor       = {Fuhrmann, Manfred},
  volume       = {II},
  publisher    = AWi,    %@String used
  pages        = {110--185},
  origlanguage = {latin},
  series       = {Sammlung Tusculum},
  location     = Munich,      %@String used
  intranslator = {Fuhrmann, Manfred},
  keywords     = {ancient},
  options      = {ancient},
  origtitle    = {pro P. Sestio},
  shortauthor  = {Cicero},
  shorthand    = {Cic. Sest.},
}
\end{bibexample}

Even support for several languages is taken into account as this bibliography entries show: 
\printbiball[4em]{Cic:Sest}

\subsubsection{frgancient}\label{frgancient}
\DescribeMacro{frgancient}
When dealing with fragments of ancient texts often it is important to cite the edition respective to the editor.
If you want to cite such a collection of fragments use |options={frgancient}|.
In this case the editor (|shorteditor| or |editor|) will be put in after the \marg{postnote}. 

\begin{bibexample}[label=Fest]{{@}Book\{Fest,…\}}
@Book{Fest,
  author      = {Pompeius Festus, {\relax Sex}tus},
  editor      = {Lindsay, Wallace Martin},
  title       = {De verborum significatu quae supersunt cum Pauli epitome},
  publisher   = {Teubner},
  location    = Leipzig,     %@String used
  year        = {1965},
  series      = {Bibliotheca scriptorum et Grecorum et Romanorum Teubnerina},
  origyear    = {1913},
  shorthand   = {Fest.},
  shortauthor = {Festus},
  keywords    = {ancient},
  options     = {frgancient},
  shorteditor = {L},
}
\end{bibexample}

When you cite this entry in this example the field  |shorteditor| will be shown.
\begin{example}
\footnote{\cite[3]{Fest}.}
\end{example}

In the bibliography the reference differentiates slightly from |options = {ancient}| because of the missing ancient author of fragment collections, 
so the editors name is printed in the first place:
\printbib[3em]{Fest}

\subsubsection{uniqueme}\label{uniqueme}
\DescribeMacro{uniqueme} 
Let us stick to ancient works for the option |uniqueme|:
Sometimes you cite different kinds of translations of one ancient author.
Despite you have several books the abbreviation of the ancient work is still the same and will be shown without a difference. 
For these cases we introduced an option with which you can decide which translation should be cited in the common citation and which ones should be enhanced with e.g. the translator, the series, or the editor.

Let us give you an example with the most famous ancient architect \citeauthor{Vitr}:
Since he is so famous there are variant translations of his text.
The German translation should be the standard referenced translation;
the bibliographical entry looks like this:
\begin{bibexample}[label=Vitr]{{@}Book\{Vitr,…\}}
@Book{Vitr,
  author        = {Vitruvius},
  title         = {Zehn Bücher über Architektur},
  publisher     = WBG, %@String used
  location      = {Darmstadt},
  year          = {2008},
  edition       = {6},
  origyear      = {1964},
  origtitle     = {De architectura},
  origlanguage  = {latin},
  translator    = {Fensterbusch, Curt},
  shorthand     = {Vitr.},
  shortauthor   = {Vitruv},
  keywords      = {ancient},
  options       = {ancient},
  sortshorthand = {Vitr.},
}
\end{bibexample}

When we cite \citeauthor{Vitr} we get the following result:
\begin{example}
\footnote{\cite[1,1,2]{Vitr}.}
\end{example}
Now let us assume we want to compare that with other, different translations / text editions. 
First the english standard translation (\cref{Vitr:Loeb}):
\begin{bibexample}[label=Vitr:Loeb]{{@}Book\{Vitr:Loeb,…\}}
@Book{Vitr:Loeb,
  author        = {Vitruvius},
  title         = {On Architecture},
  publisher     = HUP, %@String used
  location      = {Cambridge and London},
  year          = {1983},
  series        = {Loeb Classical Library},
  number        = {251},
  origyear      = {1931},
  origtitle     = {De architectura},
  origlanguage  = {latin},
  shorthand     = {Vitr.},
  shortauthor   = {Vitruv},
  keywords      = {ancient},
  options       = {ancient,uniqueme},
  shortseries   = {Loeb},
  sortshorthand = {Vitr. Loeb},
}
\end{bibexample}
Then there is also the French most common translation (\cref{Vitr:Saliou}):
\begin{bibexample}[label=Vitr:Saliou]{{@}Book\{Vitr:Saliou,…\}}
@Book{Vitr:Saliou,
  author        = {Vitruvius},
  title         = {De L'Architecture},
  publisher     = {Les belles lettres},
  location      = Paris, %@String used
  volume        = {I--X},
  series        = {Collection des Universités de France},
  origtitle     = {De architectura},
  origlanguage  = {latin},
  translator    = {Saliou, Catherine},
  shorthand     = {Vitr.},
  shortauthor   = {Vitruv},
  keywords      = {ancient},
  options       = {ancient,uniqueme},
  date          = {1986/2009},
  sortshorthand = {Vitr. Saliou},
}
\end{bibexample}
And an old one (\cref{Vitr:Krohn}):
\begin{bibexample}[label=Vitr:Krohn]{{@}Book\{Vitr:Krohn,…\}}
@Book{Vitr:Krohn,
  author        = {Vitruvius},
  editor        = {Krohn, Franz},
  publisher     = {Teubner},
  location      = Leipzig, %@String used
  origtitle     = {Vitruvii De architectura libri decem},
  origlanguage  = {latin},
  shorthand     = {Vitr.},
  shortauthor   = {Vitruv},
  keywords      = {ancient},
  options       = {ancient,uniqueme},
  date          = {1912},
  sortshorthand = {Vitr. Krohn},
}
\end{bibexample}

And last there is a translation published in a section of a book (\cref{Vitr:Fischer}):
\begin{bibexample}[label=Vitr:Fischer]{{@}Book\{Vitr:Fischer,…\}}
@Inbook{Vitr:Fischer,
  author       = {Vitruvius},
  booktitle    = {Vitruv NEU oder Was ist Architektur?},
  year         = {2010},
  editor       = {Fischer, Günther},
  publisher    = {Birkhäuser},
  pages        = {70--76. 92--95. 132\psq},
  origlanguage = {latin},
  location     = Berlin, %@String used
  intranslator = {Fischer, Günther},
  keywords     = {ancient},
  options      = {ancient,uniqueme},
  origtitle    = {De architectura},
  origyear     = {2009},
  shorthand    = {Vitr.},
  sortshorhand = {Vitr. Fischer},
}
\end{bibexample}

If you cite these works you do as usual, you will get:
\begin{example}
\footnote{\cite[1,1,2]{Vitr}; see as well \cite{Vitr:Loeb}; with changed translation in \cite{Vitr:Krohn} and in \cite{Vitr:Saliou}; in \cite{Vitr:Fischer} it is kept untranslated.}
\end{example}


\begin{marker}
Notice that the field |sortshorthand| should be filled with the sorting order you would like to have in the bibliography for the varient works by \citeauthor{Vitr}, see below.
\end{marker}

\printbib[6em]{Vitr,Vitr:Fischer,Vitr:Krohn,Vitr:Loeb,Vitr:Saliou}


\subsubsection{corpus}\label{corpus}
\DescribeMacro{corpus}
There are some corpora (e.\,g. inscriptions, minted coins, vases, etc.) which are usually cited with a common abbreviation. 
Those abbreviations are typed in in the field |shorthand|.
To cite such a corpus with its abbreviation you have to write an additional |options={corpus}| in the bibliographical entry.
Now you can cite it as usual with the \oarg{prenote} or \oarg{postnote} you like to have.

This example shows the behaviour with a corpus that is common for Latin epigraphy:
\begin{bibexample}[label=CIL]{{@}Book\{CIL,…\}}
@Book{CIL,
  title     = CIL, %@String used
  location  = Berlin, %@String used
  year      = {1863--},
  shorthand = CIL-short,  %@String used
  keywords  = {corpus}, %!
  options   = {corpus},
}
\end{bibexample}

It will be cited with and you see the result right away:
\begin{example}
\footnote{\cite[06, 01234]{CIL}.}
\end{example}

The field |shorthand| will be used for bibliography reference,
where it is listed as label.
\printbib{CIL}

If you also set something like |keywords={corpus}| then you can make a separate bibliography with all the corpora cf. \cref{bibliographie}.

\changes{v1.1}{2015/06/15}{Modifikation der Option |corpus|.}


\section{Examples of entry types}\label{beispiele}
The style |archaeologie| defines several so-called bibliographical drivers,
which allow you to cite different kind of works.
Below we describe how they are working and which fields you should fill out.
For the examples we don't use any further options which are described above.

\subsection{Type \texttt{@Book}}\label{book}
\DescribeMacro{@Book}
\DescribeMacro{@Collection}%\footnote{Der Typ |@collection| entspricht hier dem Typ |@Book|.}
Let’s start with an easy example: 
a book or a collection (both are treated equally).
You can use the following fields:
\begin{description}
\item[mandatory:] 
|author|/|editor|, 
|title|, |subtitle|, |titleaddon|,
|location|, |year|,
\item[optional:]
|maintitle|, |mainsubtitle|, |maintitleaddon|, |volume|, 
|publisher|, |series|, |number|, |edition|, 
|origyear|, |origlocation|, |origpublisher|, 
|translator|, |origlanguage|,
|related|, |relatedtype|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}
 
 
An entry of a book might look as this in your |bib|-file:
\begin{bibexample}[label=Mann2011]{{@}Book\{Mann2011,…\}}
@Book{Mann2011,
  author    = {Mann, Christian},
  title     = {\enquote{Um keinen Kranz, um das Leben kämpfen wir!}},
  subtitle  = {Gladiatoren im Osten des Römischen Reiches und die Frage der Romanisierung},
  publisher = {Verlag Antike},
  location  = Berlin,   %@String used
  year      = {2011},
  series    = {Studien zur Alten Geschichte},
  number    = {14},
}
\end{bibexample}

A citation in a footnote is done like this and will be printed as you see:
\begin{example}
\footnote{\cite[Vgl.][142--144]{Mann2011}.}
\end{example} 
\printbib[5em]{Mann2011}

\subsubsection{›Festschrift‹, commemorative volume, catalogue etc.}
To mark that the book or collection is a so-called ›Festschrift‹/ commemorative volume, 
or an exhibition or auction catalogue you need an additional note to make it clear.
We suggest using  the field |titleaddon| or if it is a |@Incollection| or |@Inproceedings| you can use the field |booktitleaddon| (for papers in collections see \cref{inbook}).
\begin{bibexample}[label=Boehm2001]{{@}Book\{Boehm2001,…\}}
@Book{Boehm2001,
  editor     = {Böhm, Stephanie and Eickstedt, Klaus-Valtin von},
  title      = {Ithake},
  publisher  = {Ergon-Verlag},
  location   = {Würzburg},
  year       = {2001},
  titleaddon = {Festschrift Jörg Schäfer},
}
\end{bibexample}

\printbib[9em]{Boehm2001}
 
\subsubsection{Translated book}
If you cite a translated book you can link it to the original book and let display the translator as well as the original language. 
To obtain this fill the fields |related| and |relatedtype| (for further guidance see the information about reviews in \cref{review}).

This example will clarify matters:
The first edition of \citetitle*{Zanker2009} by \citeauthor*{Zanker2009} has been published in 1987 (|origyear|), but by now it has been released in its 5th edition.

\begin{bibexample}[label=Zanker2009]{{@}Book\{Zanker2009,…\}}
@Book{Zanker2009,
  author        = {Zanker, Paul},
  title         = {Augustus und die Macht der Bilder},
  publisher     = CHB,   %@String used
  location      = Munich,  %@String used
  year          = {2009},
  edition       = {5},
  origlocation  = Leipzig, %@String used
  origyear      = {1987},
  eprint        = {000250713},
  eprinttype    = {zenon},
  language      = {german},
  origpublisher = {Koehler \& Amelang},
}
\end{bibexample}

In \citeyear{Zanker1988}, one year later after the first edition (|origyear|) the book was translated by A. H. Shapiro:
\begin{bibexample}[label=Zanker1988]{{@}Book\{Zanker1988,…\}}
@Book{Zanker1988,
  author      = {Zanker, Paul},
  title       = {The Power of Images in the Age of Augustus},
  publisher   = UMP,    %@String used
  location    = {Ann Arbor},
  year        = {1988},
  series      = {Jerome Lectures},
  number      = {16},
  translator  = {Shapiro, Alan H.},
  language    = {english},
  related     = {Zanker2009},
  relatedtype = {translationof},
}
\end{bibexample}

The translated book |Zanker1988| is connected with the book |Zanker2009| via the field |related = |\marg{bibtex-key} 
and the relation got specified with the field |relatedtype|, in this case it is a translation so |={translationof}|.

You don't have to cite |Zanker2009| to have the information visible in the bibliography. 
It will be included automatically. For the following bibliography we only use |\cite{Zanker1988}|:

\printbiball[5em]{Zanker1988}


\subsubsection{Multiple volumes of a monograph}
It may be the case that you have to cite a book which consists of several volumes:
usually there is a volume with text and one volume with plates.
To cite  e.\,g. the second volume in particular you can do the following.
Let’s assume this is the bibliography entry:
\begin{bibexample}[label=MacDonald1986]{{@}Book\{MacDonald1986,…\}}
@Book{MacDonald1986,
  author    = {MacDonald, William L.},
  title     = {An urban Appraisal},
  publisher = YUP,    %@String used
  location  = {New Haven and }# London, %@String used
  year      = {1986},
  maintitle = {The Architecture of the Roman Empire},
  volume    = {II},
  series    = {Yale Publications in the History of Art},
  number    = {35},
}
\end{bibexample}
In the bibliography the main title of the monograph (|maintitle|)
and the title of the book (|title|) are shown separately  so the volume  (|volume|) 
appears before the title of the book
\printbib[6.5em]{MacDonald1986}


\subsection{Type \texttt{@Inbook / @Incollection}}\label{inbook}
\DescribeMacro{@Incollection}\DescribeMacro{@Inbook}
Single entries/chapters of a collection are cited best when they are set up as  |@Incollection| or |@Inbook|.

\begin{description}
\item[mandatory:] 
|author|, |title|, |subtitle|, |titleaddon|,
|editor|,  |booktitle|, |booksubtitle|, |booktitleaddon|,
|location|, |year|, |pages|, 
\item[optional:]
|maintitle|, |mainsubtitle|, |maintitleaddon|, |volume|, 
|publisher|, |series|, |number|, |edition|, 
|origyear|, |origlocation|, |origpublisher|, 
|translator|, |origlanguage|,
|related|, |relatedtype|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}
 
 
 
This following example clarify matters:
 \begin{bibexample}[label=Carter2014]{{@}Incollection\{Carter2014,…\}}
@Incollection{Carter2014,
  author    = {Carter, Michael J. and Edmondson, Jonathan},
  title     = {Spectacle in Rome, Italy, and the Provinces},
  pages     = {537--558},
  editor    = {Bruun, Christer and Edmondson, Jonathan},
  booktitle = {The Oxford Handbook of Roman Epigraphy},
  publisher = OUP,    %@String used
  location  = {Oxford},
  year      = {2014},
}
\end{bibexample}

\printbib[12em]{Carter2014}

You can also have contributions to a ›Festschrift‹ etc. set up as |@Incollection|,
but then notice the additional information in |booktitleaddon|.
\begin{bibexample}[label=Hoelscher2001]{{@}Incollection\{Hoelscher2001,…\}}
@Incollection{Hoelscher2001,
  author         = {Hölscher, Tonio},
  title          = {Schatzhäuser -- Banketthäuser?},
  pages          = {143--152},
  editor         = {Böhm, Stephanie and Eickstedt, Klaus-Valtin von},
  booktitle      = {Ithake},
  publisher      = {Ergon-Verlag},
  location       = {Würzburg},
  year           = {2001},
  booktitleaddon = {Festschrift Jörg Schäfer},
}
\end{bibexample}
In the bibliography it will look like:
\printbib[5.5em]{Hoelscher2001}

\subsubsection{Short series}
Some books or collections are part of a small series (not an ongoing series).
This book is part of the series called abbreviated \emph{MemAmAc}.
Have a look:
\begin{bibexample}[label=Fentress2003]{{@}Incollection\{Fentress2003,…\}}
@Incollection{Fentress2003,
  author       = {Fentress, Elizabeth and John Bodel and Adam Rabinowitz and Rabun Taylor},
  title        = {Cosa in the Republic and Early Empire},
  pages        = {13--62},
  editor       = {Fentress, Elizabeth},
  booktitle    = {An Intermittent Town},
  booksubtitle = {Excavations 1991--1997},
  publisher    = UMP,    %@String used
  location     = {Ann Arbor, Mich.},
  year         = {2003},
  volume       = {V},
  series       = MemAmAc,    %@String used
  number       = {2},
  maintitle    = {Cosa},
  shortseries  = MemAmAc-short,    %@String used
}
\end{bibexample}
As we can see it is the fifth volume (|volume|) of the series with the main title 
\emph{Cosa} (|maintitle|) but has an individual title (|title|) which is
\emph{Cosa in the Republic and Early Empire}, furthermore it is the second book (|number|) 
of the series  \emph{MemAmAc} (|series|).

Notice the different language-based behaviour of ›et. al.‹ for more than two authors/editors.
\printbiball[7.5em]{Fentress2003}

 
\subsubsection{Inventory catalogue}
The output of an inventory catalogue changes slightly compared to collections or something similar. 
The title is omitted and therefore there is no comma after the author’s name.
We provide two examples so you see the difference.
\begin{bibexample}[label=Kohlmeyer1983]{{@}Inbook\{Kohlmeyer1983,…\}}
@Inbook{Kohlmeyer1983,
  author       = {K. Kohlmeyer},
  booktitle    = {Tierbilder aus vier Jahrtausenden},
  year         = {1983},
  editor       = {U. Gehrig},
  booksubtitle = {Antiken der Sammlung Mildenberg},
  pages        = {20 Nr. 9},
  location     = Mainz, %@String used
}
\end{bibexample}
and the second example

\begin{bibexample}[label=Parlasca1969]{{@}Inbook\{Parlasca1969,…\}}
@Inbook{Parlasca1969,
  author    = {K. Parlasca},
  booktitle = {Helbig},
  year      = {1969},
  volume    = {III},
  edition   = {4},
  pages     = {98\psq\ Nr. 2176},
  location  = Tuebingen, %@String used
}
\end{bibexample}


\printbib[6em]{Kohlmeyer1983}
and
\printbiball[6em]{Parlasca1969}


\subsection{Type \texttt{@Article}}\label{article}
\DescribeMacro{@Article} This is probably the most common type 
because you find detailed information about specific topics in articles.

\begin{description}
\item[mandatory:] 
|author|, |title|, |subtitle|, |titleaddon|,
|journaltitle|, |shortjournal|, |volume|, |number|, |issue|
|year|, |pages|, 
\item[optional:]
|translator|, |origlanguage|,
|related|, |relatedtype|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}

Here we have an example which will explain the (required)  fields:
\begin{bibexample}[label=Evangelidis2014]{{@}Article\{Evangelidis2014,…\}}
@Article{Evangelidis2014,
  author       = {Evangelidis, Vasilis},
  title        = {Agoras {and} Fora},
  subtitle     = {Developments in the Central Public Space of the Cities of Greece during the {Roman} Period},
  journaltitle = BSA,    %@String used
  shortjournal = BSA-short,    %@String used
  volume       = {109},
  pages        = {335--356},
  year         = {2014},
  doi          = {10.1017/s006824541400015x},
}
\end{bibexample}
In line 5 and 6 you can also write the full or abbreviated journal title in the fields |journaltitle| or |shorttitle| (e.\,g. |journaltitle = {British School of Athens}|, |shortjournal = {BSA}|), but we chose to use a |@String| (cf. \cref{list-bibancient,string}) again.
\printbib[6.5em]{Evangelidis2014}


\subsection{Type \texttt{@Proceedings}}\label{proceedings}
\DescribeMacro{@Proceedings}
Similar to a collection but still different in the bibliographical output are proceedings.
Therefore we recommend  using the type |@Proceedings|.
The difference lies in the additional mandatory fields |venue|, |eventdate| and |eventtitle|. 
Everything else is like the type |@Book|.

\begin{description}
\item[mandatory:] 
%|author|/
|editor|, 
|title|, |subtitle|, |titleaddon|,
|venue|, |eventdate|, |eventtitle|,
|location|, |year|
\item[optional:]
|maintitle|, |mainsubtitle|, |maintitleaddon|, |volume|, 
|publisher|, |series|, |number|, |edition|, 
|origyear|, |origlocation|, |origpublisher|, 
|translator|, |origlanguage|,
|related|, |relatedtype|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}
 
An example:
 \begin{bibexample}[label=Kurapkat2014]{{@}Proceedings\{Kurapkat2014,…\}}
@Proceedings{Kurapkat2014,
  title        = {Die Architektur des Weges},
  year         = {2014},
  editor       = {Kurapkat, Dietmar and Schneider, Peter I. and Wulf-Rheidt, Ulrike},
  subtitle     = {Gestaltete Bewegung im gebauten Raum},
  eventtitle   = {Kolloquium Architekturreferat des DAI},
  eventdate    = {2012-02-08/2012-02-11},
  venue        = Berlin,     %@String used
  series       = DiskAB,    %@String used
  number       = {11},
  organization = {Architekturreferat des DAI},
  publisher    = {Schnell + Steiner},
  location     = Regensburg,     %@String used
  shortseries  = DiskAB-short,    %@String used
}
\end{bibexample}
%\iffalse
With |venue| we specify the place where the proceeding took place 
(e.\,g. \emph{Berlin} -- |location| is where the book was printed and is connected 
to the |publisher| e.\,g. \emph{Regensburg}),
|eventtitle| is used for a special title of the proceeding (e.\,g. \emph{Kolloquium Architekturreferat des DAI}),
|eventtitle| gives the date(range) when the proceeding was hold and has to be typed in in the format YYYY-MM-DD, 
a range has to be separated with a |/| (e.\,g.  \emph{2012-02-08/2012-02-11}).

In the bibliography the information of these additional fields will be used (of course) as this, notice how the output of the date changes according to the chosen language.
\printbiball[7.5em]{Kurapkat2014}

\subsection{Type \texttt{@Inproceedings}}\label{inproceedings}
\DescribeMacro{@Inproceedings}
This entry type works similar to |@Procecedings| and |@Incollection| and therefore the needed fields are straightforward to use:

\begin{description}
\item[mandatory:] 
|author|, |title|, |subtitle|, |titleaddon|,
|editor|,  |booktitle|, |booksubtitle|, |booktitleaddon|,
|venue|, |eventdate|, |eventtitle|,
|location|, |year|, |pages|, 
\item[optional:]
|maintitle|, |mainsubtitle|, |maintitleaddon|, |volume|, 
|publisher|, |series|, |number|, |edition|, 
|origyear|, |origlocation|, |origpublisher|, 
|translator|, |origlanguage|,
|related|, |relatedtype|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
\end{description}
 
 
 
 \begin{bibexample}[label=Torelli1991]{{@}Inproceedings\{Torelli1991,…\}}
@Inproceedings{Torelli1991,
  author     = {Torelli, Mario},
  title      = {Il \enquote{diribitorium} di Alba Fucens e il \enquote{campus} eroico di Herdonia},
  pages      = {39--63},
  editor     = {Mertens, Josef},
  booktitle  = {Comunitá indigene e problemi della romanizzazione nell’Italia centro\--meri\-dionale (IV--III sec. a.C.)},
  location   = Brussels,     %@String used
  publisher  = {Institut Historique Belge de Rome},
  year       = {1991},
  venue      = Rome #{, Academia Belgica},    %@String used
  eventdate  = {1990-02-01/1990-02-03},
  eventtitle = {Actes du Colloque International Organisé à l'Occasion du 50. Anniversaire de l'Academia Belgica et du 40. Anniversaire des Fouilles Belges en Italie},
  hyphenate  = {italian},
  language   = {italian},
  number     = {29},
  series     = {Études de philologie, d'archéologie et d'histoire anciennes},
  shorttitle = {Il \enquote{diribitorium}},
}
\end{bibexample}
It will be printed as:
 
\printbiball[5em]{Torelli1991}

 \subsection{Type \texttt{@Reference}}\label{reference}
 \DescribeMacro{@Reference}
 This entry type can be used especially for references if you want to cite it as whole or if you need to relate to a reference. 
We provide an example below---cf. \cref{inreference}

You don’t need to fill out many fields to have a working entry:
\begin{description}
\item[mandatory:] |title|, |shorthand|,
\item[optional:] 
 |editor|, |subtitle|, |titleaddon|,
 |location|, |year|
|maintitle|, |mainsubtitle|, |maintitleaddon|,
|related|, |relatedtype|,
|publisher|, |series|, |number|, |edition|, |volume|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
\end{description}

And so a complete entry is quite small:
\begin{bibexample}[label=LIMC]{{@}Reference\{LIMC,…\}}
@Reference{LIMC,
  title     = LIMC,
  keywords  = {corpus},
  options   = {corpus},
  shorthand = LIMC-short,
}
\end{bibexample}
 
But you can also have it  more detailed  like this one:
\begin{bibexample}[label=Lexikon-der-Technik]{{@}Reference\{Lexikon-der-Technik,…\}}
@Reference{Lexikon-der-Technik,
  editor    = {Otto Lueger},
  title     = {Lexikon der gesamten Technik und ihrer Hilfswissenschaften},
  date      = {1904/1920},
  edition   = {2},
  location  = Stuttgart,   %@String used
  keywords  = {corpus},
  shorthand = {Lexikon d. T.},
}
\end{bibexample}

 \subsection{Type \texttt{@Inreference}}\label{inreference}
 \DescribeMacro{@Inreference}
Besides a whole reference you can also -- and which is more likely -- cite only an entry of it via the type  |@Inreference|.

Let’s clarify matters with an example:
\begin{bibexample}[label=Neils1994]{{@}Inreference\{Neils1994,…\}}
@Inreference{Neils1994,
  author    = {Neils, Jenifer},
  title     = {Theseus},
  booktitle = LIMC-short,    %@String used
  pages     = {922--951},
  year      = {1994},
  volume    = {7.1},
  keywords  = {lexikon},
}
\end{bibexample}
You can cite this entry with any of the provided \cs{cite}-commands above---cf. \cref{cite-commands,faq:inreference}.

But for the final display of the entry  you have two possibilities:
 \begin{enumerate}
\item\label{inreference:a} 

If you want it in the default style ›author-year‹, so it will have a label and is referenced 
to your final bibliography, then you don’t have to do anything.
In the bibliography it will look like
\printbib{Neils1994}

\item\label{inreference:b} 
The \DAI has a special rule for inreferences in the footnote.
Then the output will be like:\\
|reference volume (year) pages s.v. title (author)| \\
and there will be no reference to the bibliography since the entry is fully described in the footnote.
\DescribeMacro{inreferences} If you prefer this method you have to use the preamble option called  |inreferences|---cf. \cref{inreferences}
Then it will look like this in the footnote:
\begin{examplebox}
|\footnote{\cite{Neils1994}.}|
\tcblower
\footnote{LIMC 7.1 (1994) 922--951 s. v. Theseus (J. Neils).}
\end{examplebox}
When you have the \oarg{postnote} filled out in a citation which belongs to an |@Inreference| then it won’t be printed in the end of the citation.
The |postnote| \oarg{930 Nr. 283} will be printed instead of the |pages|:
\begin{example}
\footnote{\cite[vgl.][930 Nr. 283]{Neils1994}.}
\end{example} 
\end{enumerate}

As mentioned above it is  advantageous to relate entries such as  an |@Inreference| with its |@Reference|. 
And since not all references have a ›canonical‹ abbreviation (e.\,g. RE, LIMC, DNP, LTUR, LÄ, etc.) it might be necessary to define a |shorthand|.
This is shown in the example below.
 
\begin{bibexample}[label=Weinbrenner1914]{{@}Inreference\{Weinbrenner1914,…\}}
@Inreference{Weinbrenner1914,
  author    = {Weinbrenner},
  title     = {Rennbahn},
  booktitle = {Lexikon d. T.},
  pages     = {636--637},
  year      = {1914},
  related   = {Lexikon-der-Technik},
  volume    = {9},
  number    = {2},
}
\end{bibexample}
As you see this entry is related to |Lexikon-der-Technik| which is described above and has a |shorthand = {Lexikon d. T.}|
You just need to make sure that  |booktitle| of the |@Inreference| and the |shorthand| of 
the  |@Reference| are equal so the title can be referenced properly in the bibliography.

For the following bibliography result we just typed (assuming that the entries were already cited in text):

\begin{refsection}
\nocite{Lexikon-der-Technik,Weinbrenner1914,LTUR,Neils1994}
\setlength{\labwidthsameline}{5em} 
\begin{example}
\printbibliography[keyword=corpus,title={Corpora}]
\printbibliography[notkeyword=corpus]
\end{example}
\end{refsection}


 
\subsection{Type \texttt{@Review}}\label{review}
\DescribeMacro{@Review}
Reviews in journals are best cited when they are edited as a |@Review|.
For a full citation of a review you have to name the reviewed work in detail.
The following example will show an easy way to combine the review with the reviewed work.

\begin{description}
\item[mandatory:] 
|author|, |title|, |subtitle|, |titleaddon|,
|journaltitle|, |shortjournal|, |volume|, |number|, |issue|
|year|, |pages|, 
|related|, |relatedtype|,
\item[optional:]
|translator|, |origlanguage|,
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}

What you need are two separate entries: one as a |@Review| the other is a |@Book|, |@Collection|, |@Proceedings| or something else.

First we have the reviewed work:
\begin{bibexample}[label=Welch2007]{{@}Book\{Welch2007,…\}}
@Book{Welch2007,
  author    = {Welch, Katherine E.},
  title     = {The {Roman} Amphitheatre},
  subtitle  = {From its Origins to the Colosseum},
  publisher = CUP,    %@String used
  location  = {Cambridge and New York},
  year      = {2007},
}
\end{bibexample}
then the review itself:
\begin{bibexample}[label=Bell2011]{{@}Review\{Bell2011,…\}}
@Review{Bell2011,
  author       = {Bell, Sinclair},
  number       = {1},
  pages        = {1--4},
  volume       = {115},
  journaltitle = AJA,    %@String used
  shortjournal = AJA-short,    %@String used
  related      = {Welch2007},
  relatedtype  = {reviewof},
  year         = {2011},
  publisher    = {Archaeological Institute of America},
}
\end{bibexample}
You maybe noticed that the review (|Bell2011|) is connected to the entry |Welch2007| with the field |related| in line 8.
In addition we not only need a connected work but also to qualify the relation:
This is done in line 9 with |relatedtype = {reviewof}|.
This so-called |bibstring| is especially for reviews and contains the language based correct abbreviation for \emph{Review of} or e.\,g. \emph{Rez. zu}.
You don’t have to type in all relevant information of the reviewed work in the entry of the review, 
since they will be inserted automatically and dynamically with the  |related|-function. 
So whenever settings in the reviewed work are changed the print of the review will be automatically adjusted. 
Furthermore, even if the review is cited, the reviewed work won't be listed in the bibliography until it is explicitly cited in the text.
\printbib[4em]{Bell2011}


\subsubsection{Reviews with an individual title}
Some reviews are more detailed then others and  have their own title which should be displayed in the bibliography.
In these cases you can use the field |title| the other things stay the same.

The following entry is an example which also reviews the book by \citeauthor*{Welch2007},  but with an individual title:
\begin{bibexample}[label=Hufschmid2010]{{@}Review\{Hufschmid2010,…\}}
@Review{Hufschmid2010,
  author       = {Hufschmid, Thomas},
  title        = {Von Caesars \emph{theatron kynegetikon} zum \emph{amphitheatrum novum} Vespasians},
  pages        = {487--504},
  volume       = {23},
  journaltitle = JRA,    %@String used
  shortjournal = JRA-short,    %@String used
  related      = {Welch2007},
  relatedtype  = {reviewof},
  year         = {2010},
}
\end{bibexample}
In the bibliography there will be first the individual title followed by the information of the reviewed work.

\printbib[6em]{Hufschmid2010}


\subsubsection{multiple reviewed works in one review}
Some reviews analyse several works in the same article. 
This makes no big difference for the citing or editing process.

In his review
\citeauthor{Taylor2008} not only describes the book called
 \citetitle{Welch2007} by \citeauthor{Welch2007}, 
 but at the same time compares it with \citeauthor{Sear2006}s \citetitle{Sear2006}.

The entry of the first analysed book \citetitle{Welch2007} has been described in \cref{review}.
The entry of the second reviewed book is this:
\begin{bibexample}[label=Sear2006]{{@}Book\{Sear2006,…\}}
@Book{Sear2006,
  author     = {Sear, Frank},
  title      = {Roman Theatres},
  subtitle   = {An Architectural Study},
  publisher  = OUP,    %@String used
  location   = {Oxford},
  year       = {2006},
  series     = {Oxford Monographs on Classical Archaeology},
}
\end{bibexample}

The entry of the review looks like this:
\begin{bibexample}[label=Taylor2008]{{@}Review\{Taylor2008,…\}}
@Review{Taylor2008,
  author       = {Taylor, Rabun},
  number       = {3},
  pages        = {443--445},
  volume       = {67},
  journaltitle = {Journal of the Society of Architectural Historians},
  related      = {Sear2006,Welch2007},
  relatedtype  = {reviewof},
  year         = {2008},
}
\end{bibexample}
In the field |related| you can have several \meta{bibtex-keys} which have to be separated by a comma (see line 7).

Subsequently, all information is gathered in the bibliography:
\printbib[5em]{Taylor2008}


 \subsection{Type \texttt{@Thesis}}\label{thesis}
MA and PhD theses, which are not published as a monograph or such, can be cited when they are edited as |@Thesis|.
It is important to differentiate between an entry referring to an MA or a PhD thesis;
this can be done by |type=|\marg{|phdthesis|} or
 \marg{|mathesis|}. 
You also have to define the  |institution=|\marg{university}.
 
\begin{description}
\item[mandatory:] 
|author|,
|title|, |subtitle|, |titleaddon|,
|type|, |institution|,
|year|,
\item[optional:]
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}
 

Here is an example:
\begin{bibexample}[label=Arnolds2005]{{@}Thesis\{Arnolds2005,…\}}
@Thesis{Arnolds2005,
  author      = {Markus Arnolds},
  title       = {Funktionen republikanischer und frühkaiserzeitlicher Forumsbasiliken in Italien},
  type        = {phdthesis},
  institution = {Ruprecht-Karls-Universität zu Heidelberg},
  eprint      = {urn:nbn:de:bsz:16-heidok-74406},
  eprinttype  = {urn},
  date        = {2005},
}
\end{bibexample}

Here is the entry in the bibliography:

\printbib[5.5em]{Arnolds2005}

 
 \changes{v1.1}{2015/06/04}{Umsetzung von |@thesis| im Stil.}

 \subsection{Type \texttt{@Talk}}\label{talk}
For (oral) given papers e.\,g. at a colloquium or a proceeding we created a new entry type called ›@Talk‹.

\begin{description}
\item[mandatory:] 
|author|,
|title|, |subtitle|, |titleaddon|,
|date|,
|venue|,
|institution|,
|eventtitle|,
|eventdate|,
\item[optional:]
|doi|, |url|, |urldate|, |eprint|, |eprinttype|, |note|, |pubstate|, 
 \end{description}
 
Here is an example for a  paper  given in Berlin in 2015:
\begin{bibexample}[label=Bergmann2015]{{@}Talk\{Bergmann2015,…\}}
@Talk{Bergmann2015,
  author      = {Bergmann, Birgit},
  title       = {\enquote{An exciting find}},
  date        = {2015-04-27},
  subtitle    = {Neues zum Forums-Fries der Praedia Iuliae Felicis},
  titleaddon  = {(Pompeii II, 4)},
  url         = {https://www.antikezentrum.hu-berlin.de/de/veranstaltungskalender/bibergmann},
  urldate     = {2016-05-14},
  eventtitle  = {Kolloquium der Klassischen Archäologie},
  institution = {Freie Universität Berlin},
  venue       = Berlin,
}
\end{bibexample}
The bibliography will show the entry as:

\printbib[7em]{Bergmann2015}
  
\changes{v1.5}{2016/05/31}{Rückverweis}


 \section{Bibliography}\label{bibliographie}
 \DescribeMacro{\printbibliography}
As long as you don’t use the option\DescribeMacro{seenote} |seenote|---for 
which a final bibliography is not needed---you will need to print your cited entries in a bibliography 
at a certain place in your document.
It can be useful to differentiate your bibliography and divide it e.\,g. into a bibliography 
with ancient authors and one with modern scholars.
Additionally you can have a bibliography with the |shorthand| shortcuts or all abbreviated journal titles, etc.

How the different bibliographies can be set up is explained now:
Let’s assume you want to have a bibliography with the ancient authors and one with modern scholars.
Since the entries of the ancient authors have the field |keyword={ancient}| (or should have) this is done quite easy.

But first we define the heading of the whole  bibliography:

\begin{refsection}
    \nocite{*}
    \renewcommand\bibfont{\normalfont\footnotesize}
    \setlength{\labwidthsameline}{6em} 
\begin{example}
\printbibheading[%
  heading=bibliography,%
  %heading=bibnumbered,% if you want it numbered
  title={Bibliography}] %heading for bibliography
\end{example}
You can give any title you would like to give (|title = |\marg{any title}).

The next step is to set up the bibliography for the ancient authors.

\setlength{\labwidthsameline}{6.5em} 
\begin{example}
\printbibliography[%
  keyword=ancient,%
  heading=subbibliography,
  %heading=subbibnumbered,% if you want it numbered
  title={Ancient authors and works}]
\end{example}
We tell the bibliography just to contain the entries which have |ancient| in the field |keywords| (line 2).


Finally the bibliography for modern scholars.
This time we exclude all entries which have |ancient| or |corpus| in the field |keywords|. 
That’s it.
(Don't be surprised about the line |notkeyword=corpus| which excludes entries with special |shorthand| labels, a further bibliography part with all the |shorthands| is described below.).

\setlength{\labwidthsameline}{7em} 
\begin{example}
\printbibliography[%
  notkeyword=ancient,%
  notkeyword=corpus,%
  heading=subbibliography,
  %heading=subbibnumbered,% if you want it numbered
  title={Secondary literature}]
\end{example}



You can create as many bibliographies as you wish each with another keyword if you like.
Or you can make a bibliography with all the |shorthands| used in your text---for that we use |keyword= {corpus}| (line 2):
Now the bibliography only lists the used entries which have |corpus| in the field |keywords|:
\begin{example}
\printbibliography[%
keyword={corpus},
heading=subbibliography,
title={Abbreviation of corpora}]
\label{bib:corpus}
\end{example}

\begin{marker}
 If you want to separate author-year labels from |shorthand| labels in your bibliography,  
 you should ensure that bibliography entries which contain a |shorthand| denomination 
are set with a keyword either |ancient|, |corpus| or something else, to guarantee that there is 
no bibliographical shortcut wrongly sorted in the bibliography.
\end{marker}


Furthermore you can have a bibliography for all the abbreviated journal titles and series to have the abbreviation and its long form.
For journals it works like this:
\begin{example}
\printbiblist[%
  heading=subbibliography,
  title={Abbreviation of journals}]{shortjournal}
\end{example}

For series it is done like this:
\begin{example}
\printbiblist[%
  heading=subbibliography,
  title={Abbreviation of series}]{shortseries}
\end{example}
\end{refsection}


\section{FAQ: For  Ancient (scholars of high) Quality}
\subsection{Following pages}
\DescribeMacro{\psq} If you have to cite two following pages there is the macro \cs{psq} which is best to you since it is also controlled by the set up language.
Just write the first page in the \oarg{postnote} and then the \cs{psq}---cf. \cref{Parlasca1969,Vitr:Fischer}.

\subsection{Online referencing}
\DescribeMacro{eprint}\DescribeMacro{eprinttype} If you have a paper or book which is available 
in the internet via a permanent link there are different possibilities for referring to it---see also the
 \href{http://tug.ctan.org/macros/latex/exptl/biblatex/doc/biblatex.pdf}{|bib|\LaTeX-documentation chapter 3.11.7}.\footnote{You can also use as an |eprinttype|: |arXiv|, |pubmed|, |hdl|, |googlebooks|.
}

\DescribeMacro{jstor}
 If you can refer to the on-line platform \href{www.jstor.org}{jstor} then you need the individual number for the article---cf. \cref{Ball2013}:
\begin{code}
eprint = *@\marg{jstor-number}@*
eprinttype = {jstor} 
\end{code}      
OR---cf. \cref{Osland2016}
\begin{code}
jstor = *@\marg{jstor-number}@*
\end{code}  

\DescribeMacro{urn}
For all papers referable via an ›urn‹ (\emph{Uniform Resource Name}), which have been registered at the German National Library---cf. \cref{Arnolds2005}
\begin{code}
eprint = *@\marg{urn:xxx}@*
eprinttype = {urn} 
\end{code}      

OR
\begin{code}
urn = *@\marg{urn:xxx}@*
\end{code}  

\DescribeMacro{zenon}
This eprint-form is especially designed for the OPAC (Online Public Access Catalogue) of the \DAI.
All bibliographical entries in this OPAC can be referred to via this link.
You only need to insert the individual Zenon-number of the entry, e.\,g. \emph{http://zenon.dainst.org/Record/001371402} where \emph{001371402} is the individual number---cf. \cref{Zanker2009}.

This option is set to |false| by default.
\begin{code}
eprint = *@\marg{Zenon-number}@*
eprinttype = {zenon} 
\end{code}      
OR  cf. \cref{Osland2016,Wulf-Rheidt2013}.
\begin{code}
zenon = *@\marg{Zenon-number}@*
\end{code}      


\DescribeMacro{doi} In addition you can also refer to a document via its |doi|-number---cf. \cref{Ball2013,Evangelidis2014} 
\begin{code}
doi = *@\marg{doi-number}@*
\end{code}  

If you want or don’t want to have the online references printed you can enable or disable the fields with |jstor=false|, 
|urn=false|,
|zenon=true|,
|doi=false| etc. as preamble option.

\subsection{Brackets (with @Inreference)}\label{faq:inreference}
Ensure you stick to the correct order of parentheses and brackets.
The rule says that within a pair of parentheses you have to use square brackets.
Citing |@Inreferences| can lead easily to a false behaviour when you put it in parentheses.
This is an example how it should not be done:
\begin{tcolorbox}[examplebox]
|\cite[vgl.][930 Nr. 283]{Neils1994}.| 
\tcblower
(vgl. LIMC 7.1 (1994) 930 Nr. 283 s. v. Theseus (J. Neils)). \textcolor{red}{\textbf{WRONG!!}}
\end{tcolorbox}
 
\DescribeMacro{\parencite} \DescribeMacro{\parencites}
This example shows that the correct order of parentheses has not been followed.
Especially when you activated the preamble option  |inreferences=true| \DescribeMacro{inreferences} you should use \cs{parencite}\marg{bibtex-key} instead (\cref{cite-commands}), then the correct order of parentheses and square brackets is given:
\begin{tcolorbox}[examplebox]
|\parencite[vgl.][930 Nr. 283]{Neils1994}.| 
\tcblower
(vgl. LIMC 7.1 [1994] 930 Nr. 283 s. v. Theseus [J. Neils]). \textcolor{green!50!black}{\textbf{CORRECT!}}
\end{tcolorbox}

\subsection{Unknown work}\label{unknown}
Sometimes it is impossible to ascertain the author or editor but you still want to cite them.
If you come along such a paper you can define a |label| which will be used for citing and sorting.
This is not connected to an entry type -- it can be used with any work.
In the following example we use an entry type |@Article|:
\begin{bibexample}[label=Cosa1949]{{@}Article\{Cosa1949,…\}}
@Article{Cosa1949,
  title        = {Cosa},
  subtitle     = {Republican Colony in Etruria},
  journaltitle = ClJ,
  shortjournal = ClJ-short,
  volume       = {45},
  pages        = {141--149},
  year         = {1949},
  label        = {Cosa},
  number       = {1},
}
\end{bibexample}
 The |label| (line 9) can be defined as one wishes; in this case we chose it analogous to the title: |label = {Cosa}|.
When you cite such an anonymous work it will be done like all the others,
 It will look like this:
\begin{example}
\footnote{\cite[Vgl.][145--147]{Cosa1949}.}
\end{example}
and be printed in the bibliography like this:
\printbib{Cosa1949}

\subsection{Publication status}
Sometimes you know the author of an article or a book, proceedings etc. and you get a proof of the work beforehand.
You can also cite this version of the work and provide information about the publication status in the field |pubstate|.
This field is usable with all entry types provided (except |@Talk|).
There are some predefined publication statuses which you are recommended to use since they are translated into the used language:

\DescribeMacro{inpreparation}
Typoscript is prepared for your publication. 
\begin{code}
pubstate = {inpreparation}
\end{code}

\DescribeMacro{submitted}
Typoscript has been submitted.
\begin{code}
pubstate = {submitted}
\end{code}

\DescribeMacro{forthcoming}
Typoscript has been accepted by the journal.
\begin{code}
pubstate = {forthcoming}
\end{code}

\DescribeMacro{inpress}
Typescript has been edited and you have a proof version of it.
\begin{code}
pubstate = {inpress}
\end{code}

\DescribeMacro{prepublished}
Article has been published in an (online) preversion.
\begin{code}
pubstate = {prepublished}
\end{code}


This following example is about an article which was accepted by the journal and so we use |pubstate = {forthcoming}|:
\begin{bibexample}[label=Bossert:forthcoming]{{@}Article\{Bossert:forthcoming,…\}}
@Article{Bossert:forthcoming,
  author       = {Lukas C. Bossert},
  title        = {\ldots\ \textsc{in formam anitqvam restitvto}?},
  subtitle     = {Überlegungen zur Inschrift der ›Porticus Deorum Consentium‹ (CIL\,VI 102) und ihren Ergänzungen im 19.{\,}Jh.},
  journaltitle = {BeStAR. Berliner Studien zum Antiken Rom},
  shortjournal = {BeStAR},
  volume       = {2},
  pubstate     = {forthcoming},
}
\end{bibexample}

\printbib[8em]{Bossert:forthcoming}


\subsection{Print the used options}
If you want to print the options  of the |bib|\LaTeX -style |archaeologie| you used in your document you can use the command \cs{archaeologieoptions}.
It will list all options used:
\begin{otherlanguage}{ngerman}
\begin{example}
\archaeologieoptions
\end{example}
\end{otherlanguage}
If you do not want to have the text in the beginning (which is defined in English and in German) you can get rid of them with the optional argument  \cs{archaeologieoptions}\texttt{[plain]}
\begin{example}
\archaeologieoptions[plain]
\end{example}

You can print the version of this style with |\archaeologieversion| 
\begin{example}
\archaeologieversion
\end{example}
or the date of this version with |\archaeologiedate|.
\begin{example}
\archaeologiedate
\end{example}

\subsection{Print the cited authors of secondary literature}
In case you want to have an index about the authors you cited in your text,
you can do that quite easily.
We coded it that way so authors of ancient sources (e.\,g. Cicero) will be omitted in that index (when these entries have |options={ancient}| or |options={frgancient}|).

First you have to activate indexing in the package |biblatex|:
\begin{code}
\usepackage[style=archaeologie,%
          indexing=cite,
          *@\meta{further options}@*]{biblatex}
\end{code}
|cite| will enable indexing in citations only, 
you can also do |bib| which will enable indexing in the bibliography only.
Or |true| so in citations and in the bibliography (|false| is the default setting).

Then you have to load a package for indexing,
we suggest using the package |imakeidx| since you can create multiple indexes with it.
If you have only one index which will be used for the authors of secondary literature you can pass several options to it.
 \begin{code}
\usepackage{imakeidx}
\makeindex[%
  title=Index of  authors,
  columns=3,
]
\end{code}   

Now you only need to place \cs{printindex} whre you want to have the index.
\begin{marker}
If you have the option \texttt{initials} activated your index will have some issues with names that are being shortend automatically.\label{initials:index}
We are working on it, see the issue on \href{https://github.com/LukasCBossert/biblatex-archaeologie/issues/97}{GitHub} and on \href{http://tex.stackexchange.com/q/330971/98739}{\TeX.sx} for more information.\footnote{So far we can only offer a work-around:
Go into your \texttt{.bbl}-file which is in the same folder as your \texttt{.tex}-file.
Replace |family=\{\{|\meta{Ch / Chr / Ph / St / Th}|\}| with |family=\{|\meta{Ch / Chr / Ph / St / Th}.
Then compile your document one more time. You will have the initials in the text, 
and the index looks fine. 
Be aware that after running \texttt{biber} you have to repeat this step.}
\end{marker}


\subsection{Variant ways of entries in year/date-field}
Sometimes you have a range of years of a publication because it is maybe a sequence of volumes.
Let us take as example the \citetitle{LTUR}:
\begin{bibexample}[label=LTUR]{{@}Reference\{LTUR,…\}}
@Reference{LTUR,
  editor    = {Steinby, Eva Margareta},
  title     = LTUR, %@String used
  date      = {1993/2000},
  publisher = EQ, %@String used
  location  = Rome, %@String used
  keywords  = {corpus},
  options   = {corpus},
  shorthand = LTUR-short, %@String used
}
\end{bibexample}
\printbib[4em]{LTUR}

Since this reference-series is completed we define the first and last year by using |date = {1993/2000}|. Be sure \emph{not}  using field |year| but instead |date| since |year| cannot cope with date ranges dependably.

Let us take a look at another example:
\begin{bibexample}[label=DeVisscher1951-1952]{{@}Article\{DeVisscher1951-1952,…\}}
@Article{DeVisscher1951-1952,
  author       = {de Visscher, Fernand and Mertens, Joseph},
  title        = {Les puits du Forum d'Alba Fucense},
  journaltitle = BCom, %@String used
  shortjournal = BCom-short, %@String used
  volume       = {74},
  pages        = {3--13},
  date         = {1951/1952},
}
\end{bibexample}
This time the article appeared in an issue which covers two years (\citedate{DeVisscher1951-1952}) and we want them to appear in the label.
That is why we have to use the field |date| instead of |year|.
\printbib[11em]{DeVisscher1951-1952}
By the way, if you want to cite only the year of publication use |\citedate|\marg{bibtex-key} and not |\citeyear|\marg{bibtex-key} since the field |year| will only give you the first year.


%\begin{multicols}{1}
{\footnotesize
%\lstlistoflistings
\tcblistof[\section]{bibexample}{List of Examples}}
%\end{multicols}
\section{Additional bibliography with ancient authors and works}\label{list-bibancient}
The bibliography |archaeologie-bibancient.bib| is filled with ancient authors, works and their abbreviation according to  The New Pauly.
The bold entry on the left is the |bibtex-key|.\footnote{If you think the list should be enlarged, let us know the entries.}
All the entries have the fields  |keywords={ancient}|, |options={ancient}|.

\begin{multicols}{3}
  \input{archaeologie-ancient.tex}
\end{multicols}
 \changes{v1.5}{2016/05/31}{Antike Bibliographie}


\section{Additional bibliography with corpora}\label{list-bibcorpora}
List of corpora in ancient studies |archaeologie-bibcorpora.bib|.
This activates the other additional bibliography |archaeologie-lstabbrv.bib| automatically.
The bold entry on the left is the |bibtex-key|.\footnote{If you think the list should be enlarged, let us know the entries.}
All the entries have |keywords={corpus}|, |options={corpus}|.
\begin{multicols}{2}
  \input{archaeologie-corpora.tex}
\end{multicols}
 \changes{v1.5}{2016/05/31}{Antike Bibliographie}

\section{List of locations}\label{list-locations}
\DescribeMacro{lstlocations}If you use the option |lstlocations| it will load an additional bibliography called |archaeologie-lstlocations.bib|.\footnote{If you think the list should be enlarged, let us know the entries.} 
Below you find a list with the available locations in five (at maximum) different languages.
The bold entry on the left is to use for |location=|\meta{location} -- do not put \meta{location} into |{}|.
In these examples we used such |@Strings|:
\cref{Mundt2015,Emme2013,Neufert2002,Wulf-Rheidt2013,Cic:Sest,Fest,CIL,Mann2011,Zanker2009,%
MacDonald1986,Kohlmeyer1983,Parlasca1969,Kurapkat2014,Torelli1991,%
Lexikon-der-Technik,Bergmann2015,LTUR}


\begin{multicols}{3}
\begin{description}\footnotesize
\item[Aix-la-Chapelle] <-- English\newline German: Aachen\newline Italian: \newline Spanish: Aquisgrán\newline French: Aix-la-Chapelle
\item[Athens] <-- English\newline German: Athen\newline Italian: Atene\newline Spanish: Atenas\newline French: Athènes
\item[Augsburg] <-- English\newline German: Augsburg\newline Italian: Augusta\newline Spanish: Ausburgo\newline French: Augsbourg
\item[Basle] <-- English\newline German: Basel\newline Italian: Basilea\newline Spanish: Basilea\newline French: Basel
\item[Berlin] <-- English\newline German: Berlin\newline Italian: Berlino\newline Spanish: Berlín\newline French: Berlin
\item[Brussels] <-- English\newline German: Brüssel\newline Italian: Bruxelles\newline Spanish: Bruselas\newline French: Bruxelles
\item[Cologne] <-- English\newline German: Köln\newline Italian: Colonia\newline Spanish: Colonia\newline French: Cologne
\item[Copenhagen] <-- English\newline German: Kopenhagen\newline Italian: Copenaghen\newline Spanish: Copenhague\newline French: Copenhague
\item[Dresden] <-- English\newline German: Dresden\newline Italian: Desda\newline Spanish: Dresde\newline French: Dresde
\item[Florence] <-- English\newline German: Florenz\newline Italian: Firenze\newline Spanish: Firenze\newline French: Florence
\item[Frankfort-on-the-Main] <-- English\newline German: Frankfurt am Main\newline Italian: Francoforte sul Meno\newline Spanish: Francfort del Meno\newline French: Francfort-sur-le-Main
\item[Freiburg] <-- English\newline German: Freiburg (i. Breisgau)\newline Italian: Friburgo in Brisgovia\newline Spanish: Friburgo de Brisgovia\newline French: Fribourg-en-Brisgau
\item[Goettingen] <-- English\newline German: Göttingen\newline Italian: Gottinga\newline Spanish: Gotinga\newline French: Gœttingue
\item[Hamburg] <-- English\newline German: Hamburg\newline Italian: Amburgo\newline Spanish: Hamburgo\newline French: Hambourg
\item[Leipzig] <-- English\newline German: Leipzig\newline Italian: Lipsia\newline Spanish: Leipzig\newline French: Leipzig
\item[London] <-- English\newline German: London\newline Italian: Londra\newline Spanish: Londres\newline French: Londres
\item[Louvain] <-- English\newline German: Löwen\newline Italian: Lovanio\newline Spanish: Lovaina\newline French: Louvain
\item[Mainz] <-- English\newline German: Mainz am Rhein\newline Italian: Magonza\newline Spanish: Maguncia\newline French: Mayence
\item[Milan] <-- English\newline German: Mailand\newline Italian: Milano\newline Spanish: Milán\newline French: Milan
\item[Munich] <-- English\newline German: München\newline Italian: Monaco (di Bavaria)\newline Spanish: Múnich\newline French: Munich
\item[Naples] <-- English\newline German: Neapel\newline Italian: Napoli\newline Spanish: Napoli\newline French: Naples
\item[Paris] <-- English\newline German: Paris\newline Italian: Parigi\newline Spanish: París\newline French: Paris
\item[Regensburg] <-- English\newline German: Regensburg\newline Italian: Ratisbona\newline Spanish: Ratisbona\newline French: Ratisbonne
\item[Rome] <-- English\newline German: Rom\newline Italian: Roma\newline Spanish: Roma\newline French: Rome
\item[Saarbrucken] <-- English\newline German: Saarbrücken\newline Italian: \newline Spanish: Saarbruck\newline French: Saarbruck
\item[Stuttgart] <-- English\newline German: Stuttgart\newline Italian: Stoccardo\newline Spanish: Estútgart\newline French: Stuttgart
\item[Trier] <-- English\newline German: Trier\newline Italian: Treviri\newline Spanish: Trèveris\newline French: Trèves
\item[Tuebingen] <-- English\newline German: Tübingen\newline Italian: Tubinga\newline Spanish: Tubinga\newline French: Tubingue
\item[Vienna] <-- English\newline German: Wien\newline Italian: Vienna\newline Spanish: Viena\newline French: Vienne

\end{description}
\end{multicols}
\section{List of publishers}\label{list-publishers}
Below there is a list with\DescribeMacro{@String} |@String| (in \textbf{bold} letters on the left), which you can use for the field |publisher|.\footnote{If you think the list should be enlarged, let us know the entries.}
In these examples we used such |@String|:
\cref{Mundt2015,Quint:inst,Emme2013,Neufert2002,Wulf-Rheidt2013,Cic:Att,Cic:Sest,Zanker2009,Zanker1988,MacDonald1986,Carter2014,Fentress2003,Welch2007,Sear2006}

\begin{multicols}{2}
\begin{description}\footnotesize
\item[AWi] Artemis \& Winkler
\item[CHB] C.\ H.~Beck
\item[COUP] Cornell University Press
\item[CUP] Cambridge University Press
\item[EdB] L'erma di Bretschneider
\item[EQ] Edizioni Quasar
\item[FZ] Franz Steiner
\item[GLF] Gius. Laterza \& Figli Spa
\item[HUP] Harvard University Press
\item[JHUP] Johns Hopkins University Press
\item[JPGM] J. Paul Getty Museum
\item[MI] Michael Imhof
\item[MIT] MIT Press
\item[OUP] Oxford University Press
\item[PUP] Princeton University Press
\item[PSUP] Pennsylvania State University Press
\item[PvZ] Philip von Zabern
\item[stw] suhrkamp taschenbuch wissenschaft
\item[TopoiB] Topoi. Berliner Studien der Alten Welt
\item[UCP] University of California Press
\item[UMP] University of Michigan Press
\item[UTP] University of Texas Press
\item[UWP] University of Wisconsin Press
\item[VML] Verlag Marie Leidorf
\item[VR] Vandenhoeck \& Ruprecht
\item[VS] Verlag für Sozialwissenschaften
\item[VT] Vieweg+Teubner
\item[WBG] Wissenschaftliche Buchgesellschaft
\item[WdG] Walter de Gruyter
\item[YUP] Yale University Press
\end{description}
\end{multicols}
\section{List of abbreviation according to the \DAI-guidelines}\label{abbrv-lists}
We modified the lists with abbreviations of journals, corpora, etc. to make them usable with |bib|\LaTeX.
Below there are two lists with\DescribeMacro{@String} |@String| (in \textbf{bold} letters on the left), 
one with the abbreviations (\cref{liste-kurz}), the other with the long forms  (\cref{liste-lang}).

We recommend  looking up the journal names in the list and inserting the |@String| in the fields  |journaltitle| and |shortjournal|, or |series| and |shortseries|.


\subsection{Short form} \label{liste-kurz}
\begin{multicols}{2}
\input{archaeologie-lstabbrv-short.tex}
\end{multicols}


\subsection{Long forms}\label{liste-lang}
\DescribeMacro{noabbrv}
To see the long forms of journal titles or series you have to switch on the option  |noabbrv|.
%\begin{multicols}{1}
\input{archaeologie-lstabbrv.tex}
%\end{multicols}


 \changes{v1.1}{2015/07/06}{Erstellung der Liste mit Abkürzungen}


%%\clearpage
%%\section{Umsetzung}
%%\label{driver}
%%|archaeologie| consists of various files:
%%There is one file that takes care of the bibliography (|bbx|) 
%%another looks after the citation-style  (|cbx|)
%%and several files which are necessary for the individual languages (|lbx|),
%%furthermore there is a |dbx|-file.
%%
%%%http://tex.stackexchange.com/questions/95036/continue-line-numbers-in-listings-package
%%\subsection{archaeologie.bbx}
%%|archaeologie| baut auf dem |standard|-Stil von |biblatex| auf, der entsprechend geladen werden muss.
%% \DescribeMacro{bbx}
%% \StartLineAt{13}
%%\begin{code}[style=code]
%%\ProvidesFile{archaeologie.bbx}%
%%               [2016/05/31 v2.0  archaeologie -- %
%%                biblatex for archaeologists, 
%%                historians and philologists, bbx-file]
%%\RequireBibliographyStyle{standard}
%%\end{code}
%%
%%It continues with all required settings
%%\ContinueLineNumber
%%\begin{code}[style=code]
%%\AtBeginDocument{%
%%    \urlstyle{sf}%
%%    \typeout{* * * archaeologie * * *  
%%        biblatex for archaeologists, 
%%               historians and philologists}
%%}
%%\ExecuteBibliographyOptions{%
%%pagetracker=true,%
%%citecounter=true,%
%%giveninits=true,%
%%sortlocale=auto,%
%%language=auto,%
%%autolang=other,%
%%bibencoding=utf8,%
%%dateabbrev=false, %
%%sorting=nyt,%
%%maxnames=2,% 
%%minnames=1,%
%%maxitems=1,%
%%maxbibnames=999,%
%%}
%%\end{code}
%% \StartLineAt{426}
%%\begin{code}[style=code]
%%\renewbibmacro*{journal}{%
%%  \ifboolexpr{test {\iffieldundef{shortjournal}} %
%%            or bool {bbx:noabbrevs}}%
%%    {\printtext[journaltitle]{%
%%       \printfield[titlecase]{journaltitle}%
%%       \setunit{\subtitlepunct}%
%%       \printfield[titlecase]{journalsubtitle}}}%
%%    {\printfield{shortjournal}}%
%%    }
%%\end{code}
%%    

%\subsection{archaeologie.cbx}

 \changes{v0.1}{2015/06/04}{Started Project}
 \changes{v1}{2015/09/15}{First public version}
%\PrintChanges
%\PrintIndex

%\fi
\end{document}