I hereby claim:
- I am djsutherland on github.
- I am djsutherland (https://keybase.io/djsutherland) on keybase.
- I have a public key ASAElAoMOHungvoYy7UxEjTUO79difzv6WHTtmqoc80SFQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Migrated to the djsutherland/arxiv-collector
repo instead.
% biblatex authoryear with natbib does a million stray commas in versions < 3.5 | |
% see: https://tex.stackexchange.com/q/312539/ | |
% this works around it for versions 3.3 and 3.4 | |
\ifthenelse{\equal{\abx@version}{3.4}}{% | |
\DeclareDelimFormat[cbx@textcite]{nameyeardelim}{\addspace} | |
}{\ifthenelse{\equal{\abx@version}{3.3}}{% | |
% Workaround following http://golatex.de/neue-biber-version-ploetzlich-komma-bei-zitierung-t17005.html | |
% (in German...), which changes \nameyeardelim / \nonameyeardelim to \addspace | |
% in the citation style's textcite macro. | |
% sigh.... |
% This is an unholy mashup of the numeric.bbx and alphabetic.bbx files from | |
% the standard biblatex distribution, made so we can switch between numeric | |
% style for the main body and alphabetic style for the appendix. | |
\ProvidesFile{alphanumeric-hybrid.bbx} | |
[\abx@bbxid] | |
\RequireBibliographyStyle{standard} | |
\ExecuteBibliographyOptions{labelalpha,labelnumber,sorting=anyt} | |
% To use the alphabetic section in one refsection, \setbool{bbx:alpha}{true} at the start; |