I'm having a problem with my custom
\bibliographystyle
i created with makebst. I searched through the forum but couldn't find an answer.I use natbib and created a custom style with makebst because I need citations in German rather than English.
Unfortunately latex does not use my custom style even-though set it as
\bibliographystyle
. I'm not sure if I have my .bst style file in the right location/folder. Where do I have to put it in order that latex uses it? I use MiKTex 2.9My praeambel:
Code: Select all
\documentclass[
a4paper, % A4 Papier
12pt % 10pt Schrift
]{article}
\usepackage[left=3.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm,includeheadfoot]{geometry}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[babel,german=quotes]{csquotes}
\usepackage{natbib}
Code: Select all
\bibliographystyle{hope3}
\bibliography{bib/quellen}
\end{document}