I am using the official IEEE template for writing a paper in latex. The references are not stored in a separate file, but are appended at the end of the main .tex file in the \begin{thebibliography} block. Everything works fine, including the citation of references in the text.
There is though a problem: for the references 1-9, the text is displayed in the generated pdf file correctly. For references with the number greater than 10, the text is "indented" by some blank spaces, which makes it look horrible:
[8] Author 1, book 1, year
[9] Author 2, book 2, year
[10] Author 3, book 3, year
[11] Author 4, book 4, year
What I want is to force latex display every first letter of each reference at the same (imaginary) vertical line as the others. Is this possible?
