mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-hrefhide.
* gnu/packages/tex.scm (texlive-hrefhide): New variable.
This commit is contained in:
parent
db23c0c701
commit
0a0ce076bb
1 changed files with 28 additions and 0 deletions
|
@ -85048,6 +85048,34 @@ (define-public texlive-href-ul
|
|||
"This LaTeX package makes hyperlinks underscored, just like on the web.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-hrefhide
|
||||
(package
|
||||
(name "texlive-hrefhide")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hrefhide/"
|
||||
"source/latex/hrefhide/"
|
||||
"tex/latex/hrefhide/")
|
||||
(base32
|
||||
"1smbklq7cyjzvd2kryv97kwvyh2alpd6gn2j6pbj6v9bcsyc3lmx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hrefhide")
|
||||
(synopsis "Suppress hyper links when printing")
|
||||
(description
|
||||
"This package provides the command @code{\\hrefdisplayonly} (additionally to
|
||||
@code{\\href} provided by the @code{hyperref} package). While
|
||||
the (hyperlinked) text appears like an ordinary @code{\\href} in the compiled
|
||||
PDF file, the same text will be hidden when printing the text. Hiding is
|
||||
actually achieved by making the text the same colour as the background, thus
|
||||
preserving the layout of the rest of the text.
|
||||
|
||||
Further, the commands @code{\\hycon} and @code{\\hycoff} can be used to
|
||||
simulate switching option @code{ocgcolorlinks} of the @code{hyperref} package
|
||||
on and off. This package is possibly obsolete.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue