Directory macros/latex/contrib/href-ul
LaTeX Hyperlinks Underscored as in Web
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.
Download the contents of this package in one zip archive (281.7k).
href-ul – Underscored LaTeX hyperlinks
This LaTeX package makes hyperlinks underscored, just like on the web. The package uses hyperref and ulem.
Package | href-ul |
Bug tracker | https://github.com/yegor256/href-ul/issues |
Repository | https://github.com/yegor256/href-ul |
Version | 0.4.1 2024-11-01 |
Licenses | MIT License |
Copyright | 2021–2024 Yegor Bugayenko |
Maintainer | Yegor Bugayenko |
Contained in | TeX Live as href-ul MiKTeX as href-ul |
Topics | Underline Verbatim Hyper |