I couldn't find the right style I needed to list my references so I decided to use the \begin(end){thebibliography} environment. It worked out well except it began left-indenting which never happened when I used this before. Can anyone help me get it to start under, say, the letter 'f' in the heading "References" from the code below?
Thanks a bunch
lnsam22
Code: Select all
\documentclass{article}
%
\usepackage{amsmath}%
\usepackage{amsfonts}%
\usepackage{amssymb}%
\usepackage{graphicx}
\usepackage{graphics,color}
\usepackage[superscript]{cite}
\usepackage{fancyhdr}
\pagestyle{fancy}
\begin{document}
\begin{thebibliography}{breitestes Label}
\small{
\makeatletter
\def\@biblabel#1{#1}
\makeatother
\bibitem {fuchs:02}C. A. Fuchs, "Quantum Mechanics as Quantum Information (and only a little more)", quant-ph/0205039v1.
\bibitem {cerf:97}N. J. Cerf and C Adami, "Quantum Information Theory of Entanglement and Measurement", quant-ph/9605039v2.
\bibitem {sarma:00}S. Das Sarma, Jaroslav Fabian, Xuedong Hu, Igor Zutic, "Spintronics: electron spin coherence, entanglement, and transport", cond-mat/9912040v3.
}
\end{thebibliography}
\end{document}