::
`\documentclass[a4paper,10pt,twoside]{book}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,left=4cm,right=3cm,top=3cm,bottom=3cm]{geometry}
\usepackage[italian]{layout}
\renewcommand{\chaptermark}[1]{%
\markboth{\thechapter.\ #1}{}}
\usepackage{natbib}
\bibliographystyle{abbrvnat}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage{setspace}
\begin{document}
\onehalfspace
Questa è la citazione \citep{IWSSM-3:2011}
\bibliography{/home/davide/biblio.bib}
\end{document}`
come già detto la entry del bibtex è
`@techreport{IWSSM-3:2011,
editor = “Bennartz, R. and Joe, P. and Loehnert, U. and Koskinen, J. and Skofronick-Jackson, G. and Vane, D.”,
title = “{Report on th Third International Workshop on Space-based Snowfall Measurment}”
}`