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..