Skip to content

LaTeX hyperlinks nicely underlined (just like they look in web)

License

Notifications You must be signed in to change notification settings

yegor256/href-ul

Repository files navigation

make CTAN License

This LaTeX package makes hyperlinks underlined. The package uses hyperref and ulem packages.

First, install it from CTAN and then use in the preamble:

\documentclass{article}
\usepackage{href-ul}
\begin{document}
Go to \href{https://www.google.com}{Google}!
\end{document}

Otherwise, you can download href-ul.sty and add to your project.

If you want to contribute yourself, make a fork, then create a branch, then run l3build ctan in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run l3build ctan again. If the build is still clean, submit a pull request.