Skip to content

Modify how Better BibTeX handles key clashes #2973

Answered by retorquere
bwolleswinkel asked this question in Q&A
Discussion options

You must be logged in to vote

would it be possible to tell BBT to use the citation key formula 'auth.lower + shorttitle(x,x) + year', where it keeps increasing x > 3 until a collision no longer occurs?

Not realistically, no. I can explain why if you want but this would make the key generator way more complex than it already is.

The second reason a clash can occur is that there exists a preprint and journal version of a reference

Not in a general way, no, for the same reasons. In this specific case you can do:

type(preprint) + auth.lower + shorttitle(x,x) + year + type | auth.lower + shorttitle(x,x) + year

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bwolleswinkel
Comment options

Answer selected by bwolleswinkel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants