I'm having trouble to correctly finish my bibliography. In the website's region, I cannot place the url correctly. Can anyone help me out? I've search some questions, but I wasn't able to get the answer...
\documentclass[a4paper,twoside,11pt,openright]{report}
\begin{document}
\bookmarksetup{startatroot}
\addtocontents{toc}{\bigskip}
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\begin{singlespace}
\bstctlcite{IEEEexample:BSTcontrol}
\bibliographystyle{ieeetr}
\bibliography{References}
\end{singlespace}
\end{document
Reference example:
@ONLINE{Asus:Online,
title = {ASUS “Xtion PRO LIVE”. },
month = April,
year = {2014},
url = {http://www.asus.com/Multimedia/Xtion_PRO_LIVE/#specifications;}
}
and the result is..