LaTeX href output: sorround the link text after ´URL:´ with ´\nolinkurl´

Issue #74 resolved
Hong created an issue

Currently the url is generated as following:

 \href{http://example.com}{URL: http://example.com}

However, the URL in the text would not format correctly when there is a link break. I suggest to change the output to

\href{http://example.com}{URL: \nolinkurl{http://example.com}}

Comments (2)

  1. Log in to comment