[cm6] Add author and booktitle to conference bibtex snippet GitOrigin-RevId: df248c83322f923c17065f63c5e077b741032c7d
@@ -20,7 +20,7 @@ const environments: Environment[] = [
},
{
name: 'conference',
- requiredAttributes: ['key', 'title', 'year'],
+ requiredAttributes: ['author', 'booktitle', 'title', 'year'],
name: 'inbook',