Re: BibTeX giorno

#82896
Up
0
Down
::

egreg9″ post=82322Non 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},
}`

Go to top