For the bibliography I decided to use
Code: Select all
\begin{thebibliography}{100}
% content
\end{thebibliography}
Thank you
Code: Select all
\begin{thebibliography}{100}
% content
\end{thebibliography}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[12pt,a4paper,twoside,italian]{book}
\usepackage[T1]{fontenc}
%\usepackage[urw-garamond]{mathdesign}
\usepackage{fourier} %changes font
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage[%
%papersize={120mm,195mm},
left=30mm,
right=30mm,
bottom=20mm,
top=18mm,
headheight=14pt,
includehead,
nofoot,
]{geometry}
\usepackage{babel}
\usepackage[raggedright,pagestyles]{titlesec}% Add “clearempty” option if you need to get rid of headers/footers on empty pages
\usepackage{blindtext}
\usepackage{color}
%\titleformat{\chapter}{\normalfont\large\bfseries}{}{0pt}{\Large}[]
%\titleformat{\section}{\normalfont\large\bfseries}{}{0pt}{\Large}
%%% Page styles
\makeatletter
\newpagestyle{toc}{% Create a page style for TOC
\let\ps@plain\ps@empty% Redefine plain style which is automatically applied to the first page of TOC; put “empty”, or “main”, or any other page style you like
\sethead[][][]{}{}{}
}
\newpagestyle{chapter}{% Create a page style for the first page of a chapter
\setfoot[][\thepage][]{}{\thepage}{}
}
\newpagestyle{main}{%
\let\ps@plain\ps@chapter% Activate page style for the first page of a chapter
\sethead[\small{\thepage}][][\small{\sc{Titolo Tesi}}]{\small{{\sc{\chaptertitle}} - \sectiontitle}}{}{\small{\thepage}}
\headrule
}
\makeatother
\usepackage{microtype}
\setlength{\topskip}{15mm} %skip dalla riga superiore
\linespread{1.2} % interlinea - funzionante
\usepackage{graphicx} %per usare le immagini
\usepackage{appendix}
\usepackage{biblatex} %per bibliografia
\usepackage{url}
% Dati del documento
\title{TITOLO}
\author{Author}
\date{}
\bibliography{file}
\begin{document}
Code: Select all
\newpage
\printbibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.