mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
committed by
Copybot
parent
b5e5d39c3a
commit
5be5fedaee
@@ -20,7 +20,7 @@ const environments: Environment[] = [
|
||||
},
|
||||
{
|
||||
name: 'conference',
|
||||
requiredAttributes: ['key', 'title', 'year'],
|
||||
requiredAttributes: ['author', 'booktitle', 'title', 'year'],
|
||||
},
|
||||
{
|
||||
name: 'inbook',
|
||||
|
||||
Reference in New Issue
Block a user