BibTeX, biblatex and biberremove label in My Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
gwada74
Posts: 42
Joined: Fri Nov 26, 2010 5:28 pm

remove label in My Bibliography

Post by gwada74 »

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 ?
Last edited by gwada74 on Sat Jan 15, 2011 11:54 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.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

remove label in My Bibliography

Post by frabjous »

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):

Code: Select all

\makeatletter
\renewcommand\@biblabel[1]{}
\makeatother
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.
Post Reply