I know already that \usepackage{url}
and then using the \url{}
command will allow me to insert URLs without the hyperlink, but, I do not even use this package and used the \url{}
command and it gives the URLs hyperlinks and if I add \usepackage{url}
, it still adds the hyperlinks. Here are the list of packages that I am already using with my document:
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[scaled=.92]{helvet}
\usepackage{graphicx}
\usepackage{balance}
\usepackage{booktabs}
\usepackage{ccicons}
\usepackage{ragged2e}
\usepackage[flushleft]{threeparttable}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{listings}
\makeatletter
\makeatother
\usepackage{lmodern}
Best Answer
The question is tagged with
hyperref
, then\nolinkurl
is the counterpart of\url
without link.If
hyperref
is not used, then the link is probably created by the PDF viewer, which uses a heuristics to detect links in text.