You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am a newbie user of Obsidian. I was using the plugin to auto number equations and referencing. But when I export to PDF this causes issues.
Following error message in console:
" Cannot read properties of undefined (reading 'setAttribute')
at preprocessForPdfExport (plugin:math-booster:3267:15)
at eval (plugin:math-booster:3240:5)
at t.postProcess (app.js:1:1297325)
at t. (app.js:1:2354196)
at app.js:1:237138
at Object.next (app.js:1:237243)
at a (app.js:1:235961)"
The text was updated successfully, but these errors were encountered:
I can export a PDF just fine, but no equation numbers are shown. I've tried on a new sandbox vault as well with only this plugin and mathlinks installed and the same behavior occurs.
Is anyone else able to export PDFs with equation numbering?
I have the same issue and the error code I received in the console says:
plugin:math-booster:3275 TypeError: Cannot read properties of undefined (reading 'setAttribute')
at preprocessForPdfExport (plugin:math-booster:3267:15)
at eval (plugin:math-booster:3240:5)
at t.postProcess (app.js:1:1297472)
at t. (app.js:1:2354364)
at app.js:1:237138
at Object.next (app.js:1:237243)
at a (app.js:1:235961)
Hi,
I am a newbie user of Obsidian. I was using the plugin to auto number equations and referencing. But when I export to PDF this causes issues.
Following error message in console:
" Cannot read properties of undefined (reading 'setAttribute')
at preprocessForPdfExport (plugin:math-booster:3267:15)
at eval (plugin:math-booster:3240:5)
at t.postProcess (app.js:1:1297325)
at t. (app.js:1:2354196)
at app.js:1:237138
at Object.next (app.js:1:237243)
at a (app.js:1:235961)"
The text was updated successfully, but these errors were encountered: