me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-decorule.

* gnu/packages/tex.scm (texlive-decorule): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:04 +02:00
parent cb1676a3a7
commit e5fef91ca2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -78950,6 +78950,27 @@ within the text.")
raised decimal point, instead of the American-style period.")
(license license:lppl1.0+)))
(define-public texlive-decorule
(package
(name "texlive-decorule")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/decorule/"
"source/latex/decorule/"
"tex/latex/decorule/")
(base32
"07l723zd20ds5sa70vk5hhrd7a90jqy3hf70wm5q1gnmbjszj1da")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/decorule")
(synopsis "Decorative swelled rule using font character")
(description
"The package implements a decorative swelled rule using only a symbol from
a font installed with all distributions of TeX, so it works independently,
without the need to install any additional software or fonts.")
(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