I have used hangparas from the hanging package, tried setting bibhang, setting parskip and leftindent to no avail. I have an author-year citation format and plainnat.bst and savetrees package if this matters...
Most help I find on this topic suggests use of biblatex but as I have not yet made the switch. I still find bibtex's multiple bibliography style option very useful so would like to stay with bibtex for now.
Edit: For example, I was hoping this would help, but it does nothing for the bibliography:
\begin{hangparas}{.25in}{1}
\bibliographystyle{plainnat}
\bibliography{references}
\end{hangparas}
I also tried
\setlength\parskip{\baselineskip}
\leftskip 0.1in
\parindent -0.1in
\bibliographystyle{plainnat}
\bibliography{references}
and
\setlength\bibhang{2em}
\bibliographystyle{plainnat}
\bibliography{references}
But there is no hanging indentation to be seen.
natbiborharvard? Please advise. – Mico Oct 1 '12 at 12:10natbiband I've edited my question to say it's the bibliography that I want to indent. – crippledlambda Oct 1 '12 at 16:09\documentclassand ends with\end{document}; a couple of bibliography items from your.bibfile are also needed. – egreg Oct 1 '12 at 17:11