BibTeX, biblatex and biberBiblatex: Remove newline after reference

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
heavyside
Posts: 1
Joined: Thu Oct 29, 2015 6:50 am

Biblatex: Remove newline after reference

Post by heavyside »

I have a space constraint and would like to remove the newline after each reference and bold the reference number in my \printbibliography section.
maybe something like

(1) author 1.; author 2. Journ. of Whatever yadda yadda (2) newauthor1.; newauthor2. Journ. of Newstuff journalinfowhatever (3) anotherauthor 1.; and so on and soforth

I currently have

Code: Select all

\usepackage[backend=bibtex,style=chem-acs,citestyle=verbose,maxnames=99]biblatex}
\bibliography{ref}
\renewcommand*{\bibfont}{\footnotesize}
\addbibresource{reference.bib}
\begin{document}
stuff
\printbibliography[title={\footnotesize \underline{References}}]
\end[document]
and it prints 10pt font but in a list. No idea how to remove the newline

thanks for any help

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply