me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-endofproofwd.

* gnu/packages/tex.scm (texlive-endofproofwd): New variable.
Nicolas Goaziou 2023-07-12 22:23:50 +02:00
parent 4328108fc8
commit 0945d1d5fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -16981,6 +16981,25 @@ electrocardiograms (ECG). It can generate different types of wave.")
using the standard LaTeX2e @code{picture} environment.")
(license license:lppl1.3+)))
(define-public texlive-endofproofwd
(package
(name "texlive-endofproofwd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/endofproofwd/"
"tex/latex/endofproofwd/common/")
(base32
"0lgygqfzklf3l0pijas4g1489p3k5hwb0nwijz7fmva6c7sn124i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/endofproofwd")
(synopsis "End of proof sign")
(description
"This package provides an additional end of proof sign. The command's
name is @code{\\wasserdicht}.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")