\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{verbatim}
\title{Annotated Bibliography}
\author{ffhjn}
\date{April 2017}
\begin{document}
\maketitle
\section{Aim}
amvfnurgii
\begin{thebibliography}{99}
\bibitem{Cornell University Library}
\url{http://guides.library.cornell.edu/annotatedbibliography}. Accessed on 18 April 2017.
\bibitem{USC Libraries}
\url{http://libguides.usc.edu/writingguide/annotatedbibliography}. Accessed on 18 April 2017.
\end{thebibliography}
\end{document}
Asked
Active
Viewed 3,647 times
1
1 Answers
2
the badness is a measure of how over stretched the line is. 4765 isn't impossibly bad, although it's not great.
As you can see the first "Accessed on 18" is stretched out.
With such small paragraphs with large unbreakable units there is not a lot you can do, you could just accept it stretches or set it ragged right:
\begin{thebibliography}{99}
\raggedright
\bibitem{Cornell University Library}
\url{http://guides.library.cornell.edu/annotatedbibliography}. Accessed on 18 April 2017.
\bibitem{USC Libraries}
\url{http://libguides.usc.edu/writingguide/annotatedbibliography}. Accessed on 18 April 2017.
\end{thebibliography}
David Carlisle
- 757,742


{99}while only using a single digit number of references, 2 in this case, but this should not prevent your.texfile from compiling. Look here to see what he arguments inthebibliographyshould be for your case specifically: https://tex.stackexchange.com/questions/198330/argument-in-thebibliography – gnikit Apr 18 '17 at 05:53