KileHelp with Kile and bibtex

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
Alda
Posts: 2
Joined: Thu Oct 23, 2008 6:27 pm

Help with Kile and bibtex

Post by Alda »

Hi, I know this is a stupid question... :oops:

(I have just recently installed linux and kile.)

I've started writing an article and want to insert References. I have .tex, .dvi, .pdf, .aux and .log files available.

I asked a friend to help me with the input of References and he gave me this:
\begin{thebibliography}{99}
\bibitem{T} D. TEMME, Dissipative Operators in Indefinite Scalar Product Spaces,
Doctoral Thesis, VU University of Amsterdam, (20??).
\end{thebibliography}

Then I compiled BibTeX in Kile and it opened a .blg and empty .bbl file. Still don't know where to enter the above. I found something similar to Reference Manager where you can enter something that enables you to change the output style. You enter the author, etc. but I don't know in which file I should enter this adn then are also the commands \cite, \label, \bibliographystyle, etc.

I have absolutely no clue where to start...
PLEASE help me.. :shock:

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Help with Kile and bibtex

Post by localghost »

Using the thebibliography environment there is is no need for processing with BibTeX. Your bibliography will appear in the document with all the bib items given in this environment.


Best regards and welcome to the board
Thorsten¹
Alda
Posts: 2
Joined: Thu Oct 23, 2008 6:27 pm

Re: Help with Kile and bibtex

Post by Alda »

Will you still be able to change the output styles of the references?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Help with Kile and bibtex

Post by localghost »

That's a matter of manual modifications. For using BibTeX you may take a look at the CTAN Catalogue [1]. There you will find useful information about different bibliography styles.

[1] The TeX Catalogue Online, Topic Index - Bibliography
Post Reply