My bibliography (made with biblatex) has all items close to each other. I would like to introduce some space between them, e.g. half a line.
How can I do this?
;-)
increase one of the lengths:
\bibitemsep length between two different entries, preset to \itemsep
\bibitemsep
\itemsep
\bibnamesep length between two entries of different authors
\bibnamesep
\bibinitsep length between two entries of authors with different first letter
\bibinitsep
For example, if you want to increase the \bibitemsep by 50%, you could use:
\setlength\bibitemsep{1.5\itemsep}
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
1296 times
active
;-)): tex.stackexchange.com/questions/17360/… – diabonas May 26 '11 at 11:26