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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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