0

An image is more expressive then words...

Here's the problem

How you can see, the citation of a \bibitem does not go in a new line. This is my code:

\begin{thebibliography}{99}
\bibitem[Documentazione ffmpeg x x x x x x x x x x x x]{ffmpegdoc}
Descrizione progetto ffmpeg\\   
\url{http://ffmpeg.org/about.html}
\end{thebibliography}

and then

\cite{ffmpegdoc}

all that "x" is just for extremes the problem

Any idea in what's the problem?

RikyTres
  • 877
  • 2
  • 7
  • 8

1 Answers1

0

The answer is really simple...

use the follow package...

\usepackage{breakcites}
RikyTres
  • 877
  • 2
  • 7
  • 8