I want to get my references to look like (author, year)
I have created at .bib file
with content looking like this:
Code: Select all
@Article{Nielsen,
author = {Arne Thorshøj Nielsen and Niels Hemmingsen Schovsbo},
title = {Cambrian to basal Ordovician lithostratigraphy in southern Scandinavia},
journal = {DGF},
year = {2007},
volume = {53},
pages = {47-92},
}
Code: Select all
\begin{document}
\bibliography{bibliografi}
\end{document}
eksample
Code: Select all
\usepackage{authordate1}
\bibliographystyle{authordate1}
At the moment, when I compile my main document, I says the the authordate1.sty is undefined (excited with errors)
When I compile my BibTeX file, it says "excited with errors" to.
Now, if I exclude the \usepackage command, I can compile the .bib file - no problem, but by compiling the main document, I get
Code: Select all
\udefined control sequence. \cite{Nielsen}
What am I doing wrong?
How can I find out what style options I have? I cannot locate the files in my filesystem.
Is it somthing in TeXmaker I haven't configured right?
In "configure" I have defined the command for BibTex as the "executeable" in usr/bin/bibtex
I really hope anyone can help me. I am working on my bachelor and really need this to work.
Thanks
Trine