Banner

Donate

You find LaTeX Community useful? Please donate! Learn why!

Amount:

Partner Sites

goLaTeX
TeXblog
TeXnicCenter

Who is online

In total there are 21 users online :: 1 registered, 0 hidden and 20 guests (based on users active over the past 5 minutes)
Most users ever online was 108 on Tue Jun 08, 2010 3:33 pm

Users browsing this forum: Alexa [Bot] and 20 guests

Using Bibetex

LaTeX specific issues not fitting into one of the other forums of this category.

Using Bibetex

Postby tarektarek on Fri Nov 23, 2007 12:09 am

Hi;
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
tarektarek
 
Posts: 27
Joined: Thu Nov 22, 2007 11:56 pm

Re: Using Bibetex

Postby gmedina on Fri Nov 23, 2007 12:52 am

You can read the documentation of BiBTeX ([1] and [2], for example).

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}

in the preamble, using one of the multiple valid styles (some of them described in the package documentation) to inform BiBTeX how to format the bibliographic entries; and
Code: Select all
\bibliography{database}

to inform BiBTeX which databases must be searched to resolve citations. This command should be placed in the body of the document where the bibliography must appear. In its argument you must specify the names of the databases you want to use, without the .bib extension and separated by commas (if you are going to use more than one database).

3) You must process your .tex file in the following way:
(pdf)LaTeX+BiBTeX+(pdf)LaTeX
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
gmedina
 
Posts: 2056
Joined: Wed Jul 11, 2007 10:45 pm
Location: Colombia

Re: Using Bibetex

Postby tarektarek on Sat Nov 24, 2007 7:49 pm

Thanks a lot for your helo
tarektarek
 
Posts: 27
Joined: Thu Nov 22, 2007 11:56 pm

Re: Using Bibetex

Postby vest79 on Sun Feb 24, 2008 1:49 pm

Hi

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
vest79
 
Posts: 1
Joined: Sun Feb 24, 2008 1:40 pm

Re: Using Bibetex

Postby gmedina on Sun Feb 24, 2008 3:19 pm

There's no need for a command in the .bib file. Please read the Using BibTeX document and the BibTeXFAQ.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
gmedina
 
Posts: 2056
Joined: Wed Jul 11, 2007 10:45 pm
Location: Colombia


Return to General

Who is online

Users browsing this forum: Alexa [Bot] and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group