Similar to the URL problem: Forcing linebreaks in \url and URL latex linebreak
My links do cause an hbox overflow.
However, I have an \href with a local link. Can I force line breaks at any char there, too?
Code:
\newcommand*{\linkLocal}[1]{\href{run:./#1}{\texttt{#1}}}
\newcommand*{\linkLocalName}[2]{\href{run:./#1}{\texttt{#2}}}
So how can I force a line-breaking in \href similar to the solutions for url? I just want to break at all characters.
