When I do BibTeX references using the alpha style, they are slightly shifted to the left from the rest of the text. How can I align them with the document body?
\documentclass[12pt,headings=normal]{article}
\usepackage{amsfonts, amsmath, amssymb}
\usepackage[margin=1in]{geometry}
\usepackage[hebrew,english]{babel}
\usepackage{general}
\begin{document}
We see \cite{hs}.
\bibliographystyle{alpha}
\bibliography{references}
\end{document}
My BibTeX file has this:
@ARTICLE{hs,
AUTHOR = {Yonatan Harpaz and Tomer Schlank},
TITLE = {Homotopy Obstructions to Rational Points},
YEAR = {2011},
NOTE = {arXiv:1110.0164 [math.AG]},
}
babel-- specifically, itshebrew-related code -- and thealphabibliography style. (The incorrect indentation goes away if thehebrewoption is removed, but that's not a real solution, right?!) I'm afraid I have no suggestion for fixing this bug. – Mico Nov 05 '13 at 23:08generalpackage is not available. – Joseph Wright Jun 16 '14 at 16:08