poxx” post=82330
Non pensi che sarebbe il caso di mostrare un esempio di come fai?
Ciao
Enrico`\documentclass[11pt,a4paper,oneside]{article}
…
\usepackage[british,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[babel]{csquotes}
\usepackage[backend=bibtex,style=authoryear,sorting=nyt,useprefix]{biblatex}
\bibliography{references}
…
\begin{document}
…
\printbibliography
\end{document}`
Questo è il file references.bib allo stato attuale:
`@online {feldstein:qe,
author = {Feldstein, Martin},
title = {Quantitative Easing and America's Economic Rebound},
month = feb,
date = {24},
year = {2011},
url = {http://www.project-syndicate.org/commentary/quantitative-easing-and-america-s-economic-rebound},
}`
Devi usare solo il campo date, mi pare:
`date={2011-02-24},`
Ciao
Enrico