gnu: Add texlive-trfsigns.

* gnu/packages/tex.scm (texlive-trfsigns): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:40 +02:00
parent 5ef1aca095
commit 161454acb7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -98524,6 +98524,26 @@ (define-public texlive-tramlines
used by lawyers in the UK and the Commonwealth).")
(license (list license:lppl1.3c license:cc-by-sa3.0))))
(define-public texlive-trfsigns
(package
(name "texlive-trfsigns")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/trfsigns/"
"source/latex/trfsigns/"
"tex/latex/trfsigns/")
(base32
"0j2zlydfxbdmx5ligdw2gqkqbb5mcajmag05c4b99ijr2q58ccyh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/trfsigns")
(synopsis "Typeset transform signs")
(description
"This package provides a package for typesetting various transformation signs
for Laplace transforms, Fourier transforms and others.")
(license license:gpl3+)))
;;;
;;; 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