Ja, ich weiss. Tut mir auch total leid, aber das Problem ist; wir sind total im Stress in einem Sch*eiss Praktikum und ich hab eigentlich keine Zeit mich noch lange mit dem Problem zu befassen.
Ich werde wohl mit \bibitem zitieren, obwohl es nicht die ideale Lösung ist. Sobald ich mehr Zeit habe werde ich mich erneut mit bibtex befassen.
Hier ansonsten noch mein Minimalbeispiel (hab x verschiedene Möglichkeiten ausprobiert, das ist nun einfach das letzte) :
Das Latex-Dokument:
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{natbib}
\usepackage{cite}
\title{Literature Review}
\author{Richard}
\date{\today}
\begin{document}
Blablabla said Nobody~\cite{Soltanpour201080}.
\bibliography{verzeichnis1}
\end{document}
und die bib:
@article{Soltanpour201080,
title = "Solubility of acetaminophen and ibuprofen in polyethylene glycol 600, propylene glycol and water ",
journal = "Journal of Molecular Liquids ",
volume = "155",
number = "2–3",
pages = "80 - 84",
year = "2010",
note = "",
issn = "0167-7322",
doi = "http://dx.doi.org/10.1016/j.molliq.2010.05.011",
url = "http://www.sciencedirect.com/science/article/pii/S0167732210001649",
author = "Sh. Soltanpour and A. Jouyban",
keywords = "Acetaminophen",
keywords = "Ibuprofen",
keywords = "Solubility prediction",
keywords = "Jouyban–Acree model "
}
Wenn ich compiliere erscheint als Meldung "! Paragraph ended before \@citex was complete." Was heisst das?
Wo find ich die blg-Datei? Sorry bin ziemlicher Anfänger.
Besten Dank für eure Hilfe