I am having difficulties with setting up the layout of my bibliography. I would like to have a numeric style which does a none sorting so its order is as it appears in the text. Plus I would like my bibliography entry to look like this (so authoryear style):
References
[1] Surname, Y.G. Year. Title ...
I don't know what to do and can't come up with anymore keywords to look for it. I just started using biblatex.
My setup is as follows:
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage{textcomp}
\usepackage{hyperref}
\usepackage[
backend=biber,
bibstyle=authoryear,
citestyle=numeric-comp
sorting=none,
]{biblatex}
\bibliography{mybib}
\begin{document}
Structures \cite{definition}
\newpage
\printbibliography
\end{document}

{}from the editing gui. – Jun 05 '15 at 09:00