I have just started to work with Latex in Ubuntu environment using Kile. I can produce a pdf file in the working directory hwoever I get an error message when I built the program:
[ViewPDF] failed to start
Here is a minimal code:
\documentclass[a4paper,10pt]{report}
\usepackage[utf8]{inputenc}
\begin{document}
Hello! This is the first doc written with Latex in Ubuntu!
\end{document}
Thank you for your help!
Settings -> Configure Kile, chooseTools -> Buildand click onViewPDF. Now you should see wich viewer is called (e.g.acroread,Okular,evince). Be sure that you have the specified viewer installed. – crixstox Mar 07 '14 at 17:43