Is there a way i can have verbatim text inside a link?
\href{www.numpy.org}{\verb|numpy|} does not work. I tried using cprotect;
\cprotect\href{www.numpy.org}{\verb|numpy|}, but then I end up with !TeX capacity exceeded, sorry [input stack size=5000].
Is there a simple way to do this?


\texttt{}enough for you? – Sigur Dec 10 '14 at 16:48\cprotect{\href{www.numpy.org}}{\verb|numpy|}, but\href{www.numpy.org}{\texttt{numpy}}is much easier. – egreg Dec 10 '14 at 16:48\verbcommand inside of\textbfblock? (different error message, but same cause/solution). – Werner Dec 10 '14 at 17:15\cprotect. – egreg Dec 10 '14 at 17:25