Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Bibliography Starts on a New Page

The natbib package in LATEX checks to see whether the chapter command is defined. If so it decides to use that for the bibliography headings. This will generally place the bibliography on a new page, which is what you would expect for a book. However, the llncs LATEX document class does define the chapter command, but is used generally for writing articles! A simple solution is to tell natbib to use section rather than chapter for the bibliography:

\usepackage{natbib}
\makeatletter
\renewcommand\bibsection%
{
  \section*{\refname
    \@mkboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}
}
\makeatother


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © Togaware Pty Ltd. . Creative Commons ShareAlike V4.