BibTeX, biblatex and biberLine Break in Web Site URL

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
azizever83
Posts: 41
Joined: Sun Apr 08, 2012 4:31 pm

Line Break in Web Site URL

Post by azizever83 »

Hi,

I am having a problem with my referencing. I am trying to cite a web page as follows:

Code: Select all

@MISC{snia.org,
  title = {{Managing Private and Hybrid Clouds for Data Storage}},
  howpublished = {http://snia.org/sites/default/files/CSI_Private_Hybrid_Cloud_White_Paper_final.pdf},
  note = {Accessed August 08, 2012}
}
But the problem in the output file is that the underscore made the output not as it should be (see attachment). How can I also delete the space in the first line?

Thanks in advance.
Attachments
URL-Reference.jpg
URL-Reference.jpg (66.43 KiB) Viewed 5617 times
Last edited by localghost on Sun Aug 26, 2012 1:09 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Line Break in Web Site URL

Post by cgnieder »

This is because of the underscore in the url. Try replacing it with \_. In order to be able to suggest a maybe better solution it would be most helpful if you provided a Infominimal working example.

Regards
Last edited by cgnieder on Sun Aug 26, 2012 10:59 pm, edited 1 time in total.
site moderator & package author
azizever83
Posts: 41
Joined: Sun Apr 08, 2012 4:31 pm

Re: Line Break in Web Site URL

Post by azizever83 »

Hi cgnieder,
Thanks for your response. I already tried to ues \_ but there was a problem with compiling the file.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Line Break in Web Site URL

Post by localghost »

There are several possible approaches.
  • Use the breakurl package.
  • Use the url package alternatively.
  • Use the \url command (and perhaps other means) of hyperref.
If that doesn't help, provide a proper minimal example as you have already been asked for.


Thorsten
Post Reply