I'm trying to set the enumeration style in my bibliography into parentheses instead of square brackets. I was not able to find a solution for it. I'm not talking about the in-text citation style, just about the enumeration style in the Bibliography. Here you can see the general structure of my code:
\documentclass[a4paper,12pt]{scrreprt}
\usepackage[super,sort&compress,comma]{natbib}
\begin{document}
...
\bibliographystyle{achemso}
\bibliography{mybib}
\end{document}
My goal is, that my Bibliography style looks like
I have no experience with this or any forum at all. So if my question does not fit the formalities just let me know. Thank you all in advance!
