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..
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
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
How to get rid of the section number before References and..
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
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.
How to get rid of the section number before References and..
Code: Select all
\documentclass[openbib]{article}
Re: How to get rid of the section number before References a
thanks a lot,