mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29999 from overleaf/mg-svg-suggestion
Add svg package suggestion GitOrigin-RevId: e2e29736a4aabb0916b619129c4afad4fd4b95b6
This commit is contained in:
@@ -30,6 +30,7 @@ const commandSuggestions: Suggestion[] = [
|
||||
['\\texorpdfstring', { name: 'hyperref', command: '\\usepackage{hyperref}' }],
|
||||
['\\phantomsection', { name: 'hyperref', command: '\\usepackage{hyperref}' }],
|
||||
['\\arraybackslash', { name: 'array', command: '\\usepackage{array}' }],
|
||||
['\\includesvg', { name: 'svg', command: '\\usepackage{svg}' }],
|
||||
]
|
||||
|
||||
const environmentSuggestions: Suggestion[] = [
|
||||
|
||||
Reference in New Issue
Block a user