mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
b5e5d39c3a
commit
5be5fedaee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const environments: Environment[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'conference',
|
name: 'conference',
|
||||||
requiredAttributes: ['key', 'title', 'year'],
|
requiredAttributes: ['author', 'booktitle', 'title', 'year'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'inbook',
|
name: 'inbook',
|
||||||
|
|
Loading…
Reference in a new issue