Hi i have a a underfull \hbox (badness 10000) error in my bibliography list below but not sure why?
\bibitem{application 1}
K. Conrad
\textit{http://www.math.uconn.edu/$\sim$kconrad/blurbs/gradnumthy/mordelleqn1.pdf}
(accessed on 09/01/2016).
could anyone help?
\textitand$\sim$and use\urlfrom the url package then latex will be able to break the line at a/in a URL so will be able to justify the text more easily – David Carlisle Jan 26 '16 at 13:18\bibitem{trace norm web} K. Conrad \url{http://www.math.uconn.edu/~kconrad/blurbs/galoistheory/tracenorm.pdf} (accessed on 22/11/2015).
\bibitem{application 1} K. Conrad \url{http://www.math.uconn.edu/~kconrad/blurbs/gradnumthy/mordelleqn1.pdf} (accessed on 09/01/2016).
– Francesca Alsina Jan 26 '16 at 13:44biblatex, but rather a more manual way to create the bibliography. An MWE would help us reproduce the actual error. Note that line breaking of URLs is always a very delicate matter (maybe even more so in the bibliography). – moewe Jan 26 '16 at 15:22