overleaf/services/web/frontend/js/ide/human-readable-logs/HumanReadableLogsPackageSuggestions.js

8 lines
155 B
JavaScript
Raw Normal View History

const suggestions = [
[
'\\includegraphics',
{ name: 'graphicx', command: '\\usepackage{graphicx}' },
],
]
export default new Map(suggestions)