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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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