Is there a way to change vertical linespacing in bibliography for the article environment.
The tip given at Herbert's page is only for book class, and doesnt work for article. Is there a way to modify it for articles?
the only difference is the second line:
[ ... ] {\section*{\refname}% [ ... ]
but this should also work: \usepackage{setspace} in preamble and in the text
{% \bibliographystyle{plain} \bibliography{<database>}% }
Herbert