me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-alertmessage.

* gnu/packages/tex.scm (texlive-alertmessage): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:41 +02:00
parent 6029fef63a
commit 24f2b1bcb7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -72763,6 +72763,26 @@ class called @code{myletter}.")
accessible in Unicode.") accessible in Unicode.")
(license (list license:gpl3+ license:lppl)))) (license (list license:gpl3+ license:lppl))))
(define-public texlive-alertmessage
(package
(name "texlive-alertmessage")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/alertmessage/"
"source/latex/alertmessage/"
"tex/latex/alertmessage/")
(base32
"03pbkpbkgxx4c91b43bbykh931ncvm92mzjms9cpb5msf6yjk2wq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/alertmessage")
(synopsis "Alert messages for LaTeX")
(description
"This package provides some macros to display alert messages (informations,
errors, warnings and success messages).")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar