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
Is there any obvious reason to be getting this error in the js console? I think I'm doing everything right...? My first time calling doPandoc(), everything works. But the second+ times I get this error.
What is received back from the HTTP response is not a standalone latex doc... it has nothing like \documentclass.
Ah. Well, calling parse replaces the documentclass macro with that error. So that means you cannot use it twice on different documents. Therefore, you have to call generator.reset() first thing in your function, before latexjs.parse().
Is there any obvious reason to be getting this error in the js console? I think I'm doing everything right...? My first time calling doPandoc(), everything works. But the second+ times I get this error.
What is received back from the HTTP response is not a standalone latex doc... it has nothing like \documentclass.
The text was updated successfully, but these errors were encountered: