me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-memexsupp.

* gnu/packages/tex.scm (texlive-memexsupp): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:22 +02:00
parent 02a6be313e
commit 9fa31c5ae6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -88578,6 +88578,26 @@ be produced for distribution prior to the meeting, with user-selected
portions suppressed from printing.")
(license license:lppl1.3+)))
(define-public texlive-memexsupp
(package
(name "texlive-memexsupp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/memexsupp/"
"tex/latex/memexsupp/")
(base32
"1ckgin457bskn3iih0fzyy2jnh7w4xyyx7nspcpk2bc6ncslmbpj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/memexsupp")
(synopsis "Experimental @code{memoir} support")
(description
"This package provides a package of code proposed as supporting material for
@code{memoir}. The package is intended as a test bed for such code, which may
in the fullness of time be adopted into the main @code{memoir} release.")
(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