first of all: I am new to Latex so please be patient if I do not get complex answers at first. I have not yet defined my own commands and such things. Thus I would be very happy over every detailed answer! Thank you in advance.
My problem: I am writing a report and my superviser wants the bibliography in the chem-angew style. However, he wants the titles and issue-numbers also. But they are not shown in this minimal example that I wrote:
\documentclass[hidelinks,paper=a4,fontsize=12pt,DIV=12,listof=totocnumbered]{scrreprt}
\usepackage[backend=biber,natbib=true,hyperref=true,style=chem-angew]{biblatex}
\addbibresource{My_EndNote_Library.bib}
\bibliography{My_EndNote_Library}
\begin{document}
\cite{RAFT-instruction}
\printbibliography[heading=bibnumbered]
\end{document}
As I said: I have never medled with a package so far... how can I make biblatex to show the title of articles and the issue number? The title shall be shown after the names. The issue numer after the Volume and the issue number shall be in brackets like this: (3)
I found this line in google:
\setkeys{chem-angew}{articletitle=true}
However, it does not work. It says articletitle undefined.
My .bib:
@article{
RAFT-instruction,
Author = {Chen, Senbin and Binder, Wolfgang H.},
Title = {Controlled copolymerization of n-butyl acrylate with semifluorinated acrylates by RAFT polymerization},
Journal = {Polym. Chem.},
Volume = {6},
Number = {3},
Pages = {448-458},
Year = {2015} }
Thank you very much for your attention! Greetings
My whole preamble:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[greek,english]{babel}
\usepackage[babel,english=british]{csquotes}
\usepackage{blindtext}
\usepackage{xcolor}
\usepackage[automark]{scrpage2}
\usepackage{longtable}
\usepackage{textgreek}
\usepackage{chemformula}
\usepackage{listings}
\usepackage[section]{placeins}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{chngcntr}
\usepackage{rsc}
\usepackage{multirow}
\usepackage{enumitem}
\usepackage{subfigure}
\usepackage{amsmath}
\usepackage{epstopdf}
\usepackage{caption}
%\captionsetup{labelsep=period,labelfont=bf}%damit in Beschriftungen x.x. steht anstatt x.x und damit fett
\usepackage[export]{adjustbox}
\usepackage[backend=biber,natbib=true,hyperref=true,style=chem-angew,articletitle=true]{biblatex}
%\usepackage[numbib,nottoc]{tocbibind}
\usepackage{amsmath}
\usepackage{float} %macht, dass schema möglich sind
\usepackage[labelfont=bf]{caption} % fette Schrift unter Figure und anderen Floats
\usepackage[hidelinks]{hyperref}
\usepackage{cleveref} %damit Schema im Text richtig bezeichnet
Edit: Thank you for your help already. However, on a second look I noticed that the issue number is not in brackets plus there is a comma in front of it... can one get rid of this too? it should look like this:
author, title. journal name year, Volume (Issue), frompage-topage