BibTeX, biblatex and biberInsert empty line between references in the bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
User avatar
fish
Posts: 2
Joined: Thu Oct 14, 2010 4:33 pm

Insert empty line between references in the bibliography

Post by fish »

Hi!

I have a problem. I need to insert an empty line after each reference in my bibliography - I'm using my own style (which is based on unsrt) and bibtex4word template. I've tried to insert such strings as:

Code: Select all

"\newline" *
"\\" *
"\vspace{ }" *
in function fin.entry (which is called after each formatted reference is in the stack) - but with no success, empty line doesn't appear. I've tried to insert newline commands in other places - but always got the same. Maybe anyone knows the solution? -) It seems to be an easy thing, but how to do this in terms of bst editing..

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Insert empty line between references in the bibliography

Post by gmedina »

Hi,

which document class are you using? Are you using any other package(s) to build your bibliography (e.g. natbib)?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
fish
Posts: 2
Joined: Thu Oct 14, 2010 4:33 pm

Insert empty line between references in the bibliography

Post by fish »

I'm using bibtex4word - that's why I want to change directly bst style (my own style).
Post Reply