Hi everyone!
I am working with BibLatex under MikTex. Now I would like to print the bibliography itself (thus, not the heading!) in a smaller font size. Apparently all usual commands do not work.
In the biblatex compendium I have found the \bibsetup command of which I assume that it might contribute to the solution, though, unfortunately I could not find anything about how to use it.
Does anyone have a solution to the problem?
Thanks a lot in advance,
Alexander
BibTeX, biblatex and biber ⇒ Bibliography font size for biblatex
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Bibliography font size for biblatex
Problem solved!
The author of the package, Philipp Lehman, was so kind to reply:
\renewcommand{\bibfont}{\normalfont\small}
in order to change or
\appto\bibfont{\itshape}
The author of the package, Philipp Lehman, was so kind to reply:
\renewcommand{\bibfont}{\normalfont\small}
in order to change or
\appto\bibfont{\itshape}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bibliography font size for biblatex
At first I thought this won't work and that another command is needed to get it right.tjaenare wrote:[...] or
\appto\bibfont{\itshape}
Code: Select all
\addto\bibfont{\itshape}
Code: Select all
\appto\bibfont{\itshape}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10