The following question-answers show a method of avoiding page-breaks in between references:
How can I prevent page break between lines of a paragraph or bibliography entry?
https://tex.stackexchange.com/a/51259/8303
The answers which suggest inserting \interlinepenalty=10000 are simple and work really well. However, each time bibtex compiles the .bbl file, I have to manually edit it for inserting the interline penalty command. Then I have to run my .bat file all over again after commenting out the bibtex.exe command.
Since this is a bit cumbersome, is there a way I could configure bibtex.exe to do it for me?
Pythonscript to do this repetitive task for me. – Shashank Sawant Sep 19 '14 at 16:52