BibTeX, biblatex and biberMy own bibliography style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
hardtmuth
Posts: 1
Joined: Wed Jul 07, 2010 12:45 pm

My own bibliography style

Post by hardtmuth »

Hi,

I`ve encountered problem with the way how to define my own bib style. Is there some way to do it fast and simple? Classic BibTeX bibliography (plain) doesnt look the way which my teacher would like. He suggested to try something like that:
Author (Name Surname): Title of Book, Year.

Now BiBTeX produces something like that:
Author. Title, year.

I`m in a little rush. Maybe some minor changes in standard plain style file would solve my problem? Copy paste to my project directory new version of bst and viola?

//Kile + LateX on Linux

Recommended reading 2024:

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

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

yotama9
Posts: 61
Joined: Thu Sep 24, 2009 2:59 pm

My own bibliography style

Post by yotama9 »

There are some packages that allow you to create a custom bibliography style from bibtex. Check the wikibook. I used one of those but I can't remember which.

Yotam
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: My own Bibliography style

Post by frabjous »

Open a terminal and type "latex makebst" and it'll walk you through the process.
Post Reply