Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I would definitely consider the advice from <a href="https://stackoverflow.com/questions/1670462/references-style-without-line-breaks/1670613#1670613">Dirk Eddelbuettel</a>, first. However, reformatting the bibliography seems to be something of a black art, but there are two major methods for doing so: <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/custom-bib/" rel="nofollow noreferrer">custom-bib</a> and <a href="http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/" rel="nofollow noreferrer">biblatex</a>. Custom-bib operates by interrogating you as to the myriad features you might possibly want to use. I've tried to use custom-bib in the past with little success, but <a href="https://stackoverflow.com/questions/1651099/create-own-bibtex-style-or-customize-existing-one">others</a> have used it successfully. </p> <p>Biblatex, however, uses latex commands directly within the document itself (or, style file) to generate the style. Internally, it divides each bib entry into blocks and units with settable punctuation between them (via <code>\newblockpunct</code> and <code>\newunitpunct</code>, respectively), and <a href="http://mirror.math.ku.edu/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-science/latex/bbx/science.bbx" rel="nofollow noreferrer">usually</a> a block is an entire entry. It should be noted that biblatex is still in beta testing, so it may still have some quirks. Also, be sure to check the prerequisites for running it. As of this point, I have not used it, but if the documentation is at all accurate, I intend to.</p> <p><strong>Edit:</strong> I looked at the <a href="http://mirror.math.ku.edu/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-science/latex/bbx/science.bbx" rel="nofollow noreferrer">style file</a> again, and it appears that biblatex is implementing the bibliography environment as a list. So, to achieve what you are looking for, you would use <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/paralist/" rel="nofollow noreferrer">paralist</a> instead. You may be able to renew <code>thebibliography</code> environment yourself without using biblatex, but you may have to dig through your bst file to figure out what formatting commands are used. The method with biblatex just seems easier.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload