My working environment:
- Operating System: MS Windows 7 Professional 64 bits
- LaTeX Environment: TexWorks
- LaTeX Compiler: pdfLaTeX
The procedure to create a bibliography is as follows:
Create a file with .bib extension. For example references.bib. This file will contain all references that you are using in your article, book, etc. and save it in the same level where you have your .tex document.
To generate the documentation you must issue the following:
- Compile .tex file with pdfLaTeX
- Compile .tex file with BibTeX
- Compile .tex file with pdfLaTeX
- Compile .tex file with pdfLaTeX
It's not a mistake compiling two times after BibTeX, because the first time is for generating the references on the document, and the second time is for putting the number of reference where the documents are cited.
In your .tex document, the syntax is the following \cite{label} where label is the first parameter inside the reference.
0 comments:
Post a Comment