2. when there are more than 9 items in a bibliography, the 10th item is not
aligned with the previous, how to align those items?
thanks
See if titlesec or the other packages mentioned in the FAQ answer at
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead answer your
question.
> 2. when there are more than 9 items in a bibliography, the 10th item is not
> aligned with the previous, how to align those items?
I'm guessing you're using a "\begin{thebibliography}{9}" to produce a
bibliography. If so, try using "\begin{thebibliography}{99}" instead.
If not, then you'll need to provide a minimal example that demonstrates
the problem.
-- Scott