GeneralProblems definig links

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
checha
Posts: 4
Joined: Wed Sep 05, 2007 11:13 pm

Problems definig links

Post by checha »

Hi everybody I'm trying to include as part of my text \\Servidorcomer\COMERCIALIZACION\CGESJ which is part of our network can some tell me how to do it.

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
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Problems definig links

Post by pumpkinegan »

Did you try

Code: Select all

\usepackage{url}
\url{\\Servidorcomer\COMERCIALIZACION\CGESJ}
or

Code: Select all

\usepackage{hyperref}
\nolinkurl{\\Servidorcomer\COMERCIALIZACION\CGESJ}
Post Reply