I have a problem with Bibliography on my document.
At start I really had an issue printing it, now that I found a way like this
\begin{thebibliography}{9}
\bibitem {2003ApJ...596.1104V}...
My starting commands (before the documents start) are:
\documentclass[12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage[english,greek]{babel}
\usepackage[a4paper,width=190mm,top=30mm,bottom=30mm,bindingoffset=6mm]{geometry}
\usepackage{amsmath}
\usepackage{esint}
\usepackage[normalem]{ulem}
\usepackage{graphicx}
\usepackage{subcaption}
\graphicspath{{Images/}}
\usepackage{graphicx,wrapfig,lipsum}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{tabu}
\usepackage{wrapfig}
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage{needspace}
\newcommand{\uvec}[1]{\boldsymbol{\hat{\textbf{#1}}}}
\usepackage{macros}
\usepackage[style=authoryear,sorting=none]{biblatex}
But when I write
\cite{2003ApJ...596.1104V}
I only get
2003ApJ...596.1104V
I have see everything in google, and found that I shouldnt use
\usepackage[style=authoryear,sorting=none]{biblatex}
But when I remove it, It doesnt even compile the Bibliography.
Any advice? :(
thebibliographyandbiblatex: It is either or. See also https://tex.stackexchange.com/q/392637/35864 – moewe Jan 13 '19 at 11:17graphicx,wrapfig,hyperrefare loaded multiple times).hyperrefshould normally be loaded last. – moewe Jan 13 '19 at 11:22biblatex. But you need to remove the temporary files (.aux,.bbl,.bcf, ...) first. – moewe Jan 13 '19 at 11:25tikz-feynmanred herring. – moewe Jan 13 '19 at 12:16