Verzeichnis 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.
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (282.6k).
href-ul – Underscored LaTeX hyperlinks
This LaTeX package makes hyperlinks underscored, just like on the web. The package uses hyperref and ulem.
| Paket | href-ul |
| Repository | https://github.com/yegor256/href-ul |
| Version | 0.5.2 2025-03-07 |
| Lizenzen | MIT License |
| Copyright | 2021–2025 Yegor Bugayenko |
| Betreuer | Yegor Bugayenko |
| Enthalten in | TeX Live als href-ul MiKTeX als href-ul |
| Themen | Underline Verbatim Hypertext |