Better Bibtex: lowercase shorttitle?

Hi all,

I'm trying to create a custom citation key using the formula:

author.lower + year + shorttitle(1,0)

with the intention that the title be lowercase. However this is producing an uppercase shorttitle. Using shorttitle(1,1) does the same. Any idea as to how I can get a one-word, lower case, shorttitle in my citation key?

Thaks!
  • I was able to find a formula that produced my desired results:

    author.lower + year + veryshorttitle.lower
Sign In or Register to comment.