
I had recently update to Kile Version 2.1.2 using KDE Development Platform 4.8.5 "release 2". And I have a problem every time I try to compile any document, for example:
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\begin{document}
this is a test
\end{document}
Code: Select all
./test.tex:1:Missing \begin{document}. ?
/usr/share/texmf/tex/latex/base/article.cls:Overfull \hbox (20.0pt too wide) in paragraph
[LaTeX] 1 error. 0 warnings, 1 badbox
I don't see any problem with the documents so I don't know how to fix the problem.
Thanks in advance to any help you can give me