LyX ⇒ Cannot generate Pdf
Cannot generate Pdf
I am v new to lyx & latex.
I installed the windows binary 'standard installer' from here http://www.lyx.org/Download.
I imported a latex file previously editing the latex text directly & manually through texworks, which used to generate a pdf. No errors appeared to be presented to me on import.
All the lyx guides and tutorials and a new file I cretae compile to pdf, but my imported latex file just shows up a status bar text "(buffer-view pdf2)".
I am asuming this is probably some kind of compilation error, but I have no error window presented to me.
I appologise if I am just being dumb. Any help or advice would be greatly appreciated.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Cannot generate Pdf
Re: Cannot generate Pdf
Just in case it's relevant, the Document/Latx Log menu item is still disbled.
On the tutorials and on the newly created and edited files this menu item is enabled after I hit the generate pdf button.
Re: Cannot generate Pdf
I tracked down what looks like the execustion of a script, may be it's the latex compilation. It is in the form of a *.tex file with original latex and other commands interspersed, located in C:\Users\Andrew Hardy\AppData\Local\Temp\lyx_tmpdir.p13280\lyx_tmpbuf1.
The reading of the file appears as though the execution of the script just stops or fails during a table (worked fine in texworks). I am surprised that this doesn't result in some kind of error text and a way of presenting this to the user. Perhaps the process that is executing this action crashes and at this point nothing is prepared to enbale the user to see what has happened.
Any way I guess that the point in the latex (ie the table) where the text of the script just stops, holds some latex that presents the execution with a problem so I just remove it (ie the table), and hey presto the next pdf generation works fine.
I would be grateful of peoples view on this eg why no feedback on failure, if latex is cause then why no error message on import. Or perhaps I failed to follow the insatallation properly and am missing some vital component that would have enabled the error to be presented to me. If any one has a though what I may have done wrong I'd appreciate it.
Thank you.
I presume if I now re-add this table manually through lyx editor all should be well again.