KileKile won't build

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
shannon
Posts: 9
Joined: Fri Jun 25, 2010 2:47 pm

Kile won't build

Post by shannon »

I'm using Kile 2.0, and it was building pdf files just fine when it suddenly crashed. I have no idea what happened. I reloaded Kile and now it will not build at all. I've tried altering the settings and working with various .tex files. Nothing seems to work. When I use PDFLaTex+ViewPDF I get the following log message:

Code: Select all

[PDFLaTeX] report.tex => report.pdf (pdflatex)
When I use LaTex+DVItoPS+PStoPDF I get the following log message:

Code: Select all

[LaTeX] report.tex => report.dvi (latex)
and the following log output:

Code: Select all

*****     LaTeX output: 
*****     cd '/home/sbischoff/Desktop/wolfie 2009-10 academics'
*****     latex -interaction=nonstopmode 'report.tex'
*****
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./report.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo)) (./report.aux)
Underfull \hbox (badness 10000) in paragraph at lines 17--18


Underfull \hbox (badness 10000) in paragraph at lines 19--20
Any ideas would be greatly welcome. I have re-installed Kile, but that seems to have made no difference.

Thanks,
Shannon
Last edited by shannon on Mon Aug 09, 2010 6:51 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Re: Kile won't build

Post by localghost »

Try to compile a minimal document on the command line and see what happens.


Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Kile won't build

Post by Stefan Kottwitz »

Hi Shannon,

perhaps post the complete .log file here as attachment.

Stefan
LaTeX.org admin
shannon
Posts: 9
Joined: Fri Jun 25, 2010 2:47 pm

Re: Kile won't build

Post by shannon »

Sorry but I'm not sure where to find the .log file.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Kile won't build

Post by Stefan Kottwitz »

It should be in the same folder like your main document, has the same name but the file name extension .log.

Stefan
LaTeX.org admin
shannon
Posts: 9
Joined: Fri Jun 25, 2010 2:47 pm

Re: Kile won't build

Post by shannon »

Hi,

I built a min file and it worked. I then closed Kile and opened one file, built it, then closed Kile again and repeated this process for several individual files. Kile seemed to work fine. Then I opened the file that I had been working with when the problem began. The problem returned for that file. If I then opened a file, without closing the problematic file and Kile, Kile would do nothing.

I found the log file which contained more information than the "Log and Messages" and "Output". There was an error, a missing "\end{tabular}". Once I fixed this everything was fine.

Now I wonder why I did not get an error message on the "Log and Messages" output.

Thanks for the help.
Shannon
Post Reply