I am having problems using BiBTeX with TeXmaker. Before I started using Ubuntu, I was using MikTeX and Texniccenter i Windows, in which I had no problem using BiBTex.
I simply can't make it work now! And I have no idea what I am doing wrong.
I have done following, saving an individual .bib file with this: in it
Code: Select all
@Book{x,
ALTauthor = {kanf kfesk},
title = {mgjfhd},
publisher = {ababa},
year = {2020},
}
then I have put this in to my document, having tried to place it both before and after the \begin{document} and in my preamble (not all at once, mind).
Code: Select all
\begin{document}
\bibliographystyle{plain}
\bibliography{litteratur.bib}
\cite(x)
\end{document}
Compiling several times does not work, nor does compiling the .bib file, and the the .tex file
Now what?
Trine