diff --git a/services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsPackageSuggestions.ts b/services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsPackageSuggestions.ts index e7b4253cc4..286c22b68d 100644 --- a/services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsPackageSuggestions.ts +++ b/services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsPackageSuggestions.ts @@ -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[] = [