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
BibTeX, biblatex and biber ⇒ How to get rid of the section number before References and..
How to get rid of the section number before References and..
Last edited by antibrain on Fri Apr 23, 2010 10:34 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

How to get rid of the section number before References and..
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.
As for your second question, try adding the option 'openbib' to your document class.
Re: How to get rid of the section number before References a
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.
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.
How to get rid of the section number before References and..
Just add 'openbib' to the list of options for the document class. Something like
Code: Select all
\documentclass[openbib]{article}
Re: How to get rid of the section number before References a
oops, sorry It was easier than I thought =)
thanks a lot,
thanks a lot,