texlive[72741] Master/texmf-dist: href-ul (1nov24)

commits+karl at tug.org commits+karl at tug.org
Fri Nov 1 22:26:36 CET 2024


Revision: 72741
          https://tug.org/svn/texlive?view=revision&revision=72741
Author:   karl
Date:     2024-11-01 22:26:35 +0100 (Fri, 01 Nov 2024)
Log Message:
-----------
href-ul (1nov24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/href-ul/README.md
    trunk/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf
    trunk/Master/texmf-dist/source/latex/href-ul/href-ul.dtx
    trunk/Master/texmf-dist/tex/latex/href-ul/href-ul.sty

Modified: trunk/Master/texmf-dist/doc/latex/href-ul/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/href-ul/README.md	2024-11-01 21:26:09 UTC (rev 72740)
+++ trunk/Master/texmf-dist/doc/latex/href-ul/README.md	2024-11-01 21:26:35 UTC (rev 72741)
@@ -1,13 +1,16 @@
+# LaTeX Hyperlinks Underscored as in Web
+
 [![make](https://github.com/yegor256/href-ul/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/href-ul/actions/workflows/l3build.yml)
 [![CTAN](https://img.shields.io/ctan/v/href-ul)](https://ctan.org/pkg/href-ul)
 [![License](https://img.shields.io/badge/license-MIT-green.svg)](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) 
+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) 
+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
@@ -18,7 +21,7 @@
 \end{document}
 ```
 
-Otherwise, you can download [`href-ul.sty`](https://yegor256.github.io/href-ul/href-ul.sty) and add to your project.
+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.
@@ -25,3 +28,5 @@
 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

Modified: trunk/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/href-ul/href-ul.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/href-ul/href-ul.dtx	2024-11-01 21:26:09 UTC (rev 72740)
+++ trunk/Master/texmf-dist/source/latex/href-ul/href-ul.dtx	2024-11-01 21:26:35 UTC (rev 72741)
@@ -50,7 +50,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{href-ul}
 %<*package>
-[09.01.20240 0.4.0 Underlined Hyperlinks]
+[2024/11/01 0.4.1 Underlined Hyperlinks]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}
@@ -159,6 +159,7 @@
 % Then, we include the |hyperref| package for PDF hyperlinks:
 %    \begin{macrocode}
 \PassOptionsToPackage{hidelinks}{hyperref}
+\PassOptionsToPackage{hyphens}{url}
 \RequirePackage{hyperref}
 %    \end{macrocode}
 

Modified: trunk/Master/texmf-dist/tex/latex/href-ul/href-ul.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/href-ul/href-ul.sty	2024-11-01 21:26:09 UTC (rev 72740)
+++ trunk/Master/texmf-dist/tex/latex/href-ul/href-ul.sty	2024-11-01 21:26:35 UTC (rev 72741)
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{href-ul}
-[09.01.20240 0.4.0 Underlined Hyperlinks]
+[2024/11/01 0.4.1 Underlined Hyperlinks]
 
 
 
@@ -54,6 +54,7 @@
 \makeatother
 
 \PassOptionsToPackage{hidelinks}{hyperref}
+\PassOptionsToPackage{hyphens}{url}
 \RequirePackage{hyperref}
 
 \makeatletter%



More information about the tex-live-commits mailing list.