BibTeX, biblatex and biberHow do i force something into the bibliography?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
anty
Posts: 2
Joined: Mon Apr 13, 2009 11:18 pm

How do i force something into the bibliography?

Post by anty »

My own example:

Code: Select all

@book{mu,
author="Nikola Tesla"
title="Mina uppfinningar"
publisher="Atlantis"
year=2009} 
When i run pdftex - bibtex - pdftex - pdftex, the only thing that shows in the bibliography is "[1] Tesla, N.". I would like the title to show too. Can i somehow force it to appear?

I've tried the plain and the acm styles but none of those worked.

:D <- me if good answer!


P.S.
My first post!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How do i force something into the bibliography?

Post by Stefan Kottwitz »

Hi Anty,

welcome to the board! Use commas to separate the entries:

Code: Select all

@book{mu,
author="Nikola Tesla",
title="Mina uppfinningar",
publisher="Atlantis",
year=2009}
Stefan
LaTeX.org admin
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: How do i force something into the bibliography?

Post by corderin »

Anty!

I would recommend you Jabref to manage your bibliography, it is very practical. This is a software with GUI.

Regards.
anty
Posts: 2
Joined: Mon Apr 13, 2009 11:18 pm

Re: How do i force something into the bibliography?

Post by anty »

Thank you for the answer Stefan_K ! :D Now it works without any problems.

About Jabref. I tried that but it's nothing for me. I will stick to gedit. Thanks for the tip though.


Anyways. I hereby declare this thread dead!
Post Reply