summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-03 20:32:39 +0000
committerKarl Berry <karl@freefriends.org>2022-10-03 20:32:39 +0000
commitc3ccc8b95f7753a15600f623541cb6e099d3a799 (patch)
treedee6fea1092fcbe14a4901f85f21605113407f19 /Master/texmf-dist/doc
parent51ca429c570d5f3c54059722dcd868eb70ae4a48 (diff)
href-ul (3oct22)
git-svn-id: svn://tug.org/texlive/trunk@64598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/href-ul/LICENSE.txt21
-rw-r--r--Master/texmf-dist/doc/latex/href-ul/README.md5
-rw-r--r--Master/texmf-dist/doc/latex/href-ul/href-ul.pdfbin49130 -> 229763 bytes
-rw-r--r--Master/texmf-dist/doc/latex/href-ul/href-ul.tex70
4 files changed, 24 insertions, 72 deletions
diff --git a/Master/texmf-dist/doc/latex/href-ul/LICENSE.txt b/Master/texmf-dist/doc/latex/href-ul/LICENSE.txt
new file mode 100644
index 00000000000..bd949ffdabc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/href-ul/LICENSE.txt
@@ -0,0 +1,21 @@
+(The MIT License)
+
+Copyright (c) 2021-2022 Yegor Bugayenko
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the 'Software'), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/href-ul/README.md b/Master/texmf-dist/doc/latex/href-ul/README.md
index 67b18d010e7..c508666cf1e 100644
--- a/Master/texmf-dist/doc/latex/href-ul/README.md
+++ b/Master/texmf-dist/doc/latex/href-ul/README.md
@@ -1,7 +1,8 @@
-[![make](https://github.com/yegor256/href-ul/actions/workflows/make.yml/badge.svg)](https://github.com/yegor256/href-ul/actions/workflows/make.yml)
+[![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 underscored.
+This LaTeX package makes hyperlinks underlined.
The package uses [`hyperref`](https://ctan.org/pkg/hyperref)
and [`ulem`](https://ctan.org/pkg/ulem) packages.
diff --git a/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf b/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf
index f480b994d38..37a3867c0e5 100644
--- a/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf
+++ b/Master/texmf-dist/doc/latex/href-ul/href-ul.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/href-ul/href-ul.tex b/Master/texmf-dist/doc/latex/href-ul/href-ul.tex
deleted file mode 100644
index 3f60b3f3ea5..00000000000
--- a/Master/texmf-dist/doc/latex/href-ul/href-ul.tex
+++ /dev/null
@@ -1,70 +0,0 @@
-% (The MIT License)
-%
-% Copyright (c) 2021 Yegor Bugayenko
-%
-% Permission is hereby granted, free of charge, to any person obtaining a copy
-% of this software and associated documentation files (the 'Software'), to deal
-% in the Software without restriction, including without limitation the rights
-% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-% copies of the Software, and to permit persons to whom the Software is
-% furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included in all
-% copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-% SOFTWARE.
-
-\documentclass[12pt]{article}
-\usepackage{href-ul} % the package from the current dir
-\usepackage{ffcode}
-\usepackage{multicol}
-\usepackage{xcolor}
-\title{\ff{href-ul}: \LaTeX{} Package \newline That Makes Underscored Links}
-\author{Yegor Bugayenko}
-\date{0.1.0 2021/06/13}
-
-\begin{document}
-\pagenumbering{gobble}
-\raggedbottom
-\setlength{\parindent}{0pt}
-\setlength{\columnsep}{32pt}
-\setlength{\parskip}{6pt}
-\maketitle
-
-This package helps you make your hyperlinks underscored:
-
-\begin{multicols}{2}
-\setlength{\parskip}{0pt}
-\scriptsize
-\raggedcolumns
-\begin{verbatim}
-\documentclass{article}
-\usepackage{href-ul}
-\begin{document}
-Go to \href{https://google.com}{Google}!
-\end{document}
-\end{verbatim}
-
-\columnbreak
-
-Go to \href{https://google.com}{Google}!
-\end{multicols}
-
-Changing the {\color{red}\href{https://github.com/yegor256/href-ul}{color}} of the text also changes the color of the line.
-
-Changing the {\Large\href{https://github.com/yegor256/href-ul}{size}} of the text doesn't change the width of the line.
-
-The package uses
-\ff{\href{https://ctan.org/pkg/hyperref}{hyperref}}
-and \ff{\href{https://ctan.org/pkg/ulem}{ulem}} packages.
-
-More details about this package you can find
-in the \ff{\href{https://github.com/yegor256/href-ul}{yegor256/href-ul}} GitHub repository.
-
-\end{document} \ No newline at end of file