KileCompiling and viewing as pdf

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
reffell
Posts: 10
Joined: Tue Mar 20, 2007 12:52 pm

Compiling and viewing as pdf

Post by reffell »

I've been using TeXnic Center on Windows and now I'm using Kile ON Ubantu.

I've taken my tex file which I know is properly coded and am trying to run it through kile. I get the following message:

[PDFLaTeX] testing.tex => testing.pdf (pdflatex)
[PDFLaTeX] finished with exit status 1
./testing.tex:19:File `apacite.sty' not found. ^^M
[PDFLaTeX] 1 error, 0 warnings, 0 badboxes

[ViewPDF] The file /home/phil/Documents/LaTeX file depository/testing.pdf does not exist; did you compile the source file?


In TeXnic center I also got the `apacite.sty' error message but it never affected the pdf out put, ever.

[ViewPDF] The file /home/phil/Documents/LaTeX file depository/testing.pdf does not exist; did you compile the source file?

I think the above is the real issue.

I've been and made sure that I've set the command line to pdfLatex and I've made sure that I have a pdf reader installed. When I create a v simple brand new doc, I don't have this problem and I can view in a pdf.

Any help would be much appreciated, thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
reffell
Posts: 10
Joined: Tue Mar 20, 2007 12:52 pm

Re: Compiling and viewing as pdf

Post by reffell »

Further to the above - I've now found that if I compile it as a Latex doc first, then as a pdf, I get the first two pages. It pretty much comes out verbatim!
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Compiling and viewing as pdf

Post by Stefan Kottwitz »

Hi,

you could just install apacite, by

Code: Select all

sudo apt-get install texlive-bibtex-extra
at the command line or by Synaptic, because it's contained in texlive-bibtex-extra.

Stefan
LaTeX.org admin
reffell
Posts: 10
Joined: Tue Mar 20, 2007 12:52 pm

Re: Compiling and viewing as pdf

Post by reffell »

Thanks will definitely do that, greatly appreciated.

:D
reffell
Posts: 10
Joined: Tue Mar 20, 2007 12:52 pm

Re: Compiling and viewing as pdf

Post by reffell »

Just an update I did it via synaptic and it totally works fine now no worries, I had to down load apacite and setspace - I"m using both packages and now no worries.

Thanks again :D appreciate you posting.
Post Reply