In my \documentclass{llncs}, I use
\usepackage{hyperref}
\usepackage[sort]{natbib}
to sort the references of my document. While the above achieves sorting, the section entitled "Bibliography" appears at the end of the document, starting with a new page.
I would like to have the writing "References" immediately after the main body which ends in the first third of a page. So, the section "References" should start from there, and references should remain sorted in the main body.
In addition, I would like the sorted references to appear without a space after comma, e.g., [1,2,3], intead of [1, 2, 3].
How could this be achieved?
llncsdoc.pdf. Try document class option[oribibl]. – Mensch Sep 01 '12 at 02:18