-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency between 6.3.6.1 and 6.3.6.2 in sbl-examples #129
Comments
Yes, I think you're right. I can't remember the exact reason now, but I think the I did what I did was because of similarities with multi volume and single volume commentaries on the entire Bible which are covered in the student supplement. (See §6.4.9.2 and §6.4.10.2 in SBL has since clarified things in a few posts on their blog. See especially https://sblhs2.com/2017/04/13/citing-reference-works-5-topical-dictionaries-and-encyclopedias/. In general they now prefer that the bibliography always contains short forms and abbreviations. New code already handles things correctly, but I think I'll fix this in this version too. Until fixed, I think the simplest option is to do something like this: \documentclass{article}
\begin{filecontents}[overwrite]{\jobname.bib}
@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{filecontents}
\usepackage[style=sbl]{biblatex}
\addbibresource{\jobname.bib}
\DeclareBibliographyAlias{inreference}{inreference:short}
\renewbibmacro*{volume+pages}{%
\iffieldundef{volume}
{\setunit{\addcomma\space}}
{\setunit{\addspace}%
\printfield{volume}%
\setunit*{\addperiod}%
\printfield{part}%
\setunit{\volpostnotedelim}%
\global\booltrue{usevolpostnotedelim}}
\usebibmacro{pages}}
\begin{document}
\null\vfill
Filler text \autocite{olson:2003}
\printbiblist{abbreviations}
\printbibliography
\end{document} |
Hi @dcpurton. Thanks for that! I have now (re)read the blog posts on 2, 3, and 5. My new question(s) is(are) which entry types are used for each of these.
I don't even know if this is possible in the older version of |
I fear you overestimate my knowledge and understanding, but we'll see how we go 😉
Part of my problem is I'm not super familiar with most of these more specialised works. And the two posts you cite do seem oddly contradictory. I have noticed that they do change their position even within the blog. When in doubt, prefer the most recent date. But to be honest, as long as you're consistent on something like that I doubt it matters much.
Yes, there were no examples for BDAG and HALOT in the original handbook and I've really only seen them like you mention. In fact I've never seen a book reference anything using
See below.
The printed handbook has a weird thing with lexicons where subsequent citations just included author and page number (see § 6.3.7). Happily the blog has abandoned this particular piece of stupidity, so now the
Doesn't https://sblhs2.com/2017/04/13/citing-reference-works-5-topical-dictionaries-and-encyclopedias/ suggest that only the sub-entry goes in the bib? And the full work in list of abbreviations.
I think this is one of the changes from the book to the blog. The handling of lexicons changed completely and it's a pain to change the old code. For now, I reckon you should move everything to
I agree with you. As far as I can see the key difference for all these works is whether articles are signed or unsigned.
You'll probably get reasonably far with the old version using The new version handles all these cases. It's a bit stricter on input format, though. You have to use For the unsigned articles, I think it's easiest to reference the full work rather than create a separate entry. This kind of thing will get you most of the way to the blog (except for the new abbreviation format which isn't properly handled in old version—this could probably be fixed without too much trouble). % TeX Program = lualatex
\documentclass{article}
\begin{filecontents}[overwrite]{\jobname.bib}
@mvreference{CAD,
shorthand = {CAD},
editor = {Gelb, Ignace J. and others},
title = {The Assyrian Dictionary of the Oriental Institute of the University of Chicago},
shorttitle = {CAD},
volumes = {21},
location = {Chicago},
publisher = {The Oriental Institute of the University of Chicago},
date = {1956/2010},
options = {skipbib}
}
@reference{HBD,
shorthand = {HBD},
editor = {Powell, Mark Allan and others},
title = {HarperCollins Bible Dictionary},
shorttitle = {HBD},
edition = {3},
location = {San Francisco},
publisher = {HarperOne},
date = {2011},
options = {skipbib}
}
@mvreference{NIDNTT,
shorthand = {NIDNTT},
editor = {Brown, Colin},
title = {New International Dictionary of New Testament Theology},
shorttitle = {NIDNTT},
volumes = {4},
location = {Grand Rapids},
publisher = {Zondervan},
date = {1975/1985},
options = {skipbib}
}
@inreference{dahn+liefeld:see+vision+eye,
author = {Dahn, Karl and Liefeld, Walter L.},
title = {See, Vision, Eye},
xref = {NIDNTT},
volume = {3},
pages = {511-521}
}
\end{filecontents}
\usepackage[style=sbl]{biblatex}
\addbibresource{\jobname.bib}
\pagestyle{empty}
\begin{document}
\cite[s.v.~\mkbibquote{Onycha}]{HBD}
\cite[s.vv.~{\mkbibquote{Alamoth},} \mkbibquote{Sheminith}]{HBD}
\cite[20, s.v.~\mkbibquote{ubšukkinakku}]{CAD}
\cite{dahn+liefeld:see+vision+eye}
\printbibliography
\printbiblist{abbreviations}
\end{document} |
I have NEVER seen anyone cite any dictionary or lexicon with
Ah, yes, you are right. I was reading the two sections together.
Ah, okay, yeah that works. Thanks for the help! Just so I am sure, the difference between CAD and HBD is that when citing something from CAD, the first thing in the brackets is a number. So your code knows that if the posttext has a number, then don't put a comma after the abbreviation? I think I'll close this now. |
Yeah, the style tries to make a guess whether their should be a comma or a space based on whether a shorthand is in use and whether the reference has multiple volumes. I'm pretty sure it will fail some times, which is why in the new version I have been stricter in requiring |
In the file sbl-examples.pdf there seems to be an inconsistency between the multi and single volume dictionary bibliography entries. Since the SBLHS2 only has an example of a multivolume entry in 6.3.6, there is not a great reference to what the single volume dictionary entry should look like. However, since the text refers to the similarity to journals, I would expect that the single and multi volume dictionaries would be similar.
The multi volume looks correct in the bibliography. However, the single volume bibliography has the entire entry for the dictionary, which actually makes it look more like an edited collection than a journal entry. I would expect the single volume entry to simply have the abbreviation of the dictionary (DOTP) with the page range, just like the
\printbibliography
of the multi volume in 6.3.6.1. When I look at the tex file, it doesn't look like there is much of a difference. Why in the bib command on 6.3.6.2 does it print the whole dictionary, when the dictionary should probably be in the list of abbreviations and the bib entry for the dictionary entry should just have theshorttitle
of the dictionary? It looks like thefullbibrefs
is set for 6.3.6.2 but I don't see it in thetex
code.The text was updated successfully, but these errors were encountered: