https://github.com/yegor256/href-ul
Use this LaTeX package to make your hyperlinks look nicely underlined (just like they look in web)
https://github.com/yegor256/href-ul
formatting latex latex-package links underscore
Last synced: 5 months ago
JSON representation
Use this LaTeX package to make your hyperlinks look nicely underlined (just like they look in web)
- Host: GitHub
- URL: https://github.com/yegor256/href-ul
- Owner: yegor256
- License: mit
- Created: 2021-06-10T19:34:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T13:03:44.000Z (about 1 year ago)
- Last Synced: 2025-01-31T14:19:33.006Z (about 1 year ago)
- Topics: formatting, latex, latex-package, links, underscore
- Language: TeX
- Homepage: https://ctan.org/pkg/href-ul
- Size: 115 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LaTeX Hyperlinks Underscored as in Web
[](https://github.com/yegor256/href-ul/actions/workflows/l3build.yml)
[](https://ctan.org/pkg/href-ul)
[](https://github.com/yegor256/href-ul/blob/master/LICENSE.txt)
This LaTeX package makes hyperlinks underlined.
The package uses [`hyperref`](https://ctan.org/pkg/hyperref)
and [`ulem`](https://ctan.org/pkg/ulem) packages.
First,
[install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
from [CTAN](https://ctan.org/pkg/href-ul)
and then use in the preamble:
```tex
\documentclass{article}
\usepackage{href-ul}
\begin{document}
Go to \href{https://www.google.com}{Google}!
\end{document}
```
Otherwise, you can download [`href-ul.sty`][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.
[sty]: https://yegor256.github.io/href-ul/href-ul.sty