-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Kevin Cyu edited this page Nov 18, 2017
·
3 revisions
- [Bugs] If your input source has some problem(Like
\\
->\
misuse、 or some error latex format), or open the target pdf when docogen is generating ... etc, then the docogen will be pending without any error message display.- Need to modify
node-latex-pdf
to handle these error message.
- Need to modify
- If docogen was
pending
for a while, it might be the error input format(only occur when someLaTeX
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, isC:\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 openTexEditor
/TexStudio
to compile and show you the error message.