GeneralBib style, newblcok comand

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
alcr
Posts: 4
Joined: Thu Aug 14, 2008 9:56 am

Bib style, newblcok comand

Post by alcr »

Hello!

I created my own bib style and it is working, however one of the features I need in my reference list is that it looks like this:

Author; Year
"Title of the article"
Title of the journal

So far I've managed to set the fonts and the separators however I can't make a new line between each block. When I was creating the bst file I answered

%<<PUNCTUATION BETWEEN SECTIONS (BLOCKS):
%: (def) \newblock after blocks (periods or new lines with openbib option)

However I don't know how to use the \newblock command to get the line.
I am using BibTex and the package natbib

Thanks for your help
Alejandra

Recommended reading 2024:

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

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

User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Bib style, newblcok comand

Post by Juanjo »

Use the openbib option of \documentclass:

Code: Select all

\documentclass[openbib,...]{...}
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Post Reply