mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
[web] Improve error messages around missing packages GitOrigin-RevId: d6f59f452cdc8a5a7e59b9809f68bd18f629ba32
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
const suggestions = [
|
|
[
|
|
'\\includegraphics',
|
|
{ name: 'graphicx', command: '\\usepackage{graphicx}' },
|
|
],
|
|
]
|
|
export default new Map(suggestions)
|