Search found 2 matches

by rfk46
Fri Oct 16, 2009 10:14 am
Forum: BibTeX, biblatex and biber
Topic: removing line breaks in bibliography
Replies: 3
Views: 10496

removing line breaks in bibliography

To create a references list with no line breaks (a single paragraph), you can do this:

\documentclass[...options...]{article}
\usepackage[...options...]{biblatex}
\usepackage[...options...]{paralist}
\bibliography{your_bib_file}

% for bibliography formatting via paralist enum environment ...
by rfk46
Thu Oct 15, 2009 8:34 pm
Forum: BibTeX, biblatex and biber
Topic: No line breaks in References
Replies: 1
Views: 1876

No line breaks in References

Hello,

I would like to create a References section with NO LINE BREAKS. It would look like one large paragraph of text.

For example:

[1] Reference 1. [2] Reference two. [3] reference three.

Can anyone please help?

Thanks
Rich