BibTeX, biblatex and biber ⇒ Remove Indention/Space before Author Names in Bibliography
Remove Indention/Space before Author Names in Bibliography
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: How to remove this indentation? To look as following: 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
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
Re: Remove Indention/Space before Author Names in Bibliograp

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