BibTeX, biblatex and biberRemove Indention/Space before Author Names in Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sallam_ah
Posts: 3
Joined: Tue Nov 01, 2011 10:21 am

Remove Indention/Space before Author Names in Bibliography

Post by sallam_ah »

Greeting everyone,

I have a very annoying issue. I created the bibliography using BibTeX and a customized style (created with "makebst"), everything works fine except there is a small space (indentation) before the authors as following:
with indentation
with indentation
1.jpg (29.36 KiB) Viewed 3030 times
How to remove this indentation? To look as following:
without indentation
without indentation
2.jpg (43.02 KiB) Viewed 3029 times
Do I have to add something to the preamble, or do I need to edit the style file or some thing else?

thanks in advance

Recommended reading 2024:

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

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

sallam_ah
Posts: 3
Joined: Tue Nov 01, 2011 10:21 am

Re: Remove Indention/Space before Author Names in Bibliograp

Post by sallam_ah »

:lol:

Strange, just do nothing will solve the problem , the reason behind this is that i'm using a custom style file (****.sty ) to format the whole document, and it contains special section to format the bibliography item, in this section the \labelwidth set to a specific value, however i think may be the BibTeX have an issue with this command.

* Thus, if the number of references less than 10 (label is 1 digit), removing the command \labelwidth from the document style file will solve the problem.

* and if the number of references >=10 {label is 2 digits}, just do nothing and the BibTeX will handle the adjustment

Cheeeeeeeeeeeeer
Post Reply