After the update to 3.0.3, my MMD citations are rendered in lowercase in LaTeX. For example, [10][#Author_2018] used to become ~\citep[10]{Author_2018}, but now becomes ~\citep[10]{author_2018}. For BibTeX, those are different cite keys, rendering my whole BibTeX-Library useless.
I understand that Scrivener now uses MMD 6. Do I have to change anything regarding MMD citations? I haven’t found anything in the Scrivener manual or in the MMD 6 documentation (which is very bad at the moment; is there a complete user’s guide anywhere?)
This wouldn’t be covered in our documentation as it not something that is generated by or manipulated by Scrivener in any way. It does appear to be a different in MMD output by version. I have both 5 and 6 installed, and just confirmed that.
Test code:
This is a test [10][#Author_2018] of cites.
MMD5:
This is a test ~\citep[10]{Author_2018} of cites.
MMD6:
[code]This is a test ~\citep[10]{author_2018} of cites.