I am using biblatex with phys citation style. And I would like to keep this citation style, but in the bibliography list the entries come out like that:
i.e. as exponents. I would like to keep the style the same, but only have the numbers in the list like [23]...
Is this possible?
The part of the code where I set stuff is:
\usepackage[
backend=bibtex,
natbib=true,
giveninits=true,
style = phys,
citestyle = numeric-comp,
sorting = none,
doi=false,
url=false, % excluded from citations below
%citecounter=true, citetracker=true,
block=space,
backref=true, backrefstyle=two,
abbreviate=false,
isbn=false,
hyperref = true
]{biblatex}
\AtEveryBibitem{%
\clearlist{language}%
}
\addbibresource{phd_thesis_corr.bib}
