Merge pull request #19311 from overleaf/mj-bibtex-conference-snippet

[cm6] Add author and booktitle to conference bibtex snippet

GitOrigin-RevId: df248c83322f923c17065f63c5e077b741032c7d
This commit is contained in:
Mathias Jakobsen 2024-07-08 14:40:02 +01:00 committed by Copybot
parent b5e5d39c3a
commit 5be5fedaee

View file

@ -20,7 +20,7 @@ const environments: Environment[] = [
},
{
name: 'conference',
requiredAttributes: ['key', 'title', 'year'],
requiredAttributes: ['author', 'booktitle', 'title', 'year'],
},
{
name: 'inbook',