On Thu, May 30, 2002 at 10:38:29AM -0700, Sachin V. Shah wrote: > Max, > > > I need to reference some URLs in the bibliography section. However the > > URLs are usually very long and run out right-edge of the page. Is there > > a way (a package?) to break it automatically without adding any "-"? > > Take a look at url.sty, especially the comments. It came standard with > tetex, and the comments show the usage. It allows you to define how > hyphens, spaces, etc. are dealt with. The package mentions that the URLs > are allowed to break are certain characters, which is probably what you > want (since most people don't want a URL breaking up in the middle of a > word).
It might be better to use the hyperref.sty \url command than the one of url.sty For more information look at http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citeURL
