General ⇒ TexStudio Cant create valid pdfs.
TexStudio Cant create valid pdfs.
pdflatex -synctex=1 -interaction=nonstopmode "nierówności".tex." three times. I am on mac, any help would be greatly appreciated!
- Attachments
-
- texput.log
- (779 Bytes) Downloaded 183 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
welcome to the forum!
Can you post the .log file here, as attachment to a post? The "Attachments" link is below the text edit field, when you write a post.
Thanks!
Stefan
TexStudio Cant create valid pdfs.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
Code: Select all
! Emergency stop.<*> nierówności.tex*** (job aborted, file error in nonstop mode)...! ==> Fatal error occurred, no output PDF file produced!
Stefan
TexStudio Cant create valid pdfs.
Code: Select all
\documentclass{article}\begin{document}Hi!\end{document}
Reason: code marked
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
Stefan
TexStudio Cant create valid pdfs.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
StefanTeX makes an "emergency stop" if it needs input from the terminal; this happens when a necessary file cannot be opened, or when no \end command was found in the input document.
TexStudio Cant create valid pdfs.
- Attachments
-
- Screenshot 2023-06-06 at 15.26.05.png (28.18 KiB) Viewed 3636 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
Stefan