参考书目样式无效

参考书目样式无效

我有一个文档,我使用 citavi 的 LaTeX-Assistant。它生成一个bib文件,可以使用 进行转换bibtex。我的问题是知道如何将参考书目的样式从 更改unsrtchem-angew或类似。

\documentclass[pdftex, a4paper, parskip, 12pt, toc=bibnumbered, captions=tableheading,captions=nooneline, BCOR5mm,  headsepline]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
**\usepackage[english]{babel} %tried also [ngerman, english]**
\usepackage[square, comma, numbers, sort, sort&compress, super]{natbib} %**sort&compress does not work**
...
\bibliographystyle{unsrt} %here, should be the other style, solved with {angew}

\begin{document}
...
complex interactions in such systems **\cite{Groschel.2015} with \cite{Groschel.2015} is "A. H. Gröschel, A. H. E. Müller, Nanoscale 2015, 7, 11841." did not work.**
...
 
\bibliography{Latex_phD_Literature} %**How can I change it from Bibliography=references**

\end{document}

相关内容