irgendwie funzt die einbindung von Kommentaren aus meiner Bibliatek überhapt nicht, und ich weiß nicht mehr weiter.
hier meine tex datei:
\documentclass[10pt,a4paper,notitlepage]{article} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage[square]{natbib} \title{Titel} \author{Bachelorarbeit\\ \\Name\\ \\Uni\\Institut\\FG \\ \\ Betreut durch Prof. name} %\date \bibliographystyle{abbrv} \setcounter{page}{1} \begin{document} \maketitle \nocite{biegler} \begin{abstract} text text \citep{pasche1992} \end{abstract} \tableofcontents \section{Überschrift} hello world. \citep{brooks2001-silver} \subsection{hi} \section{test} \bibliography{literatur} \end{document}
@INBOOK{brooks2001-silver, TITLE="The Mythical Man-Month", CHAPTER="No Silver Bullet - Essence and Accident in Software Engineering", AUTHOR="F. P. Brooks", PAGES="177--203", YEAR=2001, PUBLISHER="Addison Wesley Longman Inc.", ADDRESS="New York", EDITION="15., Aufl." } @BOOK{mueller2000, AUTHOR="J.-A. Mueller", TITLE="Systems Engineering", PUBLISHER="Manz-Verlag Schulbuch (Fortis)", YEAR=2000, ADDRESS="Wien" } @TECHREPORT{pasche1992, AUTHOR="M. Pasche", TITLE="Synergetik und Evolutorische Oekonomik", INSTITUTION="Universitaet Hannover Fachbereich Wirtschaftswissenschaften", TYPE="Diskussionspapier", NUMBER=179, MONTH=dec, YEAR=1992 }