ich möchte ein einfaches Literaturverzeichnis wie das kopierte Beispiel erstellen, das auch irgendwie am Ende angezeigt wird.
\begin{thebibliography}{100} % 100 is a random guess of the total number of %references \bibitem{Boney96} Boney, L., Tewfik, A.H., and Hamdy, K.N., ``Digital Watermarks for Audio Signals," \emph{Proceedings of the Third IEEE International Conference on Multimedia}, pp. 473-480, June 1996. \bibitem{MG} Goossens, M., Mittelbach, F., Samarin, \emph{A LaTeX Companion}, Addison-Wesley, Reading, MA, 1994. \bibitem{HK} Kopka, H., Daly P.W., \emph{A Guide to LaTeX}, Addison-Wesley, Reading, MA, 1999. \bibitem{Pan} Pan, D., ``A Tutorial on MPEG/Audio Compression," \emph{IEEE Multimedia}, Vol.2, pp.60-74, Summer 1998. \end{thebibliography}
Da steht dann im Hauptdokument:
\usepackage[natbibapa]{apacite} \usepackage{booktabs} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{babel} \usepackage{array,ragged2e}
%% -------------------- %% | Bibliography | %% -------------------- \cleardoublepage \phantomsection \addcontentsline{toc}{chapter}{\bibname} % IM Style \iflanguage{english} {\bibliographystyle{apacite}} % english style {\bibliographystyle{apacite}} % german style % % Informatik-Style %\iflanguage{english} %{\bibliographystyle{IEEEtranSA}} % english style %{\bibliographystyle{babalpha-fl}} % german style % Use IEEEtran for numeric references %\bibliographystyle{IEEEtranSA}) \bibliography{thesis}
Wenn ich einfach nur eine Bibiliografie mit thebibliography eingebe, erhalte ich eine Fehlermeldung, dass es nicht mit natbib kompatibel ist...
Ohje, ich will doch einfach nur ein Literaturverzeichnis, auf das ich mit sowas wie [Shmi-10] oder so verweisen kann...
Müsste ich dann eine neue Klasse als Literaturverzeichnis einfügen oder wie weiß es, dass es vor dem Anhang kommen soll? Fragen über Fragen...
Freue mich über jede Hilfe.