BibTeX, biblatex and biberHow to get rid of the section number before References and..

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
antibrain
Posts: 3
Joined: Thu Apr 22, 2010 1:06 am

How to get rid of the section number before References and..

Post by antibrain »

Hi all,

I'm a very new user of Latex. I try to use BiBteX to create my references(was quiet successful),but I can't get rid of these two problems as below:

1 References

the section number e.g. 1 before references exists, doesn't vanish.

[1] Koellinger D., Dynamic Games......

I want to split the reference in many rows, but couldn't figure out how it works, such as:

[1] Koellinger D.
Dynamic Games.
192-204,2003.

Thank you for responses,
antibrain
Last edited by antibrain on Fri Apr 23, 2010 10:34 pm, edited 1 time in total.

Recommended reading 2024:

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

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

olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

How to get rid of the section number before References and..

Post by olofos »

In the standard latex classes the References section is not numbered. What class are you using? It's always useful with a minimal working example

As for your second question, try adding the option 'openbib' to your document class.
antibrain
Posts: 3
Joined: Thu Apr 22, 2010 1:06 am

Re: How to get rid of the section number before References a

Post by antibrain »

Hi olofos,

I find the command which causes numbering for references, bibtotocnumbered, as you said, thanks.

For the second question using openbib, How should I arrange the files?
Should I add some command to .bib file to split or to the main .tex file? An example would be nice to understand.
Last edited by antibrain on Fri Apr 23, 2010 10:35 pm, edited 1 time in total.
olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

How to get rid of the section number before References and..

Post by olofos »

Just add 'openbib' to the list of options for the document class. Something like

Code: Select all

\documentclass[openbib]{article}
antibrain
Posts: 3
Joined: Thu Apr 22, 2010 1:06 am

Re: How to get rid of the section number before References a

Post by antibrain »

oops, sorry It was easier than I thought =)

thanks a lot,
Post Reply