I'm realty new at using LaTeX. But I have an problem getting an .bib file to show in my output:
\documentclass[]{article}
\usepackage{natbib}
\begin{document}
\title{Title}
\author{Author}
\date{Today}
\maketitle
\bibliographystyle{alpha}
\bibliography{Litteratur}
Content
\end{document}
And my Litteratur.bib looks like this:
@book{goossens93,
author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
title = "The LaTeX Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}
I'm using Latexian as my editor, and I have been into and change the setting so the type set I set to 2. And then exporting BibTeX is checked. But then I look at the log file after exporting. It's saying this:
This is BibTeX, Version 0.99d (TeX Live 2011)
The top-level auxiliary file: TSWLatexianTemp_000003.aux
The style file: alpha.bst
Database file #1: Litteratur.bib
Warning--I didn't find a database entry for "Friedl2006"
(There was 1 warning)
But I don't no where it gets that Friedl2006.
.bibextension. – egreg Apr 05 '12 at 20:10\citecommands in your source. Without them, you will get no citations. This is covered in most LaTeX guides: perhaps take a look at http://tex.stackexchange.com/questions/11/what-is-the-best-book-to-start-learning-latex – Joseph Wright Apr 05 '12 at 20:10latexbibtexlatexlatex. pl try. – Apr 05 '12 at 23:36