summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-chicago/doc/examples/cms-dates-intro.tex
blob: 955b989e6a2f6fd24411b2293be3220e4404d3e9 (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
\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
%\usepackage{endnotes}
\usepackage[latin1]{inputenc}
\usepackage[german,french,american]{babel}
\usepackage[autostyle]{csquotes}
%\usepackage[document]{ragged2e}
\usepackage[authordate,backend=biber,autolang=none,booklongxref=false,%
bibencoding=latin1,postnotepunct,compresspages,strict,%
annotation]{biblatex-chicago}
% \usepackage[style=chicago-authordate,backend=biber,usecompiler=true,%
% babel=hyphen,bibencoding=auto,sorting=nyt,cmslos,autocite=inline]{biblatex}
\usepackage{lmodern}
\usepackage{gentium}
%\renewcommand*{\rmdefault}{fgn}% The font (gentium) used for pdf
\usepackage{ifthen}
\usepackage{setspace}
\usepackage{vmargin} \setpapersize{A4}
\setmarginsrb{1in}{20pt}{1in}{.5in}{1pt}{2pt}{0pt}{13pt}
\usepackage{url}
\urlstyle{rm}
\appto\bibsetup{\sloppy}
\hyphenation{evans-ton clem-ens mc-hugh}
\setlength{\dimen\footins}{9.5in}
\setlength{\parindent}{0pt}
\setlength{\parskip}{5pt}
\providecommand{\theendnote}{}
\protected\def\onethird{{\scriptsize\raisebox{.7ex}{1}%
    \hspace{-0.1em}\raisebox{.2ex}{/}\hspace{-0.03em}3}}
\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
\newcommand{\mycolor}{}%[1]{\textcolor[HTML]{228B22}{#1}}
\usepackage{xr-hyper}
\externaldocument[cms-]{../../Docs/biblatex-chicago}%
\externaldocument[trad-]{cms-trad-appendix}
\usepackage[pdftex,hyperref,svgnames]{xcolor}
\usepackage[pdftex,colorlinks,urlcolor=DarkSlateGrey,citecolor=MidnightBlue,
plainpages=false,breaklinks=true,linkcolor=DarkSlateGrey,filecolor=Teal,
baseurl=biblatex-chicago.pdf\#]{hyperref}
\usepackage{cmsdocs}
\bibliography{dates-test}
%%\onehalfspacing
%\tracingstats=2
\begin{document}

\section*{The Chicago Author-Date Specification}
\label{sec:spec}

This file is intended as a brief introduction to the Chicago
author-date specification (16th ed.) \autocite{chicago:manual} as
implemented by \textsf{biblatex-chicago}, and falls somewhere in
between the \enquote{Quickstart} section of
\textsf{biblatex-chicago.pdf} and the full documentation as presented
in section~5 \cmssecref{cms-sec:authdate} of that same document.  I've
attempted to design this introduction for ease of cross-reference, so
clicking on citations should bring you to the reference list entry,
whence clicking on the entry key in the annotations should present you
with the entry as it appears in the .bib file, where clicking on the
entry type should return you to the reference list.  If you have
questions beyond the scope of this introduction, then the full
documentation is the place to look next --- marginal notes here refer
to section or page numbers there, and if you've installed the package
using the standard \TeX\ Live method then clicking on these marginal
notes should take you to the other document.  If you can't find
answers there, please write to me at the email address in
\textsf{biblatex-chicago.pdf}.

\subsection*{Important Note}
\label{bibernote}

Starting with \textsf{biblatex} version 1.5, in order to adhere to the
author-date specification you will need to use \textsf{Biber} to
process your .bib files, as \textsc{Bib}\TeX\ (and its more recent
variants) will no longer provide all the features the style requires.
For this release, you really need the current versions of
\textsf{Biber} (2.10) and \textsf{biblatex} (3.10), which contain
features and bug-fixes on which my own code relies.  The advice that
follows in this document assumes that you are using \textsf{Biber}; if
you wish to continue using \textsc{Bib}\TeX\ then you need
\textsf{biblatex} version 1.4c and \textsf{biblatex-chicago} 0.9.7a.

\subsection*{Editions}
\label{editions}

The 16th edition of \emph{The Chicago Manual of Style} implements
significant changes to what the author-date specification has,
historically, recommended, and there are certain to be users who
prefer the older format with titles capitalized sentence-style and
not, in the case of most un-book-like entries, enclosed in quotation
marks.  For such users, the \textsf{authordate-trad} style, as
envisaged by the \textcite[15.45]{chicago:manual}, grafts the
traditional Chicago author-date title formatting onto the current
recommendations for the remainder of the reference apparatus.  Please
consult
\href{file:cms-trad-appendix.pdf}{\textsf{cms-trad-appendix.pdf}} for
notes on the few .bib entries from this introduction that would
require modification for the \texttt{trad} style; for the remainder,
you'll notice a few extra sets of curly braces in various
\textsf{title} fields to make the entry usable in both author-date
styles.  I have removed the 15th-edition styles from the package to
prepare for the appearance of the new 17th-edition styles, which will
be the focus of my attention, after this last 16th-edition release.

\subsection*{Usage}
\label{usage}

As a general rule, you'll probably want to use the \cmd{autocite}
command for most citations.  For most sources, the result will be
exactly as you expect it to be.  A few examples:
\autocite{adorno:benj}; \autocite{ashbrook:brain};
\autocite{babb:peru}; \autocite{barcott:review}.  Any page references
should also appear as you expect: \autocite[338]{batson};
\autocite[79]{beattie:crime}; \autocite[36]{boxer:china}.

\subsection*{Repeated citations}
\label{sec:ibidem}

Repeated citations are somewhat complicated.  The Chicago author-date
style doesn't use \enquote{\emph{Ibid},} but in general a repeated
citation on the same page will print only the page reference:
\autocite{browning:aurora}; \autocite[45]{browning:aurora}.
Technically, this should only occur when a source is cited
\enquote{more than once in one paragraph}
\autocite[15.26]{chicago:manual}, so you can use the \cmd{citereset}
command from \textsf{biblatex} to achieve the greatest compliance, as
the package only offers automatic resetting on part, chapter, section,
and subsection boundaries, while \textsf{biblatex-chicago}
automatically resets the tracker at page breaks:

\citereset\cmd{citereset}\ \autocite[15.27]{chicago:manual}.  If you
are going to repeat a source, make sure that the cite command provides
a postnote --- when using \textsf{biblatex-chicago} you'll no longer
get any annoying empty parentheses, but you will get another standard
citation, which may add too much clutter: \autocite{chicago:manual}.
If you don't need to cite a specific page, then it may be better, or
at least more concise, only to use one citation command rather than
two.

\subsection*{Other citation commands}
\label{sec:other}

The other \cmssecref{cms-sec:cite:authordate} citation commands from
\textsf{biblatex} also work fine:

\cmd{textcite}: \textcite{conley:fifthgrade}; \cmd{autocite*}:
\autocite*{connell:chronic}; \cmd{cite}: \cite{conway:evolution};
\cmd{cite*}: \cite*{davenport:attention}; \cmd{foot\-note} with
\cmd{autocite};\footnote{\autocite{donne:var}.}\ \cmd{footcite}
(=\cmd{cite} inside a \cmd{footnote}).  \footcite{dunn:revolutions}

Multicites should work as you expect, too:

\cmd{autocites}: \autocites{dyna:browser}{eliot:pound};
\cmd{autocites} by the same author:
\autocites{pirumova}{pirumova:russian}; \cmd{autocites} by the same
author with postnotes: \autocites{pirumova}[14]{pirumova:russian};
\cmd{textcites} by the same author with postnotes:
\textcites[37]{pirumova}{pirumova:russian}.

\textsf{Biblatex-chicago} now also provides a \cmd{gentextcite}
command, which prints an \gentextcite{author:forthcoming} name in the
genitive case in what is otherwise a standard \cmd{textcite}.  If you
want to change the default -- \textbf{'s} -- printed there you can
specify whatever text you wish like so:
\cmd{gentextcite[<ending>][][]\{entry:key\}}.  There is also a
\cmd{gentextcites} command, modified thus:
\cmd{gentextcites[<ending>]()()[][]\{key1\}\{key2\}}.

\subsection*{Shorthands}
\label{sec:shorthands}

Chicago's author-date style
\cmssecref[shorthand]{cms-sec:ad:shorthand} only seems to recommend
the use of shorthands as abbreviations for long authors' names,
particularly institutional names \autocite[15.36]{chicago:manual}.  By
default, I have followed this recommendation: \cmd{autocites}:
\autocites{bsi:abbreviation}{iso:electrodoc}; \cmd{textcites}:
\textcites{bsi:abbreviation}{iso:electrodoc}.  This \textsf{shorthand}
will by default appear at the head of the entry in the list of
references, followed by the parenthesized expansion of the shorthand,
taken from the \textsf{author} field.  (This is a change from the 15th
edition.)  You will usually also need a \textsf{sortkey} field to make
sure that the entry is alphabetized by the \textsf{shorthand} rather
than by the \textsf{title}.  If you use a
\cmd{printbiblist\{shorthand\}} command, the list of shorthands will
still be printed, so you now have a variety of options available for
presenting the expansions depending on your specific requirements.
Please note, also, that you can get back something approaching the
\enquote{standard} behavior of shorthands if you give the
\texttt{cmslos=false} option to \textsf{biblatex-chicago} in your
document preamble.

\subsection*{Mildly problematic entries}
\label{sec:problematic}

In most \cmssecref[author]{cms-sec:ad:author} entries, the absence of
an author can be supplied by, e.g., an editor or a translator:
\autocite{chaucer:alt}; \autocite{silver:gawain}.  Sometimes an
anonymous work's author is known or can be guessed:
\autocite{horsley:prosodies}; \autocite{cook:sotweed}.  Alternatively,
in some cases the \textsf{title} may appear in place of the
\textsf{author}: \autocite{anon:stanze};
\autocite{virginia:plantation}.  The 16th edition is less than
enthusiastic about the use of \enquote{\texttt{Anon.}}\ as author.

By default, in most \cmssecref[date]{cms-sec:ad:date} entry types, an
absent \textsf{date} will automatically provoke \textsf{Biber} into
searching for other sorts of dates in the entry, in the order
\textsf{year, eventyear, origyear, urlyear}: e.g.,
\autocite{evanston:library}, which only has a \textsf{urlyear}.  In
three entry types --- \textsf{Music}, \textsf{Review}, and
\textsf{Video} --- this search order is \textsf{eventyear, origyear,
  year, urlyear}, as in these types the earliest year should take
precedence (cf.\ page~\pageref{sec:audiovisual}, below).  You can also
change the default search order, for all but the three types just
mentioned, by using the \texttt{cmsdate} option in the preamble of
your document, instead of (or in addition to) using it in the
\textsf{options} field of individual entries.  Setting that option in
the preamble either to \enquote{\texttt{both}} or
\enquote{\texttt{on}} makes the document-wide search order:
\textsf{origyear, year, eventyear, urlyear}.  This may be useful for
documents that contain many entries with multiple dates, and where you
want \emph{always} to present the earlier (i.e., \textsf{orig}) dates
at the head of reference list entries and in citations.  You can
eliminate some of these dates from the running, or change the search
order, using the \cmd{DeclareLabeldate} command in your preamble, but
please be aware that I have hard-coded the possibilities above into
the author-date style in order to cope with some tricky corners of the
specification.  If you reorder these dates, and your references enter
these tricky corners, the results might be surprising.  (Cf.\
section~4.5.8 in \textsf{biblatex.pdf}.)

In most entry types, the absence of all four possible dates will
automatically produce \mbox{\enquote{\texttt{n.d.}\hspace{-2pt}}}
instead: \autocite{bernstein:shostakovich}.  You can also give it
yourself in the form \cmd{bibstring\{nodate\}}:
\autocite{ross:thesis}.  A date that can be guessed should appear
within square brackets: \autocite{clark:mesopot}.  You can handle
forthcoming works in one of two ways: either by using the
\cmd{autocap} macro and the \textsf{year} (instead of the
\textsf{date}) field, or by placing the exact string
\texttt{forthcoming} in the \textsf{pubstate} field.  Either way the
word will appear, correctly capitalized, in both citations and the
list of references: \autocite{author:forthcoming};
\autocite{contrib:contrib}.

The 16th edition of the \emph{Manual} has changed the rules for
entries with more than one date \autocite[15.38]{chicago:manual}.
First, \textsf{Music}, \textsf{Review}, and \textsf{Video} entries
have their own rules, which are applied automatically.  (Once again,
see page~\pageref{sec:audiovisual}, below.)  For other entry types,
there are two options, corresponding to two different states of the
\texttt{cmsdate} entry (or preamble) option.  The default is
\texttt{cmsdate=off}: \autocite{maitland:equity}.  Here, setting the
\textsf{pubstate} field to \texttt{reprint} ensures that a notice of
the original publication date will be printed at the end of the
reference list entry.  Alternatively, you can use
\texttt{cmsdate=both}: \autocite{emerson:nature};
\autocite{maitland:canon}.  \texttt{cmsdate=new} and
\texttt{cmsdate=old} are both now synonyms of \texttt{both}, while
\texttt{cmsdate=on} is still available even though it falls outside
the specification: \autocite{james:ambassadors}.  These options, in
combination with others available in your .bib files, can cover a wide
range of difficult cases.  Please see the next section below, and also
the following entries in \textsf{dates-test.bib}:
\autocites{schweitzer:bach}{white:russ}{white:ross:memo}.

\subsection*{Corners of the specification}
\label{sec:corners}

In some cases, the \emph{Manual} isn't altogether clear about how to
present entries in the author-date style.  By following up on
suggestions from the notes \&\ bibliography style, one can be
reasonably certain about most of what follows, but if you interpret
the specification differently please let me know.

\subsubsection*{InReference entries}
\label{sec:inref}

These present \cmssecref[inreference]{cms-sec:ad:inreference} several
peculiarities: the title of the work should always take the place of
any author, no \enquote{\texttt{n.d.}\hspace{-2pt}} will automatically
be provided, and any postnote field will be enclosed in quotation
marks preceded by \enquote{\texttt{s.v.}\hspace{-2pt}} for
\enquote{\emph{sub verbo}.}  This allows you to refer to alphabetized
articles in well-known reference works: \autocite[Hume,
David]{ency:britannica}; \autocite[Sibelius, Jean]{grove:sibelius};
\autocite[BibTeX]{wikiped:bibtex}.

\subsubsection*{Author-less Article, Review, and Manual entries}
\label{sec:authless:art}

In \textsf{Article} and \textsf{Review} entries
\cmssecref[article]{cms-sec:ad:article} with the \texttt{magazine}
entrysubtype, the absence of an author automatically places the
\textsf{journaltitle} of the periodical in citations and at the head
of the entry in the list of references: \autocite{gourmet:052006}.
(Without the entrysubtype, you'll get the \textsf{title} at the head
rather than the \textsf{journaltitle}.)  You can cite newspaper and
magazine articles entirely within the text, i.e., without them
appearing in the reference list \autocite[15.47]{chicago:manual}, if
you set the \texttt{cmsdate=full} entry option:
\autocite{lakeforester:pushcarts}; \autocite{nyt:trevorobit}.  In
\textsf{Manual} entries, the \textsf{organization} field does the
same: \autocite{dyna:browser}.  If you wish to present an abbreviated
form of the organization name in citations only, then the
\textsf{shortauthor} field --- or in other cases the
\textsf{shorthand} field --- is the place for it:
\autocite{bsi:abbreviation}.  For abbreviated \textsf{journaltitles},
you can use \textsf{shortjournal}, which also allows you, should you
wish, to provide a list of abbreviated journal names with their
expansions using \cmd{printbiblist\{shortjournal\}}:
\autocite{unsigned:ranke}.

\subsubsection*{Misc entries with an entrysubtype}
\label{sec:misc}

When \cmssecref[misc]{cms-sec:ad:misc} citing individual letter-like
pieces from an unpublished archive where only an \textsf{origdate} is
present, you no longer need to set the \texttt{cmsdate} option in your
.bib entry, as \textsf{Biber} and \textsf{biblatex-chicago} now handle
this automatically: \autocite{creel:house}.  Non-letters, e.g.,
interviews, use the \textsf{date} field, so you don't need
\texttt{cmsdate} there, either: \autocite{spock:interview}.  For
undated pieces you can put \cmd{bibstring\{nodate\}} in the
\textsf{year} field: \autocite{dinkel:agassiz}.  For citing whole
collections, see the next section.

\subsubsection*{entrysubtype = \{classical\}}
\label{sec:classical}

This option's \cmssecref[entrysubtype]{cms-sec:ad:entrysubtype} name
derives from its use for citing texts from classical antiquity, though
in the author-date style especially it can be put to use in several
other contexts.  In a nutshell, any entry with such an
\textsf{entrysubtype} will be treated, in citations only, not as
author-date but as author-title.  (Entries in the list of references,
e.g., a particular edition of Aristotle, will still appear in standard
author-date format.)  A \cmd{cite*} or \cmd{autocite*} command will,
in such a case, produce the title rather than the year.  Some examples
should make this clearer:

%\enlargethispage{-\baselineskip}

Classical works: without abbreviation:
\autocite{aristotle:metaphy:trans}; with abbreviation:
\autocite{aristotle:metaphy:gr}; \autocite{plato:republic:gr}; using
standard pagination: \autocite*[3.2.996b5--8]{aristotle:metaphy:gr};
\autocite*[420e]{plato:republic:gr}; work cited by page of a modern
edition, i.e., without \textsf{entrysubtype}:
\autocite[198]{euripides:orestes}.

Sacred works, e.g., the Bible and the Qur'an:
\autocite[25:19--36:43]{genesis}.

An unpublished archive, from which more than one work has been cited:
\autocite[file 12]{house:papers}.  (Both this and the previous example
use a Misc entry with \texttt{classical} \textsf{entrysubtype}.)

\subsubsection*{Comments inside citations}
\label{sec:comments}

If you wish to include a comment inside the parentheses of a citation,
it will need to be separated by a semicolon
\autocite[15.23]{chicago:manual}.  If you have a \textsf{postnote},
then you can manually provide the punctuation and comment in that
field, e.g., \autocite[4; the unrevised trans.]{stendhal:parma}.
Without a \textsf{postnote}, you have two choices.  You can enable the
\texttt{postnotepunct} package option, which allows you simply to type
\cmd{autocite[; the unrevised trans.]\{stendhal:\\parma\}}
\citereset\autocite[; the unrevised trans.]{stendhal:parma}, or you
can continue to use a separate \textsf{Misc} or \textsf{CustomC} entry
containing just the text of the comment in the \textsf{title} field,
\textsf{entrysubtype} \texttt{classical}, and \textsf{options}
\texttt{skipbib}.  An \cmd{autocites} command calling both the main
text and the comment will then do the trick, e.g.,
\autocites{chicago:manual}{chicago:comment}.

\subsubsection*{Multiple authors}
\label{sec:multiple}

The default settings in \textsf{biblatex-chicago} are
\texttt{maxnames=3,minnames=1} in citations and
\texttt{max\-bibnames=10,minbibnames=7} in the list of references
(these latter parameters set in \textsf{biblatex-chicago.sty}).  In
practice, this means that an entry like hlatky:hrt, with 5 authors,
will present all of them in the list of references but will truncate
to one in citations, like so: \autocite{hlatky:hrt}.  For the vast
majority of circumstances, these settings are exactly right for the
Chicago author-date specification.  However, if \enquote{a reference
  list includes another work \emph{of the same date} that would also
  be abbreviated as [\enquote{Hlatky et al.}] but whose coauthors are
  different persons or listed in a different order, the text citations
  must distinguish between them} \autocite[15.28]{chicago:manual}.
The (\textsf{Biber}-only) \textsf{biblatex} option
\texttt{uniquelist}, set for you in \textsf{biblatex-chicago.sty},
will automatically handle many of these situations for you, but it is
as well to understand that it does so by temporarily suspending the
limits, listed above, on how many names to print in a citation.
Without \texttt{uniquelist}, \textsf{biblatex} would present such a
work as, e.g., (Hlatky et al. 2002b), while hlatky:hrt would be
(Hlatky et al. 2002a).  This does distinguish between them, but
inaccurately, as it suggests that the two different author lists are
exactly the same.  With \texttt{uniquelist}, the two citations might
look like (Hlatky, Boothroyd et al.\ 2002) and (Hlatky, Smith et al.\
2002), which is what the specification requires.

If, however, the distinguishing name occurs further down the author
list --- in fourth or fifth position in our examples --- then the
default settings would produce citations with all 4 or 5 names
printed, which can become awkwardly long.  In such a situation, you
can provide \textsf{shortauthor} fields that look like this:
\{\{Hlatky et al., \textbackslash mkbibquote\{Quality of Life,\}\}\}
and \{\{Hlatky et al., \textbackslash mkbibquote\{Depressive
Symptoms,\}\}\}, using a shortened title to distinguish the
references.  This would produce (Hlatky et al., \enquote{Quality of
  Life,} 2002) and (Hlatky et al., \enquote{Depressive Symptoms,}
2002), as the spec recommends.  There is, unfortunately, no simpler
way that I know of to deal with this situation.

\subsubsection*{Audiovisual entries}
\label{sec:audiovisual}

According \cmssecref{cms-sec:ad:avdate} to the \emph{Manual},
\enquote{Chicago recommends a more comprehensive approach to dating
  audiovisual materials than in previous editions.}  This means, for
instance, that, even when consulting a digital copy, \enquote{it is
  generally useful to give information about the original source.}
Also, \enquote{the date of the original recording should be privileged
  in the citation} \autocite[15.53]{chicago:manual}.  The rather more
book-like entries are generally unaffected by these changes, so
published (\textsf{Audio}) and unpublished (\textsf{Misc}) scores are
no problem at all: \autocite{schubert:muellerin};
\autocite{verdi:corsaro}; \autocite{shapey:partita}.  The dating of
online materials has been enhanced: \autocite{coolidge:speech};
\autocite{horowitz:youtube}; \autocite{pollan:plant}.  The most
significant changes, however, appear in \textsf{Music} and
\textsf{Video} entries, where every effort should be made to find
date(s) for sources: \autocite{auden:reading};
\autocite{friends:leia}; \autocite{handel:messiah};
\autocite{holiday:fool}; \autocite{nytrumpet:art}.  Others perhaps
require further information in the entry or genuinely are better
suited to presentation in running text: \autocite{beethoven:sonata29}.
The standard \textsf{biblatex} tools for subdividing reference lists
are all available if you want to follow the \emph{Manual's}
recommendations on presenting this kind of material separately from
other sources.

\subsubsection*{Related entries}
\label{sec:related}

\textsf{Biblatex} provides \cmssecref{cms-sec:authrelated} a powerful
mechanism, using the \textsf{related} field, for grouping two (or
more) works together in a single entry in the list of references,
while \textsf{biblatex-chicago} offers both this functionality and
some Chicago-specific variants which employ different means.  You can
find a full discussion of this in \textsf{biblatex-chicago.pdf}, but a
few of the entries already cited in this introduction show some of the
possibilities: \autocite{aristotle:metaphy:trans};
\autocite{coolidge:speech}; \autocite{emerson:nature};
\autocite{schweitzer:bach}.

\subsection*{In conclusion}
\label{sec:conclude}

Allow me, finally, to emphasize just how multifarious are the sources
illustrated in the \emph{CMS}, only a small selection of which have
appeared in this introduction.  You will find significantly fuller
guidance in \textsf{biblatex.pdf} and \textsf{biblatex-chicago.pdf},
but the \emph{CMS} itself defines the specification and shall
arbitrate all disputes.  If you see something in
\textsf{biblatex-chicago} that looks wrong to you, or if the
documentation has left you perplexed, please let me know.


\printbibliography[title=References]
\setlength{\textheight}{10.5in}
\twocolumn[\Large \texttt{The Database File}]
\vspace*{-6pt}
\begin{lstlisting}[language=BibTeX,label=prologue]
%% Database entries used to produce
%% citations in this file, taken
%% from dates-test.bib. I have
%% removed the annotations to save
%% room -- you can click on
%% the entry type to return to the
%% reference list entry, where you'll
%% also find the annotations. You can
%% click on text with a grey back-
%% ground to switch to that entry
%% within this .bib listing. Through-
%% out this listing you'll see curly
%% braces around parts of titles and
%% subtitles, which allow the entry
%% to work equally well in authordate
%% and authordate-trad.

@String{cup = {Cambridge University Press}}
@String{hup = {Harvard University Press}}
@String{uchp = {University of Chicago Press}}
@String{oup = {Oxford University Press}}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=adorno:benj]
*\adlnbackref{Book}{adorno:benj}*,
  title = 	 {The Complete Correspondence, 1928--1940},
  publisher = 	 hup,
  year = 	 1999,
  author = 	 {Adorno, Theodor~W. and Benjamin, Walter},
  editor = 	 {Lonitz, Henri},
  translator = 	 {Nicholas Walker},
  location =  {Cambridge, MA}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=anon:stanze]
*\adlnbackref{Book}{anon:stanze}*,
  title = 	 {Stanze in lode della donna brutta},
  date = 	 1547,
  address = 	 {Florence},
  shorttitle = 	 {Stanze}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=aristotle:metaphy:gr]
*\adlnbackref{Book}{aristotle:metaphy:gr}[aristotle:metaphy:trans]*,
  shorttitle = 	 {Metaph\adddot},
  title = 	 {Metaphysics},
  options = 	 {skipbib},
  entrysubtype = {classical},
  origdate = 	 1924,
  date = 1997,
  author = 	 {Aristotle},
  editor = 	 {Ross, W.~D.},
  publisher = {Oxford Univ.\ Press and Sandpiper Books},
  pubstate = 	 {reprint},
  volumes = 	 2,
  location =  {Oxford}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=aristotle:metaphy:trans]
*\adlnbackref{Book}{aristotle:metaphy:trans}*,
  title = 	 {Metaphysica},
  entrysubtype = {classical},
  year = 	 1928,
  volume = 	 8,
  author = 	 {Aristotle},
  editor = 	 {Ross, W.~D.},
  nameb = 	 {Ross, W.~D.},
  origlanguage = {greek},
  userf = 	 {*\hyperlink{\getrefbykeydefault%
{aristotle:metaphy:gr}{anchor}{}}%
{\{\colorbox{Gainsboro}{aristotle:metaphy:gr}\}}*},
  maintitle = 	 {The Works of {Aristotle}, Translated into {English}},
  publisher = {Clarendon Press},
  edition = 	 2,
  location =  {Oxford}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=ashbrook:brain]
*\adlnbackref{InBook}{ashbrook:brain}*,
  author = 	 {Ashbrook, James~B. and Albright, Carol Rausch},
  title = 	 {The Frontal Lobes, Intending, and a Purposeful God},
  booktitle = 	 {The Humanizing Brain},
  publisher = {Pilgrim Press},
  year = 	 1997,
  chapter = 	 7,
  location =  {Cleveland, OH},
  shorttitle = {The Frontal Lobes}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=auden:reading]
*\adlnbackref{Music}{auden:reading}*,
  title = 	 {Selected Poems},
  author = 	 {Auden, W. H.},
  date = 	 {1991},
  number = 	 7137,
  series = 	 {Spoken Arts},
  type = 	 {audiocassette},
  note = 	 {read by the author}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=author:forthcoming]
*\adlnbackref{Article}{author:forthcoming}*,
  author = 	 {Author, Margaret~M.},
  title = 	 {Article Title},
  journaltitle = {Journal Name},
  pubstate = 	 {forthcoming},
  volume = 	 98
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=babb:peru]
*\adlnbackref{Book}{babb:peru}*,
  title = 	 {Between Field and Cooking Pot},
  subtitle = 	 {The Political Economy of Marketwomen in {Peru}},
  year = 	 1989,
  author = 	 {Babb, Florence},
  publisher = {University of Texas Press},
  edition = 	 {\bibstring{revisededition}},
  location =  {Austin}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=barcott:review]
*\adlnbackref{Review}{barcott:review}*,
  journaltitle = {New York Times Book Review},
  author =	 {Barcott, Bruce},
  date = 	 {2000-04-16},
  entrysubtype = {magazine},
  title =	 {\bibstring{reviewof} \mkbibemph{The Last Marlin: The Story of a Family at Sea}, \bibstring{by} Fred Waitzkin},
  pages =	 7
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=batson]
*\adlnbackref{Article}{batson}*,
  author =	 {Batson, C.~Daniel},
  title =	 {How Social Is the Animal?},
  subtitle =     {The Human Capacity for Caring},
  journaltitle = {American Psychologist},
  volume =	 45,
  date = 	 {1990-03},
  pages =	 {336--346}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=beattie:crime]
*\adlnbackref{Article}{beattie:crime}*,
  author = 	 {Beattie, J.~M.},
  title = 	 {The Pattern of Crime in {England}, 1660--1800},
  journaltitle = {Past and Present},
  year = 	 1974,
  number = 	 62,
  pages = 	 {47--95}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=beethoven:sonata29]
*\adlnbackref{Music}{beethoven:sonata29}*,
  title = 	 {Piano Sonata \bibstring{number} 29 \mkbibquote{Hammerklavier}},
  author = 	 {Beethoven},
  editor = 	 {Peter Serkin},
  editortype = 	 {none},
  number = 	 {CDD 270},
  series = 	 {Proarte Digital}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=bernstein:shostakovich]
*\adlnbackref{Music}{bernstein:shostakovich}*,
  title = 	 {Symphony \bibstring{number} 5},
  author = 	 {Shostakovich, Dmitri},
  editor = 	 {Bernstein, Leonard},
  editortype = 	 {conductor},
  editora = 	 {{New York Philharmonic}},
  editoratype =  {none},
  number = 	 {IM 35854},
  series = 	 {CBS},
  options = 	 {useauthor=false}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=boxer:china]
*\adlnbackref{Book}{boxer:china}*,
  title = 	 {South {China} in the Sixteenth Century},
  year = 	 1953,
  editor = 	 {Boxer, Charles~R.},
  number = 	 {2nd ser., 106},
  series = 	 {Hakluyt Society Publications},
  location =  {London}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=browning:aurora]
*\adlnbackref{Book}{browning:aurora}*,
  title =	 {{Aurora Leigh}},
  subtitle =	 {Authoritative Text, Backgrounds and Contexts, Criticism},
  year =	 1996,
  author =	 {Browning, Elizabeth Barrett},
  editor =	 {Reynolds, Margaret},
  publisher =	 {Norton},
  series =	 {Norton Critical Editions},
  location =	 {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=bsi:abbreviation]
*\adlnbackref{Manual}{bsi:abbreviation}*,
  title = 	 {Specification for Abbreviation of Title Words and Titles of Publications},
  date = 	 1985,
  organization = {British Standards Institute},
  sortname = 	 {BSI},
  address = 	 {Linford Woods, Milton Keynes, UK},
  shorthand = 	 {BSI}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=chaucer:alt]
*\adlnbackref{Book}{chaucer:alt}*,
  title = 	 {Chaucer Life-Records},
  year = 	 1966,
  editor = 	 {Crow, Martin~M. and Olson, Clair~C.},
  namec = 	 {Manly, John~M. and Richert, Edith},
  publisher = oup,
  note = 	 {with the assistance of Lilian~J. Redstone and others},
  location =  {London}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=chicago:comment]
*\adlnbackref{CustomC}{chicago:comment}[chicago:manual]*,
  title = 	 {the most recent edition},
  entrysubtype = {classical},
  options = 	 {skipbib},
  annotation = 	 {An example of how to use a CustomC entry to insert a comment inside another parenthetical citation.}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=chicago:manual]
*\adlnbackref{Book}{chicago:manual}*,
  title = 	 {The {Chicago} Manual of Style},
  year = 	 2010,
  author = 	 {{University of Chicago Press}},
  shortauthor =  {\mkbibemph{CMS}},
  publisher = uchp,
  edition = 	 16,
  location =  {Chicago}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=clark:mesopot]
*\adlnbackref{Booklet}{clark:mesopot}*,
  title = 	 {Mesopotamia},
  subtitle = 	 {Between Two Rivers},
  author = 	 {Hazel V. Clark},
  howpublished = {End of the Commons General Store},
  year = 	 {\mkbibbrackets{1957?}},
  location =  {Mesopotamia, OH}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=conley:fifthgrade]
*\adlnbackref{Article}{conley:fifthgrade}*,
  author =	 {Conley, Alice},
  title =	 {Fifth-Grade Boys' Decisions about Participation in Sports Activities},
  issuetitle =	 {Non-subject-matter Outcomes of Schooling},
  journaltitle = {Elementary School Journal},
  note = 	 {special issue},
  year =	 1999,
  volume =	 99,
  editor =       {Good, Thomas~L.},
  number =	 5,
  pages =	 {131--146}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=connell:chronic]
*\adlnbackref{Article}{connell:chronic}*,
  author = 	 {Connell, A.~D. and Airey, D.~D.},
  title = 	 {The Chronic Effects of Fluoride on the Estuarine Amphipods \mkbibemph{Grandidierella lutosa} and \mkbibemph{G. lignorum}},
  journaltitle = {Water Research},
  date = 	 1982,
  volume = 	 16,
  pages = 	 {1313--1317}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=contrib:contrib]
*\adlnbackref{InCollection}{contrib:contrib}*,
  author = 	 {Contributor, Anna},
  title = 	 {Contribution},
  booktitle = 	 {Edited Volume},
  publisher = {Publisher},
  year = 	 {\autocap{f}orthcoming},
  editor = 	 {Editor, Ellen},
  location =  {Place}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=conway:evolution]
*\adlnbackref{Article}{conway:evolution}*,
  author = 	 {Conway, M.~S.},
  title = 	 {The Evolution of Diversity in Ancient Ecosystems},
  subtitle = 	 {A Review},
  journaltitle = {Philosophical Transactions of the Royal Society},
  date = 	 1998,
  volume = 	 {B 353},
  pages = 	 {327--345}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=cook:sotweed]
*\adlnbackref{Book}{cook:sotweed}*,
  title = 	 {Sotweed Redivivus, or The Planter's Looking-Glass},
  year = 	 1730,
  author = 	 {Cook, Ebenezer},
  authortype = 	 {anon?},
  note = 	 {\bibstring{by} \mkbibquote{E.~C. Gent}},
  location =  {Annapolis}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=coolidge:speech]
*\adlnbackref{Online}{coolidge:speech}*,
  author = 	 {Coolidge, Calvin},
  title = 	 {Equal Rights},
  note = 	 {copy of an undated 78 rpm disc},
  options = 	 {ptitleaddon=space},
  titleaddon = 	 {(speech)},
  related = 	 {*\hyperlink{\getrefbykeydefault%
{loc:leaders}{anchor}{}}{\{\colorbox{Gainsboro}{loc:leaders}\}}*},
  year = 	 {[1920?]},
  relatedstring = {from}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=creel:house]
*\adlnbackref{Misc}{creel:house}*,
  author = 	 {Creel, George},
  entrysubtype = {letter},
  title = 	 {George Creel to Colonel House},
  note = 	 {Edward~M. House Papers},
  origdate = 	 {1918-09-25},
  organization =  {Yale University Library}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=davenport:attention]
*\adlnbackref{Book}{davenport:attention}*,
  title =	 {The Attention Economy},
  subtitle =	 {Understanding the New Currency of Business},
  year =	 2001,
  author =	 {Davenport, Thomas~H. and Beck, John~C.},
  publisher =	 {Harvard Business School Press},
  addendum =	 {TK3 Reader e-book},
  location =	 {Cambridge, MA}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=dinkel:agassiz]
*\adlnbackref{Misc}{dinkel:agassiz}*,
  author = 	 {Dinkel, Joseph},
  title = 	 {description of Louis Agassiz written at the request of Elizabeth Cary Agassiz},
  year = 	 {\bibstring{nodate}},
  entrysubtype = {yes},
  note = 	 {Agassiz Papers},
  location =  {Harvard University},
  organization =  {Houghton Library}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=donne:var]
*\adlnbackref{Book}{donne:var}*,
  author =	 {Donne, John},
  editor =	 {Stringer, Gary~A.},
  title =	 {The \mkbibquote{Anniversaries} and the \mkbibquote{Epicedes and Obsequies}},
  namea =	 {Stringer, Gary~A. and Pebworth, Ted-Larry},
  publisher =	 {Indiana Univ. Press},
  maintitle =	 {The Variorum Edition of the Poetry of {John Donne}},
  year =	 1995,
  volume =	 6,
  location =	 {Bloomington}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=dunn:revolutions]
*\adlnbackref{Book}{dunn:revolutions}*,
  title = 	 {Sister Revolutions},
  subtitle = 	 {French Lightning, {American} Light},
  year = 	 1999,
  author = 	 {Dunn, Susan},
  publisher = {Faber \& Faber and Farrar, Straus \& Giroux},
  location =  {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=dyna:browser]
*\adlnbackref{Manual}{dyna:browser}*,
  title = 	 {Dynatext, Electronic Book Indexer/Browser},
  organization = {Electronic Book Technology Inc.},
  address = 	 {Providence, RI},
  year = 	 1991
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=eliot:pound]
*\adlnbackref{Book}{eliot:pound}*,
  title = 	 {Literary Essays},
  options = {useauthor=false},
  year = 	 1953,
  author = 	 {Pound, Ezra},
  editor =  {Eliot, T.~S.},
  publisher = {New Directions},
  location =  {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=emerson:nature]
*\adlnbackref{Book}{emerson:nature}*,
  title =	 {Nature},
  year =	 1985,
  origdate =	 1836,
  location = 	 {Boston},
  options = 	 {cmsdate=old},
  author =	 {Emerson, Ralph Waldo},
  publisher = 	 {Beacon},
  note = 	 {a facsimile of the first \bibstring{edition} with an \bibstring{introduction} by Jaroslav Pelikan}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=ency:britannica]
*\adlnbackref{InReference}{ency:britannica}*,
  title =        {Encyclopaedia Britannica},
  edition =      {15},
  shorttitle = 	 {Ency. {Brit}., \mkbibemph{15th ed}\adddot},
  options =      {hypertitle}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=euripides:orestes]
*\adlnbackref{BookInBook}{euripides:orestes}*,
  title = 	 {Orestes},
  year = 	 1958,
  booktitle = 	 {Euripides},
  maintitle = 	 {The Complete {Greek} Tragedies},
  nameb = 	 {Arrowsmith, William},
  volume = 	 4,
  author = 	 {Euripides},
  editor = 	 {Grene, David and Lattimore, Richmond},
  publisher = uchp,
  pages = 	 {185--288},
  location =  {Chicago},
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=evanston:library]
*\adlnbackref{Online}{evanston:library}*,
  author = 	 {{Evanston Public Library Board of Trustees}},
  shortauthor = {{Evanston Public Library}},
  title = 	 {Evanston Public Library Strategic Plan, 2000--2010},
  subtitle = 	 {A Decade of Outreach},
  organization = {Evanston Public Library},
  url = 	 {http://www.epl.org/library/ strategic-plan-00.html},
  urldate = 	 {2002-07-18}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=friends:leia]
*\adlnbackref{Video}{friends:leia}*,
  title = 	 {The One with the {Princess Leia} Fantasy},
  date = 	 2003,
  booktitle = 	 {Friends},
  booktitleaddon = 	 {season~3, episode~1},
  author = 	 {Curtis, Michael and Malins, Gregory~S.},
  eventdate = 	 {1996-09-19},
  editor = 	 {Mancuso, Gail},
  editortype = 	 {director},
  publisher = {Warner Home Video},
  type = 	 {DVD},
  address = 	 {Burbank, CA}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=genesis]
*\adlnbackref{Misc}{genesis}*,
  shorttitle = 	 {Gen\adddot},
  entrysubtype = {classical},
  keywords = 	 {nosample},
  title = 	 {Genesis},
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=gourmet:052006]
*\adlnbackref{Review}{gourmet:052006}*,
  journaltitle = {Gourmet},
  entrysubtype = {magazine},
  date = 	 {2000-05},
  title =        {Kitchen {Notebook}}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=grove:sibelius]
*\adlnbackref{InReference}{grove:sibelius}*,
  title = 	 {The New {Grove} Dictionary of Music and Musicians},
  author = 	 {Hepokoski, James},
  shorttitle = 	 {New {Grove} Dict\adddot},
  lista = {Sibelius, Jean},
  url = 	 {http://www.grovemusic.com/},
  urldate = 	 {2002-01-03},
  sortkey = 	 {New Grove}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=handel:messiah]
*\adlnbackref{Video}{handel:messiah}*,
  title = 	 {Messiah},
  date = 	 {1988},
  eventdate = 	 {1987-12-19},
  userd = 	 {performed},
  type = 	 {videocassette (VHS), 141 min\adddot},
  editor = 	 {{Atlanta Symphony Orchestra and Chamber Chorus}},
  editortype = 	 {none},
  editora = 	 {Shaw, Robert},
  editoratype =  {none},
  author = 	 {Handel, George Frederic},
  publisher = {Video Artists International},
  address = 	 {Ansonia Station, NY}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=hlatky:hrt]
*\adlnbackref{Article}{hlatky:hrt}*,
  author =	 {Hlatky, Mark~A. and Boothroyd, Derek and Vittinghoff, Eric and Sharp, Penny and Whooley, Mary~A.},
  title =	 {Quality-of-Life and Depressive Symptoms in Postmenopausal Women after Receiving Hormone Therapy},
  subtitle =	 {Results from the {Heart and Estrogen/Progestin Replacement Study (HERS)} Trial},
  journaltitle = {Journal of the American Medical Association},
  date = 	 {2002-02-06},
  volume =	 287,
  number =	 5,
  url =   {http://jama.ama-assn.org/issues/ v287n5/rfull/joc10108.html#aainfo},
  urldate =	 {2002-01-07}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=holiday:fool]
*\adlnbackref{Music}{holiday:fool}*,
  title = 	 {I'm a Fool to Want You},
  eventdate = 	 {1958-02-20},
  date = 	 {1960},
  booktitle = 	 {Lady in Satin},
  author = 	 {Herron, Joel and Sinatra, Frank and Wolf, Jack},
  editor = 	 {Holiday, Billie},
  editortype = 	 {none},
  number = 	 {CL 1157},
  publisher = {Columbia},
  type = 	 {33\onethird\ rpm},
  note = 	 {with Ray Ellis},
  options = 	 {useauthor=false}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=horowitz:youtube]
*\adlnbackref{Online}{horowitz:youtube}*,
  title = 	 {{HOROWITZ AT CARNEGIE HALL} 2-{Chopin Nocturne} in Fm Op.55},
  organization = {YouTube video, 5:53},
  sortkey = 	 {Horowitz},
  url = 	 {http://www.youtube.com/watch? v=cDVBtuWkMS8},
  urldate = 	 {2009-01-09},
  userd = 	 {posted by \mkbibquote{hubanj,}},
  note = 	 {from a performance televised by CBS on\nopunct},
  date = 	 {1968-09-22},
  shorttitle = {HOROWITZ}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=horsley:prosodies]
*\adlnbackref{Book}{horsley:prosodies}*,
  title =	 {On the Prosodies of the {Greek and Latin} Languages},
  year =	 1796,
  author =	 {Horsley, Samuel},
  authortype =	 {anon}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=house:papers]
*\adlnbackref{Misc}{house:papers}*,
  author = 	 {House, Edward~M\adddot\addcomma},
  title = 	 {Papers},
  note = 	 {Yale University Library},
  entrysubtype = {classical}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=iso:electrodoc]
*\adlnbackref{Book}{iso:electrodoc}*,
  title = 	 {Electronic Documents or Parts thereof. {Excerpts} from {International Standard ISO} 690-2},
  part = 	 {part 2},
  date = 	 2001,
  maintitle = 	 {Information and Documentation},
  mainsubtitle = {Bibliographic References},
  author = 	 {{International Organization for Standardization}},
  shorthand =  {ISO},
  publisher = {National Library of Canada},
  sortname = 	 {ISO},
  address = 	 {Ottawa},
  url = 	 {http://www.nlc-bnc.ca/iso/ tc46sc9/standard/690-2e.htm}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=james:ambassadors]
*\adlnbackref{Book}{james:ambassadors}*,
  title = 	 {The Ambassadors},
  year = 	 1996,
  origdate = 	 1909,
  options = 	 {cmsdate=on},
  author = 	 {James, Henry},
  publisher = {Project Gutenberg},
  url = 	 {ftp://ibiblio.org/pub/docs/ books/gutenberg/etext96/ambas10.txt}
}
\end{lstlisting}\clearpage
\begin{lstlisting}[language=BibTeX,label=lakeforester:pushcarts]
*\adlnbackref{Article}{lakeforester:pushcarts}*,
  journaltitle = {Lake Forester},
  date = 	 {2000-03-23},
  entrysubtype = {magazine},
  title = 	 {Pushcarts Evolve to Trendy Kiosks},
  options = 	 {cmsdate=full},
  location =  {Lake Forest, IL}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=loc:leaders]
*\adlnbackref{Online}{loc:leaders}[coolidge:speech]*,
  author = 	 {Library of Congress},
  title = 	 {American Leaders Speak},
  subtitle = 	 {Recordings from {World War I} and the 1920 Election, 1918--1920},
  url = 	 {http://memory.loc.gov/ammem/ nfhtml/nforSpeakers01.html},
  note = 	 {RealAudio and WAV formats}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=maitland:canon]
*\adlnbackref{Book}{maitland:canon}*,
  title = 	 {Roman canon law in the {Church of England}},
  date = 	 1998,
  origdate = 	 1898,
  author = 	 {Maitland, Frederic W.},
  publisher = {Lawbook Exchange},
  address = 	 {Union, NJ},
  options = 	 {cmsdate=new},
  pubstate = 	 {reprint}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=maitland:equity]
*\adlnbackref{Book}{maitland:equity}*,
  title = 	 {Equity, also the Forms of Action at Common Law},
  subtitle = 	 {Two Courses of Lectures},
  date = 	 1926,
  origdate = 	 1909,
  author = 	 {Maitland, Frederic W.},
  editor = 	 {Chaytor, A.~H. and others},
  publisher = cup,
  address = 	 {Cambridge},
  pubstate = 	 {reprint},
  sortyear = 	 {2010}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=nytrumpet:art]
*\adlnbackref{Music}{nytrumpet:art}*,
  title = 	 {Art of the Trumpet},
  date = 	 1982,
  origdate = 	 {1981-06-01/1981-06-02},
  author = 	 {{The New York Trumpet Ensemble, with Edward Carroll (trumpet) and Edward Brewer (organ)}},
  shortauthor =  {{New York Trumpet Ensemble}},
  number = 	 {PVT 7183},
  series = 	 {Vox/Turnabout},
  userd = 	 {recorded at the Madeira Festival,},
  sortkey = 	 {New York Trumpet},
  type = 	 {compact disc}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=nyt:trevorobit]
*\adlnbackref{Review}{nyt:trevorobit}*,
  journaltitle = {New York Times},
  entrysubtype = {magazine},
  date = 	 {2000-04-10},
  title = {obituary of {Claire Trevor}},
  options = 	 {cmsdate=full},
  pages = 	 {national edition}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=pirumova]
*\adlnbackref{Book}{pirumova}*,
  author =	 {Pirumova, N.~M.},
  title =	 {The Zemstvo Liberal Movement},
  subtitle =	 {Its Social Roots and Evolution to the Beginning of the Twentieth Century},
  publisher =	 {Izdatel'stvo \mkbibquote{Nauka}},
  year =	 1977,
  language =	 {russian},
  location =	 {Moscow}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=pirumova:russian]
*\adlnbackref{Book}{pirumova:russian}*,
  title = 	 {Zemskoe liberal'noe dvizhenie},
  subtitle = 	 {Sotsial'nye korni i evoliutsiia do nachala XX veka},
  date = 	 1977,
  usere = 	 {The zemstvo liberal movement: Its social roots and evolution to the beginning of the twentieth century},
  langid =       {russian},
  author = 	 {Pirumova, N.~M.},
  publisher = {Izdatel'stvo \mkbibquote{Nauka}},
  address = 	 {Moscow}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=plato:republic:gr]
*\adlnbackref{BookInBook}{plato:republic:gr}*,
  title = 	 {Republic},
  shorttitle = 	 {Resp\adddot},
  entrysubtype = {classical},
  year = 	 1902,
  volume = 	 4,
  author = 	 {Plato},
  editor = 	 {Burnet, J.},
  shortauthor =  {Pl\adddot},
  booktitle = 	 {{Clitophon, Republic, Timaeus, Critias}},
  maintitle = 	 {Opera},
  publisher = {Clarendon Press},
  series = {Oxford Classical Texts},
  pages = 	 {327--621},
  location =  {Oxford}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=pollan:plant]
*\adlnbackref{Online}{pollan:plant}*,
  author = 	 {Pollan, Michael},
  title = 	 {Michael {Pollan} Gives a Plant's-Eye View},
  organization = {TED video, 17:31},
  url = 	 {http://www.ted.com/index.php/ talks/michael_pollan_gives_a_ plant_s_eye_view.html},
  urldate = 	 {2008-02},
  date = 	 {2007-03},
  userd = 	 {posted}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=ross:thesis]
*\adlnbackref{MastersThesis}{ross:thesis}*,
  author = 	 {Ross, Dorothy},
  title = 	 {The {Irish-Catholic} Immigrant, 1880--1900},
  subtitle = 	 {A Study in Social Mobility},
  school = 	 {Columbia University},
  year = 	 {\bibstring{nodate}}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=schubert:muellerin]
*\adlnbackref{Audio}{schubert:muellerin}*,
  title = 	 {{Das Wandern (Wandering)}},
  date = 	 1895,
  booktitle = 	 {{Die sch\"one M\"ullerin} ({The} Maid of the Mill)},
  maintitleaddon = {(for high voice)},
  maintitle = 	 {First Vocal Album},
  options = 	 {ctitleaddon=space},
  author = 	 {Schubert, Franz},
  publisher = {G.~Schirmer},
  address = 	 {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=schweitzer:bach]
*\adlnbackref{Book}{schweitzer:bach}*,
  title = 	 {{J. S. Bach}},
  origdate = 	 1966,
  date = 	 1911,
  author = 	 {Schweitzer, Albert},
  origlocation = {London},
  origpublisher = {Breitkopf \&\ Härtel},
  addendum = 	 {Citations refer to the Dover edition},
  options = 	 {cmsdate=both},
  translator = 	 {Newman, Ernest},
  publisher = {Dover},
  pubstate = 	 {reprint},
  location =  {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=shapey:partita]
*\adlnbackref{Misc}{shapey:partita}*,
  author = 	 {Shapey, Ralph},
  title = 	 {\mkbibquote{Partita for Violin and Thirteen Players}},
  titleaddon = 	 {score},
  entrysubtype = {music},
  date = 	 1966,
  note = 	 {Special Collections},
  organization = {Joseph Regenstein Library},
  institution =  {University of Chicago}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=silver:gawain]
*\adlnbackref{Book}{silver:gawain}*,
  title = 	 {Sir {Gawain} and the {Green Knight}},
  publisher = 	 uchp,
  year = 	 1974,
  translator = 	 {Silverstein, Theodore},
  location =  {Chicago}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=spock:interview]
*\adlnbackref{Misc}{spock:interview}*,
  author = 	 {Spock, Benjamin},
  entrysubtype = {letter},
  title = 	 {interview by Milton J. E. Senn},
  date = 	 {1974-11-20},
  note = 	 {interview 67A, transcript},
  organization = {Senn Oral History Collection},
  institution =  {National Library of Medicine},
  location =  {Bethesda, MD}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=stendhal:parma]
*\adlnbackref{Book}{stendhal:parma}*,
  title = 	 {The Charterhouse of {Parma}},
  date = 	 1925,
  author = 	 {Stendhal},
  nameaddon = 	 {Marie Henri Beyle},
  publisher = {Boni \& Liveright},
  address = 	 {New York},
  translator = 	 {Scott-Moncrieff, C.~K.}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=unsigned:ranke]
*\adlnbackref{Review}{unsigned:ranke}*,
  journaltitle = {Ergänzungsblätter zur Allgemeinen Literatur-Zeitung},
  entrysubtype = {magazine},
  date = 	 {1828-02},
  title =	 {unsigned review of \mkbibemph{Geschichten der romanischen und germanischen Völker}, by {Leopold von Ranke}},
  number =	 {23--24},
  sortkey = 	 {Erg},
  shortjournal =  {Erg\"anzungsbl\"atter z. Allg. Lit.-Ztg.}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=verdi:corsaro]
*\adlnbackref{Audio}{verdi:corsaro}*,
  title = 	 {Il corsaro (melodramma tragico \mkbibemph{in three acts})},
  titleaddon = 	 {libretto by Francesco Maria Piave},
  date = 	 1998,
  author = 	 {Verdi, Giuseppe},
  editor = 	 {Hudson, Elizabeth},
  number = 	 {\bibstring{jourser} 1, Operas},
  series = 	 {The Works of Giuseppe Verdi},
  publisher = {University of Chicago Press; Milan: G.\ Ricordi},
  volumes = 	 2,
  address = 	 {Chicago}
}
\end{lstlisting}\clearpage
\begin{lstlisting}[language=BibTeX,label=virginia:plantation]
*\adlnbackref{Book}{virginia:plantation}*,
  title =	 {A True and Sincere Declaration of the Purpose and Ends of the Plantation Begun in {Virginia}, of the Degrees Which It Hath Received, and Means by Which It Hath Been Advanced},
  location = 	 {London},
  sorttitle = 	 {True and Sincere},
  shorttitle = 	 {True and Sincere Declaration},
  year = 	 1610
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=white:ross:memo]
*\adlnbackref{Letter}{white:ross:memo}*,
  author = 	 {White, E.~B.},
  title = 	 {EBW to Harold Ross},
  titleaddon = 	 {memorandum},
  xref = 	 {*\hyperlink{\getrefbykeydefault%
{white:total}{anchor}{}}{\{\colorbox{Gainsboro}{white:total}\}}*},
  pages = 	 273,
  origdate = 	 {1946-05-02}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=white:russ]
*\adlnbackref{Letter}{white:russ}*,
  author = 	 {White, E.~B.},
  title = 	 {EBW to B.~Russell},
  xref =  {*\hyperlink{\getrefbykeydefault%
{white:total}{anchor}{}}{\{\colorbox{Gainsboro}{white:total}\}}*},
  pages = 	 283,
  origdate = 	 {1946-09-02}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=white:total]
*\adlnbackref{Book}{white:total}*,
  title = 	 {{Letters of E.~B. White}},
  year = 	 1976,
  author = 	 {White, E.~B.},
  editor = 	 {Guth, Dorothy Lobrano},
  publisher = {Harper \&\ Row},
  location =  {New York}
}
\end{lstlisting}
\begin{lstlisting}[language=BibTeX,label=wikiped:bibtex]
*\adlnbackref{InReference}{wikiped:bibtex}*,
  title = 	 {Wikipedia},
  lista =        {BibTeX},
  userd = 	 {last modified},
  url = 	 {http://en.wikipedia.org/wiki/ BibTeX},
  urldate = 	 {2012-05-18}
}
\end{lstlisting}
\end{document}
%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: