MiKTeX and proTeXtBibliography environment

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
jonysatie
Posts: 27
Joined: Fri Apr 06, 2007 1:15 am

Bibliography environment

Post by jonysatie »

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.

Recommended reading 2024:

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

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

User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Bibliography environment

Post by Juanjo »

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.
jonysatie
Posts: 27
Joined: Fri Apr 06, 2007 1:15 am

Re: Bibliography environment

Post by jonysatie »

Ok, thank you so much.
Post Reply