Skip to content
Kevin Cyu edited this page Oct 11, 2017 · 3 revisions

Problem of docogen

  • [Bugs] If your input source has some problem(Like \\ -> \ misuse、 or open the target pdf when docogen is generating ... etc), then the docogen will be pending.
    • Need to modify node-latex-pdf to handle these error message.

Trouble shooting

  • If docogen was pending for a while, it might be the error input format(only occur when some LaTeX syntax were mix with the normal text), please check out the temp file which store in your operating system temporary storage(e.g. In window, is C:\Users\<...>\AppData\Local\Temp, and in Linux is /tmp), which named as <your-output-filename>.tex or *.tex, check out the format by doubled-click to open TexEditor to compile and show you the error message.