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
2 years ago
viewed
1326 times
active
1 year ago
Get the weekly newsletter!
see an example newsletter
By subscribing, you agree to the privacy policy and terms of service.
;-)): tex.stackexchange.com/questions/17360/… – diabonas May 26 '11 at 11:26