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 198 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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: 10358
- 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: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
Stefan
TexStudio Cant create valid pdfs.
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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 4197 times
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
TexStudio Cant create valid pdfs.
Stefan