Hi again,
I need some help to put url's in the bibliography invironment. I wanted to make a justified (flush left, flush right) text with urls.
Por example, I want that the final result to be something like:
http://www.scielo.cl/result.html?cx=00277803999-
5109192455%3Amjmfr2dvt3c&cof=FORID%3A11&q-
=ober&sa=Buscar
Many thanks.
MiKTeX and proTeXt ⇒ Bibliography environment
NEW: TikZ book now 40% off at Amazon.com for a short time.
Bibliography environment
Load the url package and write each URL inside the mandatory argument of the \url command. For example:
Code: Select all
\url{http://www.latex-community.org/viewtopic.php?f=9&t=2998}
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Re: Bibliography environment
Ok, thank you so much.