I defined the following command:
\newcommand{\reqWVSDataSource}[0]{
\hyperref[req:wvsDataSource]{\textit{Req01}}}
If I use it like this:
(\reqWVSDataSource)
hyperref adds a leading space. Thus the result is "( Req01)" instead of "(Req01)".
How can I disable this leading space?
Thanks!