mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +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
dd426be0a5
commit
3a3fbe3352
+1
-1
@@ -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