timofein
16-05-2008, 10:04
Hallo,
es schleichen sich, nachdem es bei über 20 Zitaten anstandslos geklappt hat immer mehr Fragezeichen im Text(.dvi) ein;Stellen in .tex die dem jeweiligen Zitat in .bib anscheinend aus mir unerklärlichen Gründen nicht zugeordnet werden können.
Ich habe die Stellen in überprüft und bin der Meinung die sind exakt wie alle meine anderen Zitate sonst auch angeordnet.
Ebenfalls hab ich bis auf die .tex und .bib Datei alle anderen im Ordner gelöscht.
Hier wären die nicht funktionierenden Zitate und erst mal der Aufbau:
\documentclass [a4paper] {report}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{url}
\usepackage{lmodern}
\begin {document}
\tableofcontents
TEXT
\bibliographystyle{unsrt}
\bibliography{literaturdatenbank}
\end {document}
Jetzt erst .tex und darauffolgend .bib
\cite{Ferlay:2007}
@Article{Ferlay2007,
author = "Ferlay, J and Autier, P and Boniol, M and Heanue, M and Colombet, M and Boyle, P",
title = {Estimates of the cancer incidence and mortality in Europe in 2006},
abstract = {BACKGROUND: Monitoring the evolution of the cancer burden in Europe is of great value},
journal = "Ann Oncol",
year = "2007",
volume = "18",
number = "3",
}
\cite{Tannapfel:1996}
@Article{Tannapfel:1996,
author = "Tannapfel, A and K{\"u}hn, R and Kessler, H and Wittekind, C",
title = {Expression of c-erbB2 oncogene product in different tumours and its standardised evaluation},
abstract = {In order to evaluate the reliability and reproducibility of the immunohistochemical demonstration of the c-erbB2 oncoprotein and define criteria for positivity assessment in paraffin-embedded material from different tumours, we examined immunohistochemically 79 gastric, 100 colorectal and 20 bladder carcinomas using 5 different c-erbB2 antibodies. },
journal = "Anal Cell Pathol",
year = "1996",
volume = "10",
number = "2",
pages = "149-160",
month = "Mar",
pmid = "8721956",
url = "http://www.hubmed.org/display.cgi?uids=8721956",
doi = ""
}
und eben noch 2 andere. Mir leuchtet es einfach nicht ein!Ich brauche doch gerade diese Zitierfunktion!!!!
Kann mir jemand weiterhelfen?
es schleichen sich, nachdem es bei über 20 Zitaten anstandslos geklappt hat immer mehr Fragezeichen im Text(.dvi) ein;Stellen in .tex die dem jeweiligen Zitat in .bib anscheinend aus mir unerklärlichen Gründen nicht zugeordnet werden können.
Ich habe die Stellen in überprüft und bin der Meinung die sind exakt wie alle meine anderen Zitate sonst auch angeordnet.
Ebenfalls hab ich bis auf die .tex und .bib Datei alle anderen im Ordner gelöscht.
Hier wären die nicht funktionierenden Zitate und erst mal der Aufbau:
\documentclass [a4paper] {report}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{cite}
\usepackage{graphicx}
\usepackage{url}
\usepackage{lmodern}
\begin {document}
\tableofcontents
TEXT
\bibliographystyle{unsrt}
\bibliography{literaturdatenbank}
\end {document}
Jetzt erst .tex und darauffolgend .bib
\cite{Ferlay:2007}
@Article{Ferlay2007,
author = "Ferlay, J and Autier, P and Boniol, M and Heanue, M and Colombet, M and Boyle, P",
title = {Estimates of the cancer incidence and mortality in Europe in 2006},
abstract = {BACKGROUND: Monitoring the evolution of the cancer burden in Europe is of great value},
journal = "Ann Oncol",
year = "2007",
volume = "18",
number = "3",
}
\cite{Tannapfel:1996}
@Article{Tannapfel:1996,
author = "Tannapfel, A and K{\"u}hn, R and Kessler, H and Wittekind, C",
title = {Expression of c-erbB2 oncogene product in different tumours and its standardised evaluation},
abstract = {In order to evaluate the reliability and reproducibility of the immunohistochemical demonstration of the c-erbB2 oncoprotein and define criteria for positivity assessment in paraffin-embedded material from different tumours, we examined immunohistochemically 79 gastric, 100 colorectal and 20 bladder carcinomas using 5 different c-erbB2 antibodies. },
journal = "Anal Cell Pathol",
year = "1996",
volume = "10",
number = "2",
pages = "149-160",
month = "Mar",
pmid = "8721956",
url = "http://www.hubmed.org/display.cgi?uids=8721956",
doi = ""
}
und eben noch 2 andere. Mir leuchtet es einfach nicht ein!Ich brauche doch gerade diese Zitierfunktion!!!!
Kann mir jemand weiterhelfen?