mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
31d0d10cfc
[web] Improve error messages around missing packages GitOrigin-RevId: d6f59f452cdc8a5a7e59b9809f68bd18f629ba32
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
const suggestions = [
|
|
[
|
|
'\\includegraphics',
|
|
{ name: 'graphicx', command: '\\usepackage{graphicx}' },
|
|
],
|
|
]
|
|
export default new Map(suggestions)
|