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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply