Now I have some problems with the bibliography I can't find solution to.
The following is my main:
Code: Select all
\documentclass[12pt,twosides]{book}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{amsmath}
\usepackage{url,amsfonts,epsfig}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{fancyhdr}
%\usepackage[style=authoryear,sorting=none]{biblatex}
\usepackage[style=numeric,subentry]{biblatex}
\addbibresource{capitoli/bibliografia/bibliografia.bib}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO,LE]{Thesis Tile}
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\fancyfoot[LO,CE]{Chapter\thechapter}
\begin{document}
\input{titlepage/titlepage}
\input{sommario/sommario}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\pagenumbering{arabic}
\input{capitoli/capitolo_01/capitolo_01}
\input{capitoli/capitolo_02/capitolo_02}
\input{capitoli/capitolo_03/capitolo_03}
\appendix
\input{capitoli/appendice/appendice}
\printbibliography
\end{document}
One more question, when I do the
Code: Select all
\cite
Code: Select all
[1]
like i get now.pampreen1973small