Kile ⇒ Problem: Cannot open log file; did you run Latex?
Problem: Cannot open log file; did you run Latex?
\documentclass[a4paper]{article}
\begin{document}
\end{document}
I use pdflatex to run.
Any ideas?
Thanks
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Problem: Cannot open log file; did you run Latex?
Kile is just an editor, a nice looking assistant if you will, that passes your document to the typesetter.
It sounds like you did not install the programm that does the typesetting. You need to install either MiKTeX or TeX Live.
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem: Cannot open log file; did you run Latex?
welcome to the forum!
I recommend to install TeX Live. I sometimes notice issues with installation and file system right with MiKTeX.
Besides that - perhaps you already have TeX installed - this simple document cannot produce a PDF file, since it's empty. It cannot produce a valid PDF file with any page.
Stefan