me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hvlogos.

* gnu/packages/tex.scm (texlive-hvlogos): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:38 +02:00
parent 91390f3879
commit 6ae0e428be
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -85162,6 +85162,24 @@ of @code{makeidx}. With the package, to index a word in a text, you only have
to type it once; the package makes sure it is both typeset and indexed.")
(license license:lppl)))
(define-public texlive-hvlogos
(package
(name "texlive-hvlogos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvlogos/" "tex/latex/hvlogos/")
(base32
"0s12whi7dbn94vb2rg3warbarbn9gh4mjv7kw7br401bc2zf7kc0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvlogos")
(synopsis "Print TeX-related names as logo")
(description
"This package is more or less an extension to Heiko Oberdiek's package
@code{hologo}. It prints TeX-related names as logos.")
(license license:lppl)))
;;;
;;; 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