von Helveticus » Sa 26. Apr 2014, 13:21
Hallo
Ich habe ein minimales Beispiel erstellt allerdings kriege ich immer die Fehlermeldung "! LaTeX Error: Something's wrong--perhaps a missing \item."
Es handelt sich um folgenden Code.
\documentclass[10pt,conference,compsocconf]{IEEEtran}
%\usepackage{times}
%\usepackage{balance}
\usepackage{url}
\usepackage{graphicx} % For figure environment
\begin{document}
\title{Some title}
\author{
Some author\\
}
\maketitle
\begin{abstract}
\vspace{3cm}
\end{abstract}
\section{Introduction}
\label{sec:introduction}
Some text here.
\newpage
\section*{Acknowledgements}
Some text here.
\bibliographystyle{IEEEtran}
\bibliography{literature}
\end{document}
Die literature.bib, IEEEtran.bst und IEEEtran.cls sind vorhanden. Ich habe zuerst pdflatex, dann bibtex und dann 2x pdflatex laufen lassen. literature.bib ist leer, aber auch wenn ich in literature.bib einen Eintrag mache und ein \cite hinzufüge, kommt der gleiche Fehler.
Wenn ich \bibliographystyle{IEEEtran} rausnehme, kommt der Fehler nicht mehr, aber auch kein Literaturverzeichnis.
Hallo
Ich habe ein minimales Beispiel erstellt allerdings kriege ich immer die Fehlermeldung "! LaTeX Error: Something's wrong--perhaps a missing \item."
Es handelt sich um folgenden Code.
[code]\documentclass[10pt,conference,compsocconf]{IEEEtran}
%\usepackage{times}
%\usepackage{balance}
\usepackage{url}
\usepackage{graphicx} % For figure environment
\begin{document}
\title{Some title}
\author{
Some author\\
}
\maketitle
\begin{abstract}
\vspace{3cm}
\end{abstract}
\section{Introduction}
\label{sec:introduction}
Some text here.
\newpage
\section*{Acknowledgements}
Some text here.
\bibliographystyle{IEEEtran}
\bibliography{literature}
\end{document}[/code]
Die literature.bib, IEEEtran.bst und IEEEtran.cls sind vorhanden. Ich habe zuerst pdflatex, dann bibtex und dann 2x pdflatex laufen lassen. literature.bib ist leer, aber auch wenn ich in literature.bib einen Eintrag mache und ein \cite hinzufüge, kommt der gleiche Fehler.
Wenn ich \bibliographystyle{IEEEtran} rausnehme, kommt der Fehler nicht mehr, aber auch kein Literaturverzeichnis.