I have a problem with the appending code:
My bibliography is in file bib.bib in folder literatur.
If you now create the file diplom.tex (main folder) as a pdf an have a look into, you'll see that some entries from bib.bib are not diplayed as they should be!
These entries are not displayed correct:
Code: Select all
@Mastersthesis{Loeschke:2005,
author = "Löschke, S.",
title = "Bewertung und Absicherung von Derivaten in illiquiden Finanzmärkten",
school = "Universität Leipzig (Mathematisches Institut)",
year = "2005"
}
@Mastersthesis{Jungmann:2011,
author = "Jungmann, M.",
title = "Zur Bedeutung Benoit Mandelbrots auf die moderne Finanzmarktanalyse",
school = "Universität des Saarlandes (Lehrstuhl für Statistik und Ökonometrie)",
year = "2011"
}
@Mastersthesis{Siggelkow:2008,
author = "Siggelkow, L.",
title = "Optionsbewertung in zeitstetigen Sprung-Diffusionsmodellen",
school = "Freie Universität Berlin, Berlin",
year = "2008"
}
@misc{Zucchini:2006,
author = "Zucchini, W. and Berzel, A. and Bulla, J.",
title = "Hidden Markow models",
year = "2006"
}
There is no error!
I have no clue what's wrong here.
Please let me know, if you have an idea how to fix that problem.
Thank you very much!
Lloyd