Hi,
My question is apparently a nonsense, but I am writing a book in which I do not have to call references but I have to show my bibliography. What the editor is asking me is to remove my numeric label.I need a list of my books and article, that is all and on two column.
I am using bibtopic and my file .bib already exist from my Thesis;
How should I do ?
BibTeX, biblatex and biber ⇒ remove label in My Bibliography
remove label in My Bibliography
Last edited by gwada74 on Sat Jan 15, 2011 11:54 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

remove label in My Bibliography
It would really help to have more information, such as what what bibliographystyle you're using and how you want the paragraphs formatted if they don't have labels -- i.e., should they still hang, or be indented?
For a lot of styles, it might work to simply do this to remove the labels (in the preamble):
But that may not leave the formatting of the entries the way you want them.
A minimal working example would be very helpful here.
For the columns, I'd just use the multicol package.
For a lot of styles, it might work to simply do this to remove the labels (in the preamble):
Code: Select all
\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
A minimal working example would be very helpful here.
For the columns, I'd just use the multicol package.