Custom types (or even other types?) might miss the author field which leads to a not well-formed BibTeX key if no exception schema is defined.
We should probably warn in case something like this happens or at least provide an integrity check for this?
-@Standard{iso2011,
+@Standard{2011,
title = {{Systems and software engineering -- System and software Quality Requirements and Evaluation (SQuaRE) -- System and software quality models}},
institution = {ISO/IEC},
number = {25010},
year = {2011},
owner = {Administrator},
@@ -563,11 +543,11 @@
publisher = {Springer},
year = {2013},
doi = {10.1007/978-3-642-36981-0_75},
}
Example:
Custom types (or even other types?) might miss the author field which leads to a not well-formed BibTeX key if no exception schema is defined.
We should probably warn in case something like this happens or at least provide an integrity check for this?