General ⇒ Using Bibetex
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Using Bibetex
I am new to the bibtex tool, I do not know how to use it. I want to add the references automatically since I was coping the references into sty file and then reading from it.
Thanks in advance
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Using Bibetex
However, I'll explain the basic idea:
1) You store all your bibliographic items in one (or several) databases (files with extension .bib). Here you can find an example of a typical database.
2) In your .tex main file you use the commands
Code: Select all
\bibliographystyle{style}
Code: Select all
\bibliography{database}
3) You must process your .tex file in the following way:
(pdf)LaTeX+BiBTeX+(pdf)LaTeX
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Re: Using Bibetex
Using Bibetex
What command is needed in the .bib file?
I use: \begin{bibliography} and \end{bibliography} but it does not seam to work and according to the web page http://www.xm1math.net/texmaker/faq.html it is necessary to change a default command in order to make BiBTeX work, but I don't know how.
Some help would be very usefull
Thanks