[1] Doe, Joe et al. Some journal. 2004.while many documents need something like:
[2] Doe, Jane et al. Some journal. 2003.
1. Doe, Joe et al. Some journal. 2004.This sort of change may be achieved by many of the “general” citation packages; for example, in natbib, it’s as simple as:
2. Doe, Jane et al. Some journal. 2003.
but if you’re not using such a package, the following internal LaTeX commands, in the preamble of your document, will do the job:\renewcommand{\bibnumfmt}[1]{#1.}
\makeatletter \renewcommand*{\@biblabel}[1]{\hfill#1.} \makeatother
This question on the Web: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formbiblabel