The current implementation always assumes that the csl style uses parentheses for the citation. But this is not always the case (e.g. acm-siggraph, ieee, ...).
The link insertion replaces the old brackets with wrong brackets in 'author-date' format with a single entry.
The current implementation always assumes that the csl style uses parentheses for the citation. But this is not always the case (e.g. acm-siggraph, ieee, ...). The link insertion replaces the old brackets with wrong brackets in 'author-date' format with a single entry.
Style: ACM Siggraph: Current implementation:
SLERP [@shoemake85]
-> SLERP (Shoemake 1985)Correct:
SLERP [@shoemake85]
-> SLERP [Shoemake 1985]