I am currently writing my bachelor thesis and I am using LyX as my standard writing program (because I am not familiar with LaTeX at all).
For my bibliographystyle I use JabRef and the citation style needs to be Journal of Finance.
Now, I found this .bst file for the Journal of Finance style online (http://faculty.haas.berkeley.edu/stanton/texintro/) which is actually really good. But the problem is, that I need it in German. There must be an "und" instead of "and" and all the umlauts don't work as well. Basically I need everything in German.
Do you know a website with a German .bst file? Or can I change something in the settings in LyX or JabRef and everything would be fixed?
.bstfile you are not usingbiblatexat all, you are using BibTeX. So I have removed the tag to avoid confusion. – moewe Jun 13 '18 at 21:05jf-german.bstand translate the terms in quotation marks in the functions calledFUNCTION {bbl.<...>}(e.g."and"inFUNCTION {bbl.and}). Then usejf-germanin your document instead ofjf. It's a bit too late for me to write up a proper answer, but maybe that can help you already. I can write up something tomorrow if you haven't gotten a good answer until then. – moewe Jun 13 '18 at 21:12ü,ö,äshould more or less work if the encoding settings of your.texand.bibfile match (best is to have both in UTF-8). Otherwise you can use{\"o}forö,{\"a}foräetc in the.bibfile (and only in the.bibfile, you should use slightly different code in the actual document). See https://tex.stackexchange.com/q/57743/35864 – moewe Jun 13 '18 at 21:15\bibliographystyle). You use JabRef to write your.bibdatabase that contains the bibliography entries you can cite. JabRef does not determine the style of your bibliography or citation output in the actual document. That is done by the.bstfile - the BibTeX style file. – moewe Jun 13 '18 at 21:19