mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-hologo.
* gnu/packages/tex.scm (texlive-hologo): New variable.
This commit is contained in:
parent
3cac23ebb5
commit
89193c050c
1 changed files with 22 additions and 0 deletions
|
@ -916,6 +916,28 @@ (define-public texlive-unicode-data
|
|||
|
||||
(define-deprecated-package texlive-generic-unicode-data texlive-unicode-data)
|
||||
|
||||
(define-public texlive-hologo
|
||||
(package
|
||||
(name "texlive-hologo")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/hologo/"
|
||||
"source/generic/hologo/"
|
||||
"tex/generic/hologo/")
|
||||
(base32
|
||||
"0n62zwz93ab6vfb0hd2h0ncj9gwavg01i3djj7wyr7gyj20xb34x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hologo")
|
||||
(synopsis "Collection of logos with bookmark support")
|
||||
(description
|
||||
"The package defines a single command @code{\\hologo}, whose argument is
|
||||
the usual case-confused ASCII version of the logo. The command is
|
||||
bookmark-enabled, so that every logo becomes available in bookmarks without
|
||||
further work.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hopatch
|
||||
(package
|
||||
(name "texlive-hopatch")
|
||||
|
|
Loading…
Reference in a new issue