Erro simples de bibliografia

Erro simples de bibliografia

Eu uso esse código e há um erro quando sempre me refiro a uma página da web que contém _ e diz que falta $ inserido. Como eu poderia cancelar esse problema?

\begin{thebibliography}{9}

\bibitem{Introduction to CFT} 
Blumenhagen, R., Plauschinn, E., Introduction to Conformal Field Theory: With Applications
to String Theory, Lect. Notes Phys. 779 (Springer, Berlin Heidelberg 2009), DOI 10.1007
978-3-642-00450-6
\\\texttt{http://stringworld.ru/files/Blumenhagen_R._Plauschinn_E._Introduction_to_conformal_field_theory_with_applications_to_string_theory.pdf}`

\end{thebibliography}

Responder1

Você não deve incluir o URL em uma \textttdiretiva. Em vez disso, certifique-se de carregar ourlpacote, possivelmente com a opção hyphense depois escreva \url{<long url string here>}.

insira a descrição da imagem aqui

\documentclass{article}      

\usepackage{url}

\begin{document}
\begin{thebibliography}{9}

\bibitem{Introduction to CFT} 
Blumenhagen, R., Plauschinn, E., Introduction to Conformal Field Theory: 
With Applications to String Theory, Lect.\ Notes Phys.\ 779 (Springer, 
Berlin and Heidelberg 2009), DOI 10.1007, ISBN 978-3-642-00450-6\linebreak 
\url{http://stringworld.ru/files/Blumenhagen_R._Plauschinn_E._Introduction_to_conformal_field_theory_with_applications_to_string_theory.pdf}

\end{thebibliography}
\end{document}

informação relacionada