Re: BibTeX giorno

#82891
Up
0
Down
::


Questo mi funziona.

`% arara: pdflatex
% arara: bibtex
% arara: pdflatex
% arara: pdflatex

\documentclass{article}

\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@online {feldstein:qe,
author = {Feldstein, Martin},
title = {Quantitative Easing and America's Economic Rebound},
month = feb # {~31,},
year = {2011},
url = {http://www.project-syndicate.org/commentary/quantitative-easing-and-america-s-economic-rebound},
}
\end{filecontents*}

\usepackage{natbib,url}
\begin{document}
\cite{feldstein:qe}
\bibliographystyle{plainnat}
\bibliography{\jobname}
\end{document}`

Ma funziona anche con
`month = {February 31,},`

Ti prego, da’ qualche informazione in più se usi altri stili bibliografici.

Ciao
Enrico

Go to top