\documentclass[a4paper]{article} \PassOptionsToPackage{obeyspaces}{url} \usepackage{microtype} \usepackage{fontspec} \usepackage{xparse} \usepackage{xcolor} \usepackage{parskip}[=v1] \usepackage{titlesec} \usepackage{listings} \usepackage{imakeidx} \makeindex[title=Author Index,intoc,options=-q] \usepackage[style=sbl,indexing=cite]{biblatex} \usepackage{hyperref} \addbibresource{biblatex-sbl.bib} \DeclareBibliographyCategory{ignore} \addtocategory{ignore}{pritchard:1969} \setmonofont{DejaVu Sans Mono}[Scale=MatchLowercase] \setromanfont{Linux Libertine O} \setsansfont{Linux Biolinum O}[ BoldItalicFont={* Bold}, BoldItalicFeatures={FakeSlant=0.2} ] \newcommand{\textgreek}[1]{{\greekfont #1}} \renewcommand{\familydefault}{\sfdefault} \newfontfamily\greekfont[Script=Greek,Contextuals=Alternate,Ligatures=Required, Scale=MatchLowercase]{SBL BibLit} \renewcommand{\bibfont}{\rm} \newcommand*{\refbibnamedash}{% \leavevmode\raise 0.6ex\hbox to 3em{\hrulefill}.\space} \titleformat{\paragraph} {\normalfont\sf\normalsize\bfseries}{\theparagraph}{1em}{} \titleformat{\subparagraph} {\normalfont\sf\small\scshape}{\thesubparagraph}{1em}{} \titlespacing*{\paragraph}{0pt}{2ex plus 1ex minus 0.2ex}{0.5ex} \titlespacing*{\subparagraph}{0pt}{1ex plus 0.2ex}{0em} \titleclass{\subsubparagraph}{straight}[\subparagraph] \titleformat{\subsubparagraph}{\normalfont\small\tt}{}{1em}{} \titlespacing*{\subsubparagraph}{0pt}{0pt}{0pt} \setcounter{secnumdepth}{4} % how many sectioning levels to assign numbers to \setlength{\parskip}{1ex plus 0.5ex minus 0.25ex} \makeatletter \patchcmd{\lst@Init}{\par\penalty -50\relax}{\relax} \makeatother \hyphenation{nash-ville deu-te-ro-ca-no-ni-cal} \renewcommand{\slash}{/\penalty\exhyphenpenalty\hspace{0pt}} \definecolor{biblatex-colour}{rgb}{0.25,0.25,0.65} \definecolor{reference-colour}{rgb}{0,0.6,0.15} \ExplSyntaxOn \NewDocumentCommand \samplemacro { m } { \subsubparagraph*{#1} } \NewDocumentCommand \sblrefsamplecite { s m m m o o m } { \IfNoValueTF { #5 } { \IfNoValueT { #6 } { \IfBooleanF { #1 } { \samplemacro{\textbackslash #2\{#7\}} } \color{biblatex-colour} \hspace*{\bibindent}#4\csuse{#3}{#7} } } { \IfNoValueTF { #6 } { \IfBooleanF { #1 } { \samplemacro{\textbackslash #2[#5]\{#7\}} } \color{biblatex-colour} \hspace*{\bibindent}#4\csuse{#3}[#5]{#7} } { \IfBooleanF { #1 } { \samplemacro{\textbackslash #2[#5][#6]\{#7\}} } \color{biblatex-colour} \hspace*{\bibindent}#4\csuse{#3}[#5][#6]{#7} } } } \NewDocumentCommand \samplecite { s m o o m } { \rmfamily \IfBooleanTF { #1 } { \sblrefsamplecite*{autocite}{cite}{#2.~}[#3][#4]{#5}.\par } { \sblrefsamplecite{autocite}{cite}{#2.~}[#3][#4]{#5}.\par } \color{black} } \NewDocumentCommand \sampleparencite { s o o m } { \rmfamily {\setlength{\bibindent}{0pt}% \IfBooleanTF { #1 } { \sblrefsamplecite*{parencite}{parencite}{}[#2][#3]{#4}\par } { \sblrefsamplecite{parencite}{parencite}{}[#2][#3]{#4}\par } } \color{black} } \NewDocumentCommand \samplebib { s m } { \IfBooleanF { #1 } { \samplemacro{\textbackslash printbibliography} } \color{biblatex-colour} \rmfamily\hangindent\bibindent\bibentrycite{#2}.\par \color{black} } \NewDocumentCommand \samplebiblist { s m } { \IfBooleanF { #1 } { \samplemacro{\textbackslash printbiblist\{abbreviations\}} } \color{biblatex-colour} \biblistcite{#2} \color{black} } \NewDocumentCommand \refbiblist { m m } { \color{reference-colour} \strut\rmfamily\hangindent 6em\rlap{#1}\hskip 6em #2\par \color{black} } \ExplSyntaxOff \newenvironment{biboutput}{% \subparagraph{Biblatex Output} }{\color{black}} \lstdefinelanguage{BibTeX}{% keywords={% @book,@article,@incollection,@suppbook,@mvbook,@collection,@review,@misc,% @thesis,@mvreference,@inreference,@mvlexicon,@inlexicon,@unpublished,% @commentary,@inbook,@incommentary,@mvcommentary,@seminarpaper,@lexicon,% @reference,@mvcollection,@bookinbook,@ancienttext,@classictext,@online,% @manual,@conferencepaper,@series% }, emph={% author,title,location,publisher,date,shorttitle,translator,edition,preface,% related,relatedtype,editor,series,shortseries,number,journaltitle,% shortjournal,volume,pages,type,booktitle,bookauthor,origlocation,% origpublisher,origdate,pubstate,origlanguage,maintitle,maineditor,part,% bookeditor,seriesseries,maintranslator,eprint,eprinttype,doi,url,% revdauthor,revdtitle,revdeditor,institution,type,shorthand,xref,% note,eprintdate,volumes,shortmaintitle,options,eprintclass,relatedoptions,% editortype,crossref,editora,editorb,editorc,editoratype,editorbtyle,% editorctype,entrysubtype,sorttitle,titleaddon,witheditor,witheditortype,% withtranslator,withtranslatortype,eventtitle,venue,eventdate,shortauthor% }, sensitive=false, breaklines=true, breakatwhitespace=true, morecomment=[l][basicstyle]{=\ \{} } \lstset{% language=BibTeX, backgroundcolor=\color{gray!15}, basicstyle=\ttfamily\small, keywordstyle=\color{teal}, emphstyle=\color{purple} } \makeatletter \lst@InputCatcodes \def\lst@DefEC{% \lst@CCECUse \lst@ProcessLetter ^^80^^81^^82^^83^^84^^85^^86^^87^^88^^89^^8a^^8b^^8c^^8d^^8e^^8f% ^^90^^91^^92^^93^^94^^95^^96^^97^^98^^99^^9a^^9b^^9c^^9d^^9e^^9f% ^^a0^^a1^^a2^^a3^^a4^^a5^^a6^^a7^^a8^^a9^^aa^^ab^^ac^^ad^^ae^^af% ^^b0^^b1^^b2^^b3^^b4^^b5^^b6^^b7^^b8^^b9^^ba^^bb^^bc^^bd^^be^^bf% ^^c0^^c1^^c2^^c3^^c4^^c5^^c6^^c7^^c8^^c9^^ca^^cb^^cc^^cd^^ce^^cf% ^^d0^^d1^^d2^^d3^^d4^^d5^^d6^^d7^^d8^^d9^^da^^db^^dc^^dd^^de^^df% ^^e0^^e1^^e2^^e3^^e4^^e5^^e6^^e7^^e8^^e9^^ea^^eb^^ec^^ed^^ee^^ef% ^^f0^^f1^^f2^^f3^^f4^^f5^^f6^^f7^^f8^^f9^^fa^^fb^^fc^^fd^^fe^^ff% % Greek support ^^^^0370^^^^0371^^^^0372^^^^0373^^^^0374^^^^0375^^^^0376^^^^0377% ^^^^0378^^^^0379^^^^037a^^^^037b^^^^037c^^^^037d^^^^037e^^^^037f% ^^^^0380^^^^0381^^^^0382^^^^0383^^^^0384^^^^0385^^^^0386^^^^0387% ^^^^0388^^^^0389^^^^038a^^^^038b^^^^038c^^^^038d^^^^038e^^^^038f% ^^^^0390^^^^0391^^^^0392^^^^0393^^^^0394^^^^0395^^^^0396^^^^0397% ^^^^0398^^^^0399^^^^039a^^^^039b^^^^039c^^^^039d^^^^039e^^^^039f% ^^^^03a0^^^^03a1^^^^03a2^^^^03a3^^^^03a4^^^^03a5^^^^03a6^^^^03a7% ^^^^03a8^^^^03a9^^^^03aa^^^^03ab^^^^03ac^^^^03ad^^^^03ae^^^^03af% ^^^^03b0^^^^03b1^^^^03b2^^^^03b3^^^^03b4^^^^03b5^^^^03b6^^^^03b7% ^^^^03b8^^^^03b9^^^^03ba^^^^03bb^^^^03bc^^^^03bd^^^^03be^^^^03bf% ^^^^03c0^^^^03c1^^^^03c2^^^^03c3^^^^03c4^^^^03c5^^^^03c6^^^^03c7% ^^^^03c8^^^^03c9^^^^03ca^^^^03cb^^^^03cc^^^^03cd^^^^03ce^^^^03cf% ^^^^03d0^^^^03d1^^^^03d2^^^^03d3^^^^03d4^^^^03d5^^^^03d6^^^^03d7% ^^^^03d8^^^^03d9^^^^03da^^^^03db^^^^03dc^^^^03dd^^^^03de^^^^03df% ^^^^03e0^^^^03e1% % Greek extended support ^^^^1f00^^^^1f01^^^^1f02^^^^1f03^^^^1f04^^^^1f05^^^^1f06^^^^1f07% ^^^^1f08^^^^1f09^^^^1f0a^^^^1f0b^^^^1f0c^^^^1f0d^^^^1f0e^^^^1f0f% ^^^^1f10^^^^1f11^^^^1f12^^^^1f13^^^^1f14^^^^1f15^^^^1f16^^^^1f17% ^^^^1f18^^^^1f19^^^^1f1a^^^^1f1b^^^^1f1c^^^^1f1d^^^^1f1e^^^^1f1f% ^^^^1f20^^^^1f21^^^^1f22^^^^1f23^^^^1f24^^^^1f25^^^^1f26^^^^1f27% ^^^^1f28^^^^1f29^^^^1f2a^^^^1f2b^^^^1f2c^^^^1f2d^^^^1f2e^^^^1f2f% ^^^^1f30^^^^1f31^^^^1f32^^^^1f33^^^^1f34^^^^1f35^^^^1f36^^^^1f37% ^^^^1f38^^^^1f39^^^^1f3a^^^^1f3b^^^^1f3c^^^^1f3d^^^^1f3e^^^^1f3f% ^^^^1f40^^^^1f41^^^^1f42^^^^1f43^^^^1f44^^^^1f45^^^^1f46^^^^1f47% ^^^^1f48^^^^1f49^^^^1f4a^^^^1f4b^^^^1f4c^^^^1f4d^^^^1f4e^^^^1f4f% ^^^^1f50^^^^1f51^^^^1f52^^^^1f53^^^^1f54^^^^1f55^^^^1f56^^^^1f57% ^^^^1f58^^^^1f59^^^^1f5a^^^^1f5b^^^^1f5c^^^^1f5d^^^^1f5e^^^^1f5f% ^^^^1f60^^^^1f61^^^^1f62^^^^1f63^^^^1f64^^^^1f65^^^^1f66^^^^1f67% ^^^^1f68^^^^1f69^^^^1f6a^^^^1f6b^^^^1f6c^^^^1f6d^^^^1f6e^^^^1f6f% ^^^^1f70^^^^1f71^^^^1f72^^^^1f73^^^^1f74^^^^1f75^^^^1f76^^^^1f77% ^^^^1f78^^^^1f79^^^^1f7a^^^^1f7b^^^^1f7c^^^^1f7d^^^^1f7e^^^^1f7f% ^^^^1f80^^^^1f81^^^^1f82^^^^1f83^^^^1f84^^^^1f85^^^^1f86^^^^1f87% ^^^^1f88^^^^1f89^^^^1f8a^^^^1f8b^^^^1f8c^^^^1f8d^^^^1f8e^^^^1f8f% ^^^^1f90^^^^1f91^^^^1f92^^^^1f93^^^^1f94^^^^1f95^^^^1f96^^^^1f97% ^^^^1f98^^^^1f99^^^^1f9a^^^^1f9b^^^^1f9c^^^^1f9d^^^^1f9e^^^^1f9f% ^^^^1fa0^^^^1fa1^^^^1fa2^^^^1fa3^^^^1fa4^^^^1fa5^^^^1fa6^^^^1fa7% ^^^^1fa8^^^^1fa9^^^^1faa^^^^1fab^^^^1fac^^^^1fad^^^^1fae^^^^1faf% ^^^^1fb0^^^^1fb1^^^^1fb2^^^^1fb3^^^^1fb4^^^^1fb5^^^^1fb6^^^^1fb7% ^^^^1fb8^^^^1fb9^^^^1fba^^^^1fbb^^^^1fbc^^^^1fbd^^^^1fbe^^^^1fbf% ^^^^1fc0^^^^1fc1^^^^1fc2^^^^1fc3^^^^1fc4^^^^1fc5^^^^1fc6^^^^1fc7% ^^^^1fc8^^^^1fc9^^^^1fca^^^^1fcb^^^^1fcc^^^^1fcd^^^^1fce^^^^1fcf% ^^^^1fd0^^^^1fd1^^^^1fd2^^^^1fd3^^^^1fd4^^^^1fd5^^^^1fd6^^^^1fd7% ^^^^1fd8^^^^1fd9^^^^1fda^^^^1fdb^^^^1fdc^^^^1fdd^^^^1fde^^^^1fdf% ^^^^1fe0^^^^1fe1^^^^1fe2^^^^1fe3^^^^1fe4^^^^1fe5^^^^1fe6^^^^1fe7% ^^^^1fe8^^^^1fe9^^^^1fea^^^^1feb^^^^1fec^^^^1fed^^^^1fee^^^^1fef% ^^^^1ff0^^^^1ff1^^^^1ff2^^^^1ff3^^^^1ff4^^^^1ff5^^^^1ff6^^^^1ff7% ^^^^1ff8^^^^1ff9^^^^1ffa^^^^1ffb^^^^1ffc^^^^1ffd^^^^1ffe^^^^1fff% % General punctuation ^^^^201c^^^^201d% ^^00} \lst@RestoreCatcodes \makeatother \title{Biblatex-SBL Examples and Test File} \author{David Purton} \date{} \begin{document} \maketitle \tableofcontents \clearpage \setcounter{section}{5} \section{Notes and Bibliographies} \setcounter{subsection}{1} \subsection{General Examples: Books} \subsubsection{A Book by a Single Author} \begin{lstlisting} @book{talbert:1992, author = {Talbert, Charles H.}, title = {Reading John: A Literary and Theological Commentary on the Fourth Gospel and the Johannine Epistles}, location = {New York}, publisher = {Crossroad}, date = {1992} } \end{lstlisting} \begin{biboutput} \samplecite{15}[127]{talbert:1992} \samplecite{19}[22]{talbert:1992} \samplebib{talbert:1992} \end{biboutput} \subsubsection{A Book by Two or Three Authors} \begin{lstlisting} @book{robinson+koester:1971, author = {Robinson, James M. and Koester, Helmut}, title = {Trajectories through Early Christianity}, location = {Philadelphia}, publisher = {Fortress}, date = {1971} } \end{lstlisting} \begin{biboutput} \samplecite{4}[237]{robinson+koester:1971} \samplecite{12}[23]{robinson+koester:1971} \samplebib{robinson+koester:1971} \end{biboutput} \subsubsection{A Book by More than Three Authors} \begin{lstlisting} @book{scott+etal:1993, author = {Scott, Bernard Brandon and Dean, Margaret and Sparks, Kristen and LaZar, Frances}, title = {Reading New Testament Greek}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1993} } \end{lstlisting} \begin{biboutput} \samplecite{7}[53]{scott+etal:1993} \samplecite{9}[42]{scott+etal:1993} \samplebib{scott+etal:1993} \end{biboutput} \subsubsection{A Translated Volume} \begin{lstlisting} @book{egger:1996, author = {Egger, Wilhelm}, title = {How to Read the New Testament: An Introduction to Linguistic and Historical-Critical Methodology}, shorttitle = {How to Read}, translator = {Heinegg, Peter}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1996} } \end{lstlisting} \begin{biboutput} \samplecite{14}[28]{egger:1996} \samplecite{18}[291]{egger:1996} \samplebib{egger:1996} \end{biboutput} \subsubsection{The Full History of a Translated Volume} \begin{lstlisting} @book{wellhausen:1883, author = {Wellhausen, Julius}, title = {Prolegomena zur Geschichte Israels}, edition = {2}, location = {Berlin}, publisher = {Reimer}, date = {1883} } @book{wellhausen:1885, author = {Wellhausen, Julius}, title = {Prolegomena to the History of Israel}, translator = {Black, J. Sutherland and Enzies, A.}, withtranslator = {Smith, W. Robertson}, withtranslatortype = {withpreface}, location = {Edinburgh}, publisher = {Black}, related = {wellhausen:1883}, relatedtype = {translationof}, date = {1885} } @book{wellhausen:1957, author = {Wellhausen, Julius}, title = {Prolegomena to the History of Ancient Israel}, location = {New York}, publisher = {Meridian Books}, related = {wellhausen:1885}, relatedtype = {reprintof}, date = {1957} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[296]\{wellhausen:1957\}} \sloppy\samplecite*{3}[296]{wellhausen:1957} \samplebib{wellhausen:1957} \end{biboutput} \subsubsection{A Book with One Editor} \begin{lstlisting} @book{tigay:1985, editor = {Tigay, Jeffrey H.}, title = {Empirical Models for Biblical Criticism}, shorttitle = {Empiracle Models}, location = {Philadelphia}, publisher = {University of Pennsylvania Press}, date = {1985} } \end{lstlisting} \begin{biboutput} \samplecite{5}[35]{tigay:1985} \samplecite{9}[38]{tigay:1985} \samplebib{tigay:1985} \end{biboutput} \subsubsection{A Book with Two or Three Editors} \begin{lstlisting} @book{kaltner+mckenzie:2002, editor = {Kaltner, John and McKenzie, Steven L.}, title = {Beyond Babel: A Handbook for Biblical Hebrew and Related Languages}, series = {Resources for Biblical Study}, shortseries = {RBS}, number = {42}, location = {Atlanta}, publisher = {Society of Biblical Literature}, date = {2002} } \end{lstlisting} \begin{biboutput} \samplecite{44}[xii]{kaltner+mckenzie:2002} \samplecite{47}[viii]{kaltner+mckenzie:2002} \samplebib{kaltner+mckenzie:2002} \samplebiblist{kaltner+mckenzie:2002} \end{biboutput} \subsubsection{A Book with Four or More Editors} \begin{lstlisting} @book{oates+etal:2001, editor = {Oates, John F. and Willis, William H. and Bagnall, Roger S. and Worp, Klass A.}, title = {Checklist of Editions of Greek and Latin Papyri, Ostraca, and Tablets}, edition = {5}, series = {Bulletin of the American Society of Papyrologists, Supplements}, shortseries = {BASPSup}, number = {9}, location = {Oakville, CT}, publisher = {American Society of Papyrologists}, date = {2001} } \end{lstlisting} \begin{biboutput} \samplecite{4}[10]{oates+etal:2001} \samplebib{oates+etal:2001} \samplebiblist{oates+etal:2001} \end{biboutput} \subsubsection{A Book with Both Author and Editor} \begin{lstlisting} @book{schillebeeckx:1986, author = {Schillebeeckx, Edward}, title = {The Schillebeeckx Reader}, editor = {Schreiter, Robert J.}, location = {Edinburgh}, publisher = {T\&T Clark}, date = {1986} } \end{lstlisting} \begin{biboutput} \samplecite{45}[20]{schillebeeckx:1986} \samplebib{schillebeeckx:1986} \end{biboutput} \subsubsection{A Book with Author, Editor, and Translator} \begin{lstlisting} @book{blass+debrunner:1982, author = {Blass, Friedrich and Debrunner, Albert}, title = {Grammatica del greco del Nuovo Testamento}, editor = {Rehkopf, Friedrich}, translator = {Pisi, Giordana}, location = {Brescia}, publisher = {Paideia}, date = {1982} } \end{lstlisting} \begin{biboutput} \samplecite{3}[40]{blass+debrunner:1982} \samplebib{blass+debrunner:1982} \end{biboutput} \subsubsection{A Title in a Modern Work Citing a Nonroman Alphabet} \begin{lstlisting} @article{irvine:2014, author = {Irvine, Stuart A.}, title = {Idols \mkbibbrackets{\mkbibemph{ktbwnm}}: A note on Hosea 13:2a}, journaltitle = {Journal of Biblical Literature}, shortjournal = {JBL}, volume = {133}, date = {2014}, pages = {509-517} } \end{lstlisting} \begin{biboutput} \samplecite{34}{irvine:2014} \samplebiblist{irvine:2014} \end{biboutput} \subsubsection{An Article in and Edited Volume} \begin{lstlisting} @incollection{attridge:1986, author = {Attridge, Harold W.}, title = {Jewish Historiography}, pages = {311-343}, booktitle = {Early Judaism and Its Modern Interpreters}, editor = {Kraft, Robert A. and Nickelsburg, George W. E.}, location = {Philadelphia and Atlanta}, publisher = {Fortress and Scholars Press}, date = {1986} } \end{lstlisting} \begin{biboutput} \samplecite{3}{attridge:1986} \samplecite{6}[311-343]{attridge:1986} \samplebib{attridge:1986} \end{biboutput} \subsubsection{An Article in a Festschrift} \begin{lstlisting} @incollection{vanseters:1995, author = {Van Seters, John}, title = {The Theology of the Yahwist: A Preliminary Sketch}, shorttitle = {Theology of the Yahwist}, pages = {219-228}, booktitle = {“Wer ist wie du, Herr, unter den Göttern?”: Studien zur Theologie und Religionsgeschichte Israels für Otto Kaiser zum~70. Geburtstag}, editor = {Kottsieper, Ingo and others}, location = {Göttingen}, publisher = {Vandenhoeck \& Ruprecht}, date = {1995} } \end{lstlisting} \begin{biboutput} \samplecite{8}{vanseters:1995} \samplecite{17}[222]{vanseters:1995} \samplebib{vanseters:1995} \end{biboutput} \subsubsection{An Introduction, Preface, or Foreword Written by Someone Other Than the Author} \begin{lstlisting} @suppbook{boers:1996, author = {Boers, Hendrikus}, type = {introduction}, booktitle = {How to Read the New Testament: An Introduction to Linguistic and Historical-Critical Methodology}, bookauthor = {Egger, Wilhelm}, translator = {Heinegg, Peter}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1996} } \end{lstlisting} \begin{biboutput} \samplecite{2}[xi-xxi]{boers:1996} \samplecite{6}[xi-xx]{boers:1996} \samplebib{boers:1996} \end{biboutput} \subsubsection{Multiple Publishers for a Single Book} \begin{lstlisting} @book{gerhardsson:1961, author = {Gerhardsson, Birger}, title = {Memory and Manuscript: Oral Tradition and Written Transmission in Rabbinic Judaism and Early Christianity}, series = {Acta Seminarii Neotestamentici Upsaliensis}, shortseries = {ASNU}, number = {22}, location = {Lund and Copenhagen}, publisher = {Gleerup and Munksgaard}, date = {1961} } \end{lstlisting} \begin{biboutput} \samplebib{gerhardsson:1961} \samplebiblist{gerhardsson:1961} \end{biboutput} \subsubsection{A Revised Edition} \begin{lstlisting} @book{pritchard:1969, editor = {Pritchard, James B.}, title = {Ancient Near Eastern Texts Relating to the Old Testament}, edition = {3}, location = {Princeton}, publisher = {Princeton University Press}, date = {1969} } \end{lstlisting} \begin{biboutput} \samplecite{87}[xxi]{pritchard:1969} \samplebib{pritchard:1969} \end{biboutput} \medskip \begin{lstlisting} @book{blenkinsopp:1996, author = {Blenkinsopp, Joseph}, title = {A History of Prophecy in Israel}, edition = {rev.\@ and enl.\@ ed.}, location = {Louisville}, publisher = {Westminster John Knox}, date = {1996} } \end{lstlisting} \begin{biboutput} \samplecite{56}[81]{blenkinsopp:1996} \samplebib{blenkinsopp:1996} \end{biboutput} \subsubsection{A Recent Reprint Title} \begin{lstlisting} @book{vanseters:1997, author = {Van Seters, John}, title = {In Search of History: Histeriography in the Ancient World and the Origins of Biblical History}, origlocation = {New Haven}, origpublisher = {Yale University Press}, origdate = {1983}, location = {Winona Lake, IN}, publisher = {Eisenbrauns}, date = {1997} } \end{lstlisting} \begin{biboutput} \samplecite{5}[35]{vanseters:1997} \samplebib{vanseters:1997} \end{biboutput} \subsubsection{A Reprint Title in the Public Domain} \begin{lstlisting} @book{deissmann:1995, author = {Deissmann, Gustav Adolf}, title = {Light from the Ancient East: The New Testament Illustrated by Recently Discovered Texts of the Graeco-Roman World}, translator = {Strachan, Lionel R. M.}, origdate = {1927}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1995} } \end{lstlisting} \begin{biboutput} \samplecite{5}[55]{deissmann:1995} \samplebib{deissmann:1995} \end{biboutput} \subsubsection{A Forthcoming Book} \begin{lstlisting} @book{harrison+welborn:forthcoming, editor = {Harrison, James R. and Welborn, L. L.}, title = {The First Urban Churches 2: Roman Corinth}, shorttitle = {Roman Corinth}, series = {Writings from the Greco-Roman World Supplement Series}, shortseries = {WGRWSup}, location = {Atlanta}, publisher = {SBL Press}, pubstate = {forthcoming} } \end{lstlisting} \break \begin{biboutput} \samplecite{9}{harrison+welborn:forthcoming} \samplecite{12}[201]{harrison+welborn:forthcoming} \samplebib{harrison+welborn:forthcoming} \samplebiblist{harrison+welborn:forthcoming} \end{biboutput} \subsubsection{A Multivolume Work} \begin{lstlisting} @mvbook{harnack:1896-1905, author = {Harnack, Adolf}, title = {History of Dogma}, translator = {Buchanan, Neil}, origlanguage = {from the 3rd German ed\adddot}, volumes = {7}, location = {Boston}, publisher = {Little, Brown}, date = {1896/1905} } \end{lstlisting} \begin{biboutput} \samplecite{5}{harnack:1896-1905} \samplecite{9}[2:126]{harnack:1896-1905} \samplebib{harnack:1896-1905} \end{biboutput} \subsubsection{A Titled Volume in a Multivolume, Edited Work} \begin{lstlisting} @collection{winter+clarke:1993, editor = {Winter, Bruce W. and Clarke, Andrew D.}, title = {The Book of Acts in Its Ancient Literary Setting}, shorttitle = {Book of Acts}, volume = {1}, maintitle = {The Book of Acts in Its First Century Setting}, maineditor = {Winter, Bruce W.}, location = {Grand Rapids}, publisher = {Eerdmans}, date = {1993} } \end{lstlisting} \begin{biboutput} \samplecite{5}[25]{winter+clarke:1993} \samplecite{16}[25]{winter+clarke:1993} \samplebib{winter+clarke:1993} \end{biboutput} \subsubsection{A Chapter within a Multivolume Work} \begin{lstlisting} @incollection{mason:1996, author = {Mason, Steve}, title = {Josephus on Canon and Scriptures}, pages = {217-235}, volume = {1}, part = {1}, maintitle = {Hebrew Bible\slash Old Testament: The History of Its Interpretation}, editor = {Sæbø, Magne}, location = {Göttingen}, publisher = {Vandenhoeck \& Ruprecht}, date = {1996} } \end{lstlisting} \begin{biboutput} \samplecite{24}{mason:1996} \samplecite{28}[224]{mason:1996} \samplebib{mason:1996} \end{biboutput} \subsubsection{A Chapter within a Titled Volume in a Multivolume Work} \begin{lstlisting} @incollection{peterson:1993, author = {Peterson, David}, title = {The Motif of Fulfilment and the Purpose of Luke-Acts}, shorttitle = {Motif of Fulfilment}, pages = {83-104}, booktitle = {The Book of Acts in Its Ancient Literary Setting}, bookeditor = {Winter, Bruce W. and Clarke, Andrew D.}, volume = {1}, maintitle = {The Book of Acts in Its First Century Setting}, editor = {Winter, Bruce W.}, location = {Grand Rapids}, publisher = {Eerdmans}, date = {1993} } \end{lstlisting} \begin{biboutput} \samplecite{66}{peterson:1993} \samplecite{78}[92]{peterson:1993} \samplebib{peterson:1993} \end{biboutput} \subsubsection{A Work in a Series} \begin{lstlisting} @book{hofius:1989, author = {Hofius, Otfried}, title = {Paulusstudien}, series = {Wissenschaftliche Untersuchungen zum Neuen Testament}, shortseries = {WUNT}, number = {51}, location = {Tübingen}, publisher = {Mohr Siebeck}, date = {1989} } \end{lstlisting} \begin{biboutput} \samplecite{12}[122]{hofius:1989} \samplecite{14}[124]{hofius:1989} \samplebib{hofius:1989} \samplebiblist{hofius:1989} \end{biboutput} \medskip \begin{lstlisting} @book{jeremias:1967, author = {Jeremias, Joachim}, title = {The Prayers of Jesus}, shorttitle = {Prayers}, series = {Studies in Biblical Theology}, shortseries = {SBT}, seriesseries = {2}, number = {6}, location = {Naperville, IL}, publisher = {Allenson}, date = {1967} } \end{lstlisting} \begin{biboutput} \samplecite{23}[123-127]{jeremias:1967} \samplecite{32}[126]{jeremias:1967} \samplebib{jeremias:1967} \samplebiblist{jeremias:1967} \end{biboutput} \subsubsection{Electronic Book} \begin{lstlisting} @book{reventlow:2009, author = {Reventlow, Henning Graf}, title = {From the Old Testament to Origen}, volume = {1}, maintitle = {History of Biblical Interpretation}, translator = {Perdue, Leo G.}, location = {Atlanta}, publisher = {Society of Biblical Literature}, date = {2009}, eprint = {Nook}, eprinttype = {ebook} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[ch.\textasciitilde 1.3]\{reventlow:2009\}} \samplecite*{14}[ch.~1.3]{reventlow:2009} \samplemacro{\textbackslash autocite[ch.\textasciitilde 1.3]\{reventlow:2009\}} \samplecite*{18}[ch.~1.3]{reventlow:2009} \samplebib{reventlow:2009} \end{biboutput} \medskip \begin{lstlisting} @book{wright:2014, author = {Wright, Jacob L.}, title = {David, King of Israel, and Caleb in Biblical Memory}, shorttitle = {David, King of Israel}, location = {Cambridge}, publisher = {Cambridge University Press}, date = {2014}, eprint = {Kindle}, eprinttype = {ebook} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[ch.\textasciitilde 3, \textbackslash mkibquote\{Introducing David\}]\{wright:2014\}} \samplecite*{3}[ch.~3, \mkbibquote{Introducing David}]{wright:2014} \samplemacro{\textbackslash autocite[ch.\textasciitilde 5, \textbackslash mkibquote\{Evidence from Qumran\}]\{wright:2014\}} \samplecite*{21}[ch.~5, \mkbibquote{Evidence from Qumran}]{wright:2014} \samplebib{wright:2014} \end{biboutput} \medskip \begin{lstlisting} @book{killebrew+steiner:2014, editor = {Killebrew, Ann E. and Steiner, Margreet}, title = {The Oxford Handbook of the Archaeology of the Levant: c.~8000--332 BCE}, shorttitle = {Archaeology of the Levant}, location = {Oxford}, publisher = {Oxford University Press}, date = {2014}, doi = {10.1093/oxfordhb/9780199212972.001.0001} } \end{lstlisting} \begin{biboutput} \samplecite{53}{killebrew+steiner:2014} \samplecite{55}{killebrew+steiner:2014} \samplebib{killebrew+steiner:2014} \end{biboutput} \medskip \begin{lstlisting} @book{kaufman:1974, author = {Kaufman, Stephen}, title = {The Akkadian Influences on Aramaic}, series = {Assyriological Studies}, shortseries = {AS}, number = {19}, location = {Chicago}, publisher = {The Oriental Institute of the University of Chicago}, date = {1974}, url = {http://oi.uchicago.edu/pdf/as19.pdf} } \end{lstlisting} \begin{biboutput} \samplecite{29}{kaufman:1974} \samplecite{32}[123]{kaufman:1974} \samplebib{kaufman:1974} \samplebiblist{kaufman:1974} \end{biboutput} \subsection{General Examples: Journal Articles, Reviews, and Dissertations} \subsubsection{A Journal Article} \begin{lstlisting} @article{leyerle:1993, author = {Leyerle, Blake}, title = {John Chrysostom on the Gaze}, shorttitle = {Chrysostom}, journaltitle = {Journal of Early Christian Studies}, shortjournal = {JECS}, volume = {1}, date = {1993}, pages = {159-174} } \end{lstlisting} \begin{biboutput} \samplecite{7}{leyerle:1993} \samplecite{23}[161]{leyerle:1993} \samplebib{leyerle:1993} \samplebiblist{leyerle:1993} \end{biboutput} \subsubsection{A Journal Article with Multiple Page Locations and Volumes} \begin{lstlisting} @article{wildberger:1965, author = {Wildberger, Hans}, title = {Das Abbild Gottes: Gen 1:26--30}, journaltitle = {Theologische Zeitschrift}, shortjournal = {TZ}, volume = {21}, date = {1965}, pages = {245-259, 481-501} } \end{lstlisting} \begin{biboutput} \samplecite{21}{wildberger:1965} \samplebib{wildberger:1965} \samplebiblist{wildberger:1965} \end{biboutput} \medskip \begin{lstlisting} @article{wellhausen:1876-1877, author = {Wellhausen, Julius}, title = {Die Composition des Hexateuchs}, journaltitle = {Jahrbuch für deutsche Theologie}, shortjournal = {JDT}, pages = {21 \mkbibparens{1876}: 392--450\addsemicolon\space 22 \mkbibparens{1877}: 407--479} } \end{lstlisting} \begin{biboutput} \samplecite{24}{wellhausen:1876-1877} \samplebib{wellhausen:1876-1877} \samplebiblist{wellhausen:1876-1877} \end{biboutput} \subsubsection{A Journal Article Republished in a Collected Volume} \begin{lstlisting} @article{freedman:1977, author = {Freedman, David Noel}, title = {Pottery, Poetry, and Prophecy: An Essay on Biblical Poetry}, journaltitle = {Journal of Biblical Literature}, shortjournal = {JBL}, volume = {96}, date = {1977}, pages = {5-26} } \end{lstlisting} \begin{biboutput} \samplecite{20}[20]{freedman:1977} \samplebib{freedman:1977} \samplebiblist{freedman:1977} \end{biboutput} \medskip \begin{lstlisting} @incollection{freedman:1980, author = {Freedman, David Noel}, title = {Pottery, Poetry, and Prophecy: An Essay on Biblical Poetry}, booktitle = {Pottery, Poetry, and Prophecy: Studies in Early Hebrew Poetry}, location = {Winona Lake, IN}, publisher = {Eisenbrauns}, date = {1980}, pages = {1-22} } \end{lstlisting} \begin{biboutput} \samplecite{20}[14]{freedman:1980} \samplebib{freedman:1980} \end{biboutput} \subsubsection{A Book Review} \begin{lstlisting} @review{teeple:1966, author = {Teeple, Howard M.}, revdauthor = {Robert, André and Feuillet, André}, revdtitle = {Introduction to the New Testament}, journaltitle = {Journal of Bible and Religion}, shortjournal = {JBR}, volume = {34}, date = {1966}, pages = {368-370} } \end{lstlisting} \begin{biboutput} \samplecite{8}{teeple:1966} \samplecite{21}[369]{teeple:1966} \samplebib{teeple:1966} \samplebiblist{teeple:1966} \end{biboutput} \medskip \begin{lstlisting} @review{pelikan:1992, author = {Pelikan, Jaroslav}, title = {The Things That You're Liable to Read in the Bible}, revdeditor = {Freedman, David Noel}, revdtitle = {The Anchor Bible Dictionary}, journaltitle = {New York Times Review of Books}, date = {1992-12-20}, pages = {3} } \end{lstlisting} \begin{biboutput} \samplecite{9}{pelikan:1992} \samplebib{pelikan:1992} \end{biboutput} \medskip \begin{lstlisting} @article{petersen:1988, author = {Petersen, David L.}, title = {Hebrew Bible Textbooks: A Review Article}, journaltitle = {Critical Review of Books in Religion}, shortjournal = {CRBR}, volume = {1}, date = {1988}, pages = {1-18} } \end{lstlisting} \begin{biboutput} \samplecite{7}{petersen:1988} \samplecite{14}[8]{petersen:1988} \samplebib{petersen:1988} \samplebiblist{petersen:1988} \end{biboutput} \subsubsection{An Unpublished Dissertation or Thesis} \begin{lstlisting} @thesis{klosinski:1988, author = {Klosinski, Lee E.}, title = {Meals in Mark}, type = {phdthesis}, institution = {The Claremont Graduate School}, date = {1988} } \end{lstlisting} \begin{biboutput} \samplecite{21}[22-44]{klosinski:1988} \samplecite{26}[23]{klosinski:1988} \samplebib{klosinski:1988} \end{biboutput} \subsubsection{An Article in an Encyclopaedia or a Dictionary} \paragraph{An Article in a Multivolume Encyclopaedia or Dictionary} \begin{lstlisting} @mvreference{IDB, editor = {Buttrick, George A.}, title = {The Interpreter's Dictionary of the Bible}, shorttitle = {IDB}, volumes = {4}, location = {New York}, publisher = {Abingdon}, date = {1962}, shorthand = {IDB} } @inreference{stendahl:1962, author = {Stendahl, Krister}, title = {Biblical Theology, Contemporary}, shorttitle = {Biblical Theology}, volume = {1}, pages = {418-432}, crossref = {IDB}, xref = {IDB} } \end{lstlisting} \begin{biboutput} \samplecite{33}{stendahl:1962} \samplecite{36}[419]{stendahl:1962} \samplebib{stendahl:1962} \samplemacro{\textbackslash usepackage[style=sbl,fullbibrefs]\{biblatex\} \\ \textbackslash printbibliography} \toggletrue{fullbibrefs} \samplebib*{stendahl:1962} \togglefalse{fullbibrefs} \samplebiblist{IDB} \end{biboutput} \paragraph{An Article in a Single-Volume Encyclopaedia or Dictionary} \begin{lstlisting} @reference{DOTP, editor = {Alexander, T. Desmond and Baker, David W.}, title = {Dictionary of the Old Testament: Pentateuch}, shorttitle = {DOTP}, location = {Downers Grove, IL}, publisher = {InterVarsity}, date = {2003}, shorthand = {DOTP} } @inreference{olson:2003, author = {Olson, Dennis T.}, title = {Numbers, Book of}, shorttitle = {Numbers}, pages = {611-618}, crossref = {DOTP}, xref = {DOTP} } \end{lstlisting} \begin{biboutput} \samplecite{33}{olson:2003} \samplecite{36}[612]{olson:2003} \samplebib{olson:2003} \samplebiblist{DOTP} \end{biboutput} \subsubsection{An Article in a Lexicon or Theological Dictionary} \begin{lstlisting} @mvlexicon{NIDNTT, editor = {Brown, Colin}, title = {New International Dictionary of New Testament Theology}, shorttitle = {NIDNTT}, volumes = {4}, location = {Grand Rapids}, publisher = {Zondervan}, date = {1975/1985}, shorthand = {NIDNTT} } @inlexicon{dahn+liefeld:see+vision+eye, author = {Dahn, Karl and Liefeld, Walter L.}, title = {See, Vision, Eye}, volume = {3}, pages = {511-521}, xref = {NIDNTT} } \end{lstlisting} \begin{biboutput} \samplecite{3}{dahn+liefeld:see+vision+eye} \samplebib{NIDNTT} \samplebiblist{NIDNTT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{TDNT, editor = {Kittel, Gerhard and Friedrich, Gerhard}, title = {Theological Dictionary of the New Testament}, shorttitle = {TDNT}, translator = {Bromiley, Geoffrey W.}, volumes = {10}, location = {Grand Rapids}, publisher = {Eerdmans}, date = {1964/1976}, shorthand = {TDNT} } @inlexicon{beyer:diakoneo+diakonia+ktl, author = {Beyer, Hermann W.}, title = {\textgreek{διακονέω, διακονία, κτλ}}, volume = {2}, pages = {81-93}, xref = {TDNT} } \end{lstlisting} \begin{biboutput} \samplecite{6}{beyer:diakoneo+diakonia+ktl} \samplecite{25}[83]{beyer:diakoneo+diakonia+ktl} \samplebib{TDNT} \samplebiblist{TDNT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{TLNT, author = {Spicq, Ceslas}, title = {Theological Lexicon of the New Testament}, shorttitle = {TLNT}, editor = {Ernest, James D.}, translator = {Ernest, James D.}, volumes = {3}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1994}, shorthand = {TLNT} } @inlexicon{spicq:atakteo+ataktos+ataktos, author = {Spicq, Ceslas}, title = {\textgreek{ἀτακτέω, ἄτακτος, ἀτάκτως}}, volume = {1}, pages = {223-224}, xref = {TLNT} } \end{lstlisting} \begin{biboutput} \samplecite{7}{spicq:atakteo+ataktos+ataktos} \samplebib{TLNT} \samplebiblist{TLNT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{TLNT, author = {Spicq, Ceslas}, title = {Theological Lexicon of the New Testament}, shorttitle = {TLNT}, editor = {Ernest, James D.}, translator = {Ernest, James D.}, volumes = {3}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1994}, shorthand = {TLNT} } @inlexicon{spicq:amoibe, author = {Spicq, Ceslas}, title = {\textgreek{ἀμοιβή}}, volume = {1}, pages = {95-96}, xref = {TLNT} } \end{lstlisting} \begin{biboutput} \samplecite{143}{spicq:amoibe} \samplecite{147}[95]{spicq:amoibe} \samplebib{TLNT} \samplebiblist{TLNT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{TDNT, editor = {Kittel, Gerhard and Friedrich, Gerhard}, title = {Theological Dictionary of the New Testament}, shorttitle = {TDNT}, translator = {Bromiley, Geoffrey W.}, volumes = {10}, location = {Grand Rapids}, publisher = {Eerdmans}, date = {1964/1976}, shorthand = {TDNT} } @inlexicon{beyer:diakoneo, author = {Beyer, Hermann W.}, title = {\textgreek{διακονέω}}, volume = {2}, pages = {81-87}, xref = {TDNT} } \end{lstlisting} \begin{biboutput} \samplecite{23}{beyer:diakoneo} \samplebib{TDNT} \samplebiblist{TDNT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{NIDNTT, editor = {Brown, Colin}, title = {New International Dictionary of New Testament Theology}, shorttitle = {NIDNTT}, volumes = {4}, location = {Grand Rapids}, publisher = {Zondervan}, date = {1975/1985}, shorthand = {NIDNTT} } @inlexicon{dahn:horao, author = {Dahn, Karl}, title = {\textgreek{ὁράω}}, volume = {3}, pages = {511-518}, xref = {NIDNTT} } \end{lstlisting} \begin{biboutput} \samplecite{26}{dahn:horao} \samplecite{29}[511]{dahn:horao} \samplebib{NIDNTT} \samplebiblist{NIDNTT} \end{biboutput} \subsubsection{A Paper Presented at a Professional Society} \begin{lstlisting} @misc{SBL, note = {Society of Biblical Literature}, shorthand = {SBL}, options = {skipbib} } @conferencepaper{niditch:1994, author = {Niditch, Susan}, title = {Oral Culture and Written Documents}, shorttitle = {Oral Culture}, eventtitle = {the Annual Meeting of the New England Region of the \citeshorthand{SBL}}, venue = {Worcester, MA}, eventdate = {1994-03-25} } \end{lstlisting} \begin{biboutput} \samplecite{31}[13-17]{niditch:1994} \samplecite{35}[14]{niditch:1994} \samplebib{niditch:1994} \samplebiblist{SBL} \end{biboutput} \subsubsection{An Article in a Magazine} \begin{lstlisting} @article{saldarini:1998, author = {Saldarini, Anthony J.}, title = {Babatha's Story}, journaltitle = {Biblical Archaeology Review}, shortjournal = {BAR}, volume = {24}, number = {2}, date = {1998}, pages = {23-33, 36-37, 72-74} } \end{lstlisting} \begin{biboutput} \samplecite{8}{saldarini:1998} \samplecite{27}[28]{saldarini:1998} \samplebib{saldarini:1998} \samplebiblist{saldarini:1998} \end{biboutput} \subsubsection{An Electronic Journal Article} \begin{lstlisting} @article{springer:2014, author = {Springer, Carl P. E.}, title = {Of Roosters and \mkbibemph{Repetitio}: Ambrose's \mkbibemph{Aeterne rerum conditor}}, journaltitle = {Vigiliae Christianae}, shortjournal = {VC}, volume = {68}, date = {2014}, pages = {155-177}, doi = {10.1163/15700720-12341158} } \end{lstlisting} \begin{biboutput} \samplecite{43}{springer:2014} \samplecite{45}[158]{springer:2014} \samplebib{springer:2014} \samplebiblist{springer:2014} \end{biboutput} \medskip \begin{lstlisting} @article{truehart:1996, author = {Truehart, Charles}, title = {Welcome to the Next Church}, shorttitle = {Next Church}, url = {http://www.theatlantic.com/atlantic/issues/96aug/nxtchrch/nxtchrch.htm}, journaltitle = {Atlantic Monthly}, volume = {278}, date = {1996-08}, pages = {37-58} } \end{lstlisting} \begin{biboutput} \samplecite{8}{truehart:1996} \samplecite{12}[37]{truehart:1996} \samplebib{truehart:1996} \end{biboutput} \medskip \begin{lstlisting} @article{kirk:2007, author = {Kirk, Alan}, title = {Karl Polanyi, Marshall Sahlins, and the Study of Ancient Social Relations}, shorttitle = {Karl Polanyi}, journaltitle = {Journal of Biblical Literature}, shortjournal = {JBL}, volume = {126}, date = {2007}, pages = {182-191}, doi = {10.2307/27638428}, url = {http://www.jstor.org/stable/27638428} } \end{lstlisting} \begin{biboutput} \samplecite{31}{kirk:2007} \samplecite{35}[186]{kirk:2007} \samplebib{kirk:2007} \samplebiblist{kirk:2007} \end{biboutput} \subsection{Special Examples} \subsubsection{Texts from the Ancient Near East} \paragraph{Citing \textsl{COS}} \begin{lstlisting} @mvcollection{COS, editor = {Hallo, William W.}, title = {The Context of Scripture}, shorttitle = {COS}, volumes = {3}, location = {Leiden}, publisher = {Brill}, date = {1997/2002}, shorthand = {COS}, options = {skipbib} } @collection{hallo:1997, editor = {Hallo, William W.}, title = {Canonical Compositions from the Biblical World}, shorttitle = {COS}, maintitle = {The Context of Scripture}, volume = {1}, location = {Leiden}, publisher = {Brill}, date = {1997}, shorthand = {COS}, xref = {COS}, options = {skipbiblist} } @ancienttext{greathymnaten, entrysubtype = {COS}, title = {The Great Hymn to the Aten}, shorttitle = {Great Hymn to the Aten}, translator = {Lichtheim, Miriam}, part = {26}, pages = {44-46}, related = {hallo:1997}, relatedoptions = {usevolume=false,skipbiblist} } \end{lstlisting} \begin{biboutput} \samplecite{7}{greathymnaten} \samplecite{11}[44-46]{greathymnaten} \samplebib{hallo:1997} \samplebiblist{COS} \end{biboutput} \paragraph{Citing Other Texts} \begin{lstlisting} @collection{ANET, editor = {Pritchard, James B.}, title = {Ancient Near Eastern Texts Relating to the Old Testament}, shorttitle = {ANET}, edition = {3}, location = {Princeton}, publisher = {Princeton University Press}, date = {1969}, shorthand = {ANET} } @ancienttext{suppiluliumas, title = {Suppiluliumas and the Egyptian Queen}, translator = {Goetz, Albrecht}, related = {ANET}, } \end{lstlisting} \begin{biboutput} \samplecite{16}[319]{suppiluliumas} \samplebib{ANET} \samplebiblist{ANET} \end{biboutput} \medskip \begin{lstlisting} @book{dalley:1991, author = {Dalley, Stephanie}, title = {Myths from Mesopotamia}, location = {Oxford}, publisher = {Oxford University Press}, date = {1991} } @ancienttext{erraandishum, title = {Erra and Ishum}, pages = {282-315}, related = {dalley:1991}, } \end{lstlisting} \begin{biboutput} \samplecite{5}{erraandishum} \samplebib{dalley:1991} \end{biboutput} \medskip \begin{lstlisting} @book{foster:1993, author = {Foster, Benjamin}, title = {Before the Muses: An Anthology of Akkadian Literature}, shorttitle = {Muses}, volume = {1}, location = {Bethesda, MD}, publisher = {CDL}, date = {1993} } @ancienttext{erraandishum:foster, title = {Erra and Ishum}, pages = {771-805}, related = {foster:1993}, relatedoptions = {usevolume=false} } \end{lstlisting} \begin{biboutput} \samplecite{5}{erraandishum:foster} \samplebib{foster:1993} \end{biboutput} \medskip \begin{lstlisting} @mvbook{AEL, author = {Lichtheim, Miriam}, title = {Ancient Egyptian Literature}, shorttitle = {AEL}, volumes = {3}, location = {Berkeley}, publisher = {University of California Press}, date = {1971/1980}, shorthand = {AEL}, options = {skipbib} } @book{lichtheim:1976, author = {Lichtheim, Miriam}, title = {Ancient Egyptian Literature}, shorttitle = {AEL}, volume = {2}, location = {Berkeley}, publisher = {University of California Press}, date = {1976}, shorthand = {AEL}, xref = {AEL}, options = {skipbiblist} } @ancienttext{doomedprince, title = {The Doomed Prince}, pages = {200-203}, related = {lichtheim:1976}, relatedoptions = {shorthand=short,usevolume=false,skipbiblist} } \end{lstlisting} \begin{biboutput} \samplecite{34}{doomedprince} \samplecite{36}[200-203]{doomedprince} \samplebib{lichtheim:1976} \samplebiblist{AEL} \end{biboutput} \medskip \begin{lstlisting} @book{hoffner:1990, author = {Hoffner, Jr., Harry A.}, title = {Hittite Myths}, editor = {Beckman, Gary M.}, series = {Writings from the Ancient World}, shortseries = {WAW}, number = {2}, location = {Atlanta}, publisher = {Scholars Press}, date = {1990} } @ancienttext{disappearanceofsungod, title = {The Disappearance of the Sun God}, related = {hoffner:1990} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[(§3 \textbackslash{}mkbibparens\{A I 11--17\})26]\{disappearanceofsungod\}} \samplecite*{12}[(§3 \mkbibparens{A I 11--17})26]{disappearanceofsungod} \samplebib{hoffner:1990} \samplebiblist{hoffner:1990} \end{biboutput} \medskip \begin{lstlisting} @mvbook{RIMA, entrysubtype = {RIMA}, author = {Grayson, Albert Kirk}, title = {Assyrian Rulers of the Early First Millennium BC \mkbibparens{1114--859 BC}}, series = {The Royal Inscriptions of Mesopotamia, Assyrian Periods}, shortseries = {RIMA}, number = {2}, location = {Toronto}, publisher = {University of Toronto Press}, date = {1991}, shorthand = {RIMA}, options = {skipbiblistshorthand} } @ancienttext{ashurinscription, entrysubtype = {inscription}, title = {Ashur Inscription}, pages = {143-144}, related = {RIMA}, relatedoptions = {skipbiblistshorthand,shorthand=short} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[(obv.\textbackslash{} lines 10--17)]\{ashurinscription\}} \samplecite*{32}[(obv.\ lines 10--17)]{ashurinscription} \samplemacro{\textbackslash autocite[(obv.\textbackslash{} lines 10--17)143-144]\{ashurinscription\}} \samplecite*{34}[(obv.\ lines 10--17)143-144]{ashurinscription} \samplebib{RIMA} \samplebiblist{series-RIMA} \end{biboutput} \medskip \begin{lstlisting} @book{ABC, author = {Grayson, Albert Kirk}, title = {Assyrian and Babylonian Chronicles}, shorttitle = {ABC}, series = {Texts from Cuneiform Sources}, shortseries = {TCS}, number = {5}, location = {Locust Valley, NY}, publisher = {Augustin}, date = {1975}, shorthand = {ABC} } @ancienttext{esarhaddonchronicle, entrysubtype = {chronicle}, title = {Esarhaddon Chronicle}, related = {ABC}, relatedoptions = {shorthand=short} } \end{lstlisting} \begin{biboutput} \samplecite{33}[(lines 3--4)125]{esarhaddonchronicle} \samplecite{34}[(lines 3--4)125]{esarhaddonchronicle} \samplebib{ABC} \samplebiblist{ABC} \samplebiblist*{series-ABC} \end{biboutput} \medskip \begin{lstlisting} @book{ARM1, author = {Dossin, Georges}, title = {Lettres}, series = {Archives royales de Mari}, shortseries = {ARM}, number = {1}, origdate = {1946}, location = {Paris}, publisher = {Geuthner}, date = {1967}, shorthand = {ARM}, options = {skipbiblistshorthand} } \end{lstlisting} \begin{biboutput} \samplecite{45}[1.3]{ARM1} \samplebib{ARM1} \samplebiblist{series-ARM1} \end{biboutput} \medskip \begin{lstlisting} @book{ARMT1, author = {Dossin, Georges}, title = {Correspondance de Šamši-Addu et de ses fils}, series = {Archives royales de Mari, transcrite et traduite}, shortseries = {ARMT}, number = {1}, location = {Paris}, publisher = {Imprimerei nationale}, date = {1950}, shorthand = {ARMT}, options = {skipbiblistshorthand} } \end{lstlisting} \begin{biboutput} \samplecite{45}[1.3]{ARMT1} \samplebib{ARMT1} \samplebiblist{series-ARMT1} \end{biboutput} \subsubsection{Loeb Classical Library (Greek and Latin)} \begin{lstlisting} @mvbook{josephus, title = {Josephus}, translator = {Thackeray, Henry St.\@ J. and others}, volumes = {10}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1926/1965} } @classictext{josephus:ant, author = {Josephus}, title = {Ant\adddot}, xref = {josephus} } \end{lstlisting} \begin{biboutput} \sampleparencite[2.233-235]{josephus:ant} \samplecite{1}[2.233-235]{josephus:ant} \samplebib{josephus} \samplebiblist{josephus} \end{biboutput} \medskip \begin{lstlisting} @mvbook{tacitus, author = {Tacitus}, title = {The Histories and The Annals}, translator = {Clifford H. Moore and John Jackson}, volumes = {4}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1937} } @classictext{tacitus:ann, author = {Tacitus}, title = {Ann\adddot}, xref = {tacitus} } \end{lstlisting} \begin{biboutput} \samplecite{4}[15.18-19]{tacitus:ann} \samplebib{tacitus} \samplebiblist{tacitus} \end{biboutput} \medskip \begin{lstlisting} @mvbook{josephus, title = {Josephus}, translator = {Thackeray, Henry St.\@ J. and others}, volumes = {10}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1926/1965} } @classictext{josephus:ant:thackery, author = {Josephus}, title = {Ant\adddot}, translator = {Thackeray}, series = {Loeb Classical Library}, shortseries = {LCL}, xref = {josephus} } \end{lstlisting} \begin{biboutput} \sampleparencite[2.233-235]{josephus:ant:thackery} \samplecite{5}[2.233-235]{josephus:ant:thackery} \samplebib{josephus} \samplebiblist{josephus} \end{biboutput} \medskip \begin{lstlisting} @mvbook{tacitus, author = {Tacitus}, title = {The Histories and The Annals}, translator = {Clifford H. Moore and John Jackson}, volumes = {4}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1937} } @classictext{tacitus:ann:jackson, author = {Tacitus}, title = {Ann\adddot}, translator = {Jackson}, series = {Loeb Classical Library}, shortseries = {LCL}, xref = {tacitus} } \end{lstlisting} \begin{biboutput} \samplecite{6}[15.18-19]{tacitus:ann:jackson} \samplebib{tacitus} \samplebiblist{tacitus} \end{biboutput} \medskip \begin{lstlisting} @mvbook{josephus, title = {Josephus}, translator = {Thackeray, Henry St.\@ J. and others}, volumes = {10}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1926/1965} } @book{josephus:ant1-19, author = {Josephus, Flavius}, shortauthor = {Josephus}, title = {The Jewish Antiquities, Books 1--19}, shorttitle = {Ant\adddot}, translator = {Thackeray, Henry St.\@ J. and others}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1930/1965}, xref = {josephus}, options = {skipbib} } \end{lstlisting} \begin{biboutput} \samplecite{14}{josephus:ant1-19} \samplebib{josephus} \samplebiblist{josephus} \end{biboutput} \subsubsection{Papyri, Ostraca, and Epigraphica} \paragraph{Papyri and Ostraca in General} \begin{lstlisting} @ancienttext{p.cair.zen., editor = {Edgar, C. C.}, title = {Zenon Papyri, Catalogue général des antiquités égyptiennes du Musée du Caire}, location = {Cairo}, shorthand = {P.Cair.Zen.}, options = {skipbib,useeditor=false} } \end{lstlisting} \begin{biboutput} \sampleparencite[59003]{p.cair.zen.} \samplecite{22}[59003]{p.cair.zen.} \samplebiblist{p.cair.zen.} \end{biboutput} \medskip \begin{lstlisting} @book{hunt+edgar:1932, author = {Hunt, Arthur S. and Edgar, Campbell C.}, title = {Select Papyri}, series = {Loeb Classical Library}, shortseries = {LCL}, location = {Cambridge}, publisher = {Harvard University Press}, date = {1932} } @ancienttext{p.cair.zen.:hunt+edgar, editor = {Edgar, C. C.}, title = {Zenon Papyri, Catalogue général des antiquités égyptiennes du Musée du Caire}, location = {Cairo}, shorthand = {P.Cair.Zen.}, options = {skipbib,useeditor=false}, related = {hunt+edgar:1932}, relatedoptions = {useshorttitle=false} } \end{lstlisting} \begin{biboutput} \samplecite{22}[(59003)1:96]{p.cair.zen.:hunt+edgar} \samplecite{22}[(59003)§31]{p.cair.zen.:hunt+edgar} \samplebib{hunt+edgar:1932} \samplebiblist{hunt+edgar:1932} \samplebiblist*{p.cair.zen.:hunt+edgar} \end{biboutput} \paragraph{Epigraphica} \paragraph{Greek Magical Papyri} \begin{lstlisting} @ancienttext{PGM, editor = {Preisendaz, Karl}, title = {Papyri Graecae Magicae: Die griechischen Zauberpapyri}, shorttitle = {PGM}, edition = {2}, location = {Stuttgart}, publisher = {Teubner}, date = {1973/1974}, shorthand = {PGM}, options = {skipbib} } \end{lstlisting} \begin{biboutput} \sampleparencite[III. 1-164]{PGM} \samplecite{22}[III. 1-164]{PGM} \samplebiblist{PGM} \end{biboutput} \medskip \begin{lstlisting} @book{betz:1996, author = {Betz, Hans Dieter}, title = {The Greek Magical Papyri in Translation, Including the Demotic Spells}, edition = {2}, location = {Chicago}, publisher = {University of Chicago Press}, date = {1996} } @ancienttext{PGM:betz, editor = {Preisendaz, Karl}, title = {Papyri Graecae Magicae: Die griechischen Zauberpapyri}, shorttitle = {PGM}, edition = {2}, location = {Stuttgart}, publisher = {Teubner}, date = {1973/1974}, shorthand = {PGM}, related = {betz:1996}, relatedoptions = {usefullcite=false,useshorttitle=false} } \end{lstlisting} \begin{biboutput} \samplecite{22}[(III. 1-164)]{PGM:betz} \samplebib{betz:1996} \samplebiblist{PGM:betz} \end{biboutput} \subsubsection{Ancient Epistles and Homilies} \begin{lstlisting} @classictext{heraclitus:epistle1, author = {Heraclitus}, title = {Epistle 1} } \end{lstlisting} \begin{biboutput} \sampleparencite[10]{heraclitus:epistle1} \samplecite{34}[10]{heraclitus:epistle1} \end{biboutput} \medskip \begin{lstlisting} @book{malherbe:1977, editor = {Malherbe, Abraham J.}, title = {The Cynic Epistles: A Study Edition}, series = {Stuttgarter Bibelstudien}, shortseries = {SBS}, number = {12}, location = {Atlanta}, publisher = {Scholars Press}, date = {1977} } @classictext{heraclitus:epistle1:worley, author = {Heraclitus}, title = {Epistle 1}, translator = {Worley, David}, pages = {187}, crossref = {malherbe:1977} } \end{lstlisting} \begin{biboutput} \samplecite{36}[10]{heraclitus:epistle1:worley} \samplebib{heraclitus:epistle1:worley} If \texttt{malherbe:1977} is referenced \texttt{microssrefs} times or more then:\par \samplebib{heraclitus:epistle1:worley} \samplebib*{malherbe:1977} \samplebiblist{malherbe:1977} \end{biboutput} \subsubsection{\emph{ANF} and \emph{NPNF}, First and Second Series} \begin{lstlisting} @mvcollection{ANF, crossref = {ANF:abbreviation}, editor = {Roberts, Alexander and Donaldson, James}, origdate = {1885/1887}, volumes = {10}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1994}, shorthand = {ANF}, options = {useeditor=false,skipbiblist}, xref = {ANF:abbreviation} } @mvcollection{ANF:abbreviation, title = {The Ante-Nicene Fathers}, shorttitle = {ANF}, shorthand = {ANF}, options = {skipbib} } @classictext{clementinehomilies, entrysubtype = {churchfather}, title = {The Clementine Homilies}, related = {ANF}, relatedoptions = {useeditor=false,skipbiblist} } \end{lstlisting} \begin{biboutput} \samplecite{14}[(1.3)8:223]{clementinehomilies} \samplebib{ANF} \samplebiblist{ANF:abbreviation} \end{biboutput} \medskip \begin{lstlisting} @mvcollection{NPNF1, crossref = {NPNF1:abbreviation}, editor = {Schaff, Philip}, origdate = {1886/1889}, volumes = {14}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1994}, shorthand = {NPNF\textsuperscript{1}}, options = {useeditor=false,skipbiblist}, xref = {NPNF1:abbreviation} } @mvcollection{NPNF1:abbreviation, title = {The Nicene and Post-Nicene Fathers, \mkbibemph{Series~1}}, shorttitle = {NPNF\textsuperscript{1}}, shorthand = {NPNF\textsuperscript{1}}, options = {skipbib} } @classictext{augustine:letters, entrysubtype = {churchfather}, author = {Augustine}, title = {The Letters of St.\@ Augustin}, shorttitle = {Letters of St.\@ Augustin}, volume = {1}, crossref = {NPNF1}, related = {NPNF1}, relatedoptions = {useeditor=false,skipbiblist,skipbib}, options = {skipbib=false} } \end{lstlisting} \begin{biboutput} \samplecite{44}[(28.3.5)252]{augustine:letters} \samplebib{augustine:letters} \samplebiblist{NPNF1:abbreviation} \end{biboutput} \subsubsection{J.-P. Migne's Patrologia Latina and Patrologia Graeca} \begin{lstlisting} @series{PL, title = {Patrologia Latina}, editor = {Migne, J.-P.}, volumes = {217}, location = {Paris}, date = {1844/1855}, shorthand = {PL} } @series{PG, title = {Patrologia Graeca}, editor = {Migne, J.-P.}, volumes = {162}, location = {Paris}, date = {1857/1886}, shorthand = {PG} } @classictext{gregory:orationestheologicae, entrysubtype = {churchfather}, author = {{Gregory of Nazianzus}}, title = {Orationes theologicae}, volume = {36}, related = {PG}, relatedoptions = {useeditor=false} } \end{lstlisting} \begin{biboutput} \samplecite{6}[(4)12c]{gregory:orationestheologicae} \samplebib{PG} \samplebib*{PL} \samplebiblist{PG} \samplebiblist*{PL} \end{biboutput} \subsubsection{Strack-Billerbeck, \emph{Kommentar zum Neuen Testament}} \begin{lstlisting} @mvbook{Str-B, author = {Strack, Hermann L. and Billerbeck, Paul}, title = {Kommentar zum Neuen Testament aus Talmud und Midrasch}, volumes = {6}, location = {Munich}, publisher = {Beck}, date = {1922/1961}, shorthand = {Str-B} } \end{lstlisting} \begin{biboutput} \samplemacro{\textbackslash autocite[See the discussion of \textbackslash textgreek\{ἐκρατοῦντο\} in][2:271]\{Str-B\}} \samplecite*{3}[See the discussion of \textgreek{ἐκρατοῦντο} in][2:271]{Str-B} \samplebib{Str-B} \samplebiblist{Str-B} \end{biboutput} \subsubsection{\emph{Aufstieg und Niedergang der römischen Welt (ANRW)}} \begin{lstlisting} @mvcollection{ANRW, editor = {Temporini, Hildegard and Haase, Wolfgang}, title = {Aufstieg und Niedergang der römischen Welt: Geschichte und Kultur Roms im Spiegel der neueren Forschung.}, shorttitle = {ANRW}, titleaddon = {Part 2, \mkbibemph{Principat}}, location = {Berlin}, publisher = {de Gruyter}, date = {1972/}, shorthand = {ANRW} } @ancienttext{anderson:pepaideumenos, entrysubtype = {ANRW}, author = {Anderson, Graham}, title = {The \mkbibemph{pepaideumenos} in Action: Sophists and Their Outlook in the Early Empire}, shorttitle = {\mkbibemph{Pepaideumenos}}, volume = {33}, part = {1}, pages = {80-208}, location = {New York}, publisher = {de Gruyter}, date = {1989}, related = {ANRW}, relatedoptions = {skipbib}, options = {skipbib=false} } \end{lstlisting} \begin{biboutput} \samplecite{76}{anderson:pepaideumenos} \samplecite{79}[86]{anderson:pepaideumenos} \samplebib{anderson:pepaideumenos} \samplebib*{ANRW} \samplebiblist{ANRW} \end{biboutput} \subsubsection{Bible Commentaries} \begin{lstlisting} @commentary{hooker:1991, author = {Hooker, Morna}, title = {The Gospel according to Saint Mark}, series = {Black's New Testament Commentaries}, shortseries = {BNTC}, number = {2}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1991} } \end{lstlisting} \begin{biboutput} \samplecite{6}[223]{hooker:1991} \samplebib{hooker:1991} \samplebiblist{hooker:1991} \end{biboutput} \paragraph{Articles and Notes in Study Bibles} \begin{lstlisting} @inbook{petersen:2006, author = {Petersen, David L.}, title = {Ezekiel}, pages = {1096-1167}, booktitle = {The HarperCollins Study Bible Fully Revised and Updated: New Revised Standard Version, with the Apocryphal\slash Deuterocanonical Books}, editor = {Attridge, Harold W. and others}, location = {San Francisco}, publisher = {HarperSanFrancisco}, date = {2006} } \end{lstlisting} \begin{biboutput} \samplecite{3}[1096]{petersen:2006} \samplecite{5}[1096]{petersen:2006} \samplebib{petersen:2006} \end{biboutput} \paragraph{Single-Volume Commentaries on the Entire Bible} \begin{lstlisting} @incommentary{partain:1995, author = {Partain, Jack G.}, title = {Numbers}, pages = {175-179}, booktitle = {Mercer Commentary on the Bible}, editor = {Mills, Watson E. and others}, location = {Macon, GA}, publisher = {Mercer University Press}, date = {1995} } \end{lstlisting} \begin{biboutput} \samplecite{5}{partain:1995} \samplecite{8}[175]{partain:1995} \samplebib{partain:1995} \end{biboutput} \subsubsection{Multivolume Commentaries} \paragraph{Multivolume Commentaries on a Single Biblical Book by One Author} \begin{lstlisting} @mvcommentary{dahood:1965-1970, author = {Dahood, Mitchell}, title = {Psalms}, volumes = {3}, series = {Anchor Bible}, shortseries = {AB}, number = {16--17A}, location = {Garden City, NY}, publisher = {Doubleday}, date = {1965/1970} } \end{lstlisting} \begin{biboutput} \samplecite{4}[3:127]{dahood:1965-1970} \samplecite{7}[2:121]{dahood:1965-1970} \samplebib{dahood:1965-1970} \samplebiblist{dahood:1965-1970} \end{biboutput} \medskip \begin{lstlisting} @commentary{dahood:1965, author = {Dahood, Mitchell}, title = {Psalms I: 1--50}, shorttitle = {Psalms I: 1--50}, volume = {1}, maintitle = {Psalms}, series = {Anchor Bible}, shortseries = {AB}, number = {16}, location = {Garden City, NY}, publisher = {Doubleday}, date = {1965} } @commentary{dahood:1968, author = {Dahood, Mitchell}, title = {Psalms II: 51--100}, shorttitle = {Psalms II: 51--100}, volume = {2}, maintitle = {Psalms}, series = {Anchor Bible}, shortseries = {AB}, number = {17}, location = {Garden City, NY}, publisher = {Doubleday}, date = {1968} } \end{lstlisting} \begin{biboutput} \samplecite{78}[44]{dahood:1965} \samplecite{79}[78]{dahood:1965} \samplecite{82}[374]{dahood:1968} \samplebib{dahood:1965} \renewbibmacro*{dashcheck}[2]{% \usebibmacro{cbx:dashcheck}{#1}{#1}} \samplebib*{dahood:1968} \samplebiblist{dahood:1965} \end{biboutput} \paragraph{Multivolume Commentaries for the Entire Bible by Multiple Authors} \begin{lstlisting} @mvcommentary{NIB, editor = {Keck, Leander E.}, title = {The New Interpreter's Bible}, shorttitle = {NIB}, volumes = {12}, location = {Nashville}, publisher = {Abingdon}, date = {1994/2004}, shorthand = {NIB} } @incommentary{miller:2001, author = {Miller, Patrick D.}, title = {The Book of Jeremiah: Introduction, Commentary, and Reflections}, pages = {553-926}, booktitle = {Introduction to Prophetic Literature, Isaiah, Jeremiah, Baruch, Letter of Jeremiah, Lamentations, Ezekiel}, volume = {6}, date = {2001}, crossref = {NIB}, xref = {NIB} } \end{lstlisting} \begin{biboutput} \samplecite{1}[577]{miller:2001} \samplebib{miller:2001} \samplemacro{\textbackslash usepackage[style=sbl,fullbibrefs]\{biblatex\} \\ \textbackslash printbibliography} \toggletrue{fullbibrefs} \samplebib*{miller:2001} \togglefalse{fullbibrefs} \samplebiblist{NIB} \end{biboutput} \subsubsection{SBL Seminar Papers} \begin{lstlisting} @seminarpaper{crenshaw:2001, author = {Crenshaw, James L.}, title = {Theodicy in the Book of the Twelve}, booktitle = {Society of Biblical Literature 2001 Seminar Papers}, series = {Society of Biblical Literature Seminar Papers}, shortseries = {SBLSP}, number = {40}, location = {Atlanta}, publisher = {Society of Biblical Literature}, date = {2001}, pages = {1-18} } \end{lstlisting} \begin{biboutput} \samplecite{33}{crenshaw:2001} \samplebib{crenshaw:2001} \samplebiblist{crenshaw:2001} \end{biboutput} \subsubsection{A CD-ROM Reference (with a Corresponding Print Edition)} Books on CD-ROM should be cited according to the print edition. It is not necessary to indicate the medium in the citation. \subsubsection{Text Editions Published Online with No Print Counterpart} \begin{lstlisting} @online{wilhelm:2013, editor = {Wilhelm, Gernot}, title = {Der Vertrag Šuppiluliumas I. von Ḫatti mit Šattiwazza von Mitrani \mkbibparens{CTH 51.I}}, shorttitle = {Der Vertrag Šuppiluliumas I}, eprintdate = {2013-02-24}, eprint = {CTH 51.I}, eprintclass = {INTR 2013-02-24}, eprinttype = {hethiter} } \end{lstlisting} \begin{biboutput} \samplecite{2}{wilhelm:2013} \samplecite{4}{wilhelm:2013} \samplebib{wilhelm:2013} \end{biboutput} \subsubsection{Online Database} \begin{lstlisting} @online{cobb:figurines, author = {{Cobb Institute of Archaeology}}, title = {The Figurines of Maresha, the Persian Era}, eprint = {http://www.cobb.msstate.edu/dignew/Maresha/index.html}, eprinttype = {DigMaster}, options = {indexing=false} } \end{lstlisting} \begin{biboutput} \samplecite{37}{cobb:figurines} \samplebib{cobb:figurines} \end{biboutput} \medskip \begin{lstlisting} @online{caraher:2013, editor = {Caraher, William R.}, title = {Pyla-Koutsopetria Archaeological Project: \mkbibparens{Overview}}, eprint = {http://opencontext.org/projects/3F6DCD13-A476-488E-ED10-47D25513FCB2}, eprinttype = {Open Context}, doi = {10.6078/M7B56GNS}, eprintdate = {2013-11-05} } \end{lstlisting} \begin{biboutput} \samplecite{15}{caraher:2013} \samplecite{17}{caraher:2013} \samplebib{caraher:2013} \end{biboutput} \subsubsection{Websites and Blogs} \begin{lstlisting} @online{100cuneiform, title = {The One Hundred Most Important Cuneiform Objects}, eprint = {http://cdli.ox.ac.uk/wiki/doku.php?id=the_one_hundred_most_ important_cuneiform_objects}, eprinttype = {cdli:wiki} } \end{lstlisting} \begin{biboutput} \samplecite{10}{100cuneiform} \samplebib{100cuneiform} \end{biboutput} \medskip \begin{lstlisting} @online{goodacre:2014, author = {Goodacre, Mark}, title = {Jesus' Wife Fragment: Another Round-Up}, journaltitle = {NT Blog}, date = {2014-05-09}, url = {http://ntweblog.blogspot.com} } \end{lstlisting} \begin{biboutput} \samplecite{3}{goodacre:2014} \end{biboutput} \section{Other Examples} \subsection{BDAG, BDB, BDF} \begin{lstlisting} @lexicon{BDAG, author = {Danker, Frederick W. and Bauer, Walter and Arndt, William F. and Gingrich, F. Wilbur}, title = {Greek-English Lexicon of the New Testament and Other Early Christian Literature.}, edition = {3}, location = {Chicago}, publisher = {University of Chicago Press}, date = {2000}, shorthand = {BDAG} } \end{lstlisting} \begin{biboutput} \samplecite{1}[35]{BDAG} \samplebib{BDAG} \samplebiblist{BDAG} \end{biboutput} \medskip \begin{lstlisting} @lexicon{BDB:abbreviation, author = {Brown, Francis and Driver, S. R. and Briggs, Charles A.}, title = {A Hebrew and English Lexicon of the Old Testament}, shorthand = {BDB}, options = {skipbib} } @lexicon{BDB, crossref = {BDB:abbreviation}, location = {Oxford}, publisher = {Oxford University Press}, date = {1906}, shorthand = {BDB}, xref = {BDB:abbreviation}, options = {skipbiblist} } \end{lstlisting} \begin{biboutput} \samplecite{2}[432]{BDB} \samplebib{BDB} \samplebiblist{BDB:abbreviation} \end{biboutput} \medskip \begin{lstlisting} @book{BDF, author = {Blass, Friedrich and Debrunner, Albert and Funk, Robert W.}, title = {A Greek Grammar of the New Testament and Other Early Christian Literature}, location = {Chicago}, publisher = {University of Chicago Press}, date = {1961}, shorthand = {BDF} } \end{lstlisting} \begin{biboutput} \samplecite{3}[§441]{BDF} \samplebib{BDF} \samplebiblist{BDF} \end{biboutput} \subsection{\emph{HALOT, TLOT}} \begin{lstlisting} @mvlexicon{HALOT, author = {Koehler, Ludwig and Baumgartner, Walter and Stamm, Johann J.}, title = {The Hebrew and Aramaic Lexicon of the Old Testament}, shorttitle = {HALOT}, editor = {Richardson, Mervyn E. J.}, editortype = {translated and edited under the supervision of}, volumes = {4}, location = {Leiden}, publisher = {Brill}, date = {1994/1999}, shorthand = {HALOT} } \end{lstlisting} \begin{biboutput} \samplecite{4}[2:223]{HALOT} \samplebib{HALOT} \samplebiblist{HALOT} \end{biboutput} \medskip \begin{lstlisting} @mvlexicon{TLOT, title = {Theological Lexicon of the Old Testament}, shorttitle = {TLOT}, editor = {Jenni, Ernst}, witheditor = {Westermann, Claus}, witheditortype = {withassistance}, translator = {Biddle, Mark E.}, volumes = {3}, location = {Peabody, MA}, publisher = {Hendrickson}, date = {1997}, shorthand = {TLOT} } \end{lstlisting} \begin{biboutput} \samplecite{5}[1:24]{TLOT} \samplebib{TLOT} \samplebiblist{TLOT} \end{biboutput} \subsection{\emph{SBLHS}} \begin{lstlisting} @manual{SBLHS, title = {SBL Handbook of Style: For Biblical Studies and Related Disciplines}, shorttitle = {SBLHS}, edition = {2}, location = {Atlanta, GA}, publisher = {SBL Press}, date = {2014}, shorthand = {SBLHS} } \end{lstlisting} \begin{biboutput} \samplecite{1}[§6.2.1]{SBLHS} \samplebib{SBLHS} \samplebiblist{SBLHS} \end{biboutput} \clearpage \phantomsection \printbiblist[heading=biblistintoc]{abbreviations} \clearpage \phantomsection \printbibliography[heading=bibintoc,notcategory=ignore] \clearpage \rmfamily \printindex \end{document}