gnu: Add texlive-styledcmd.

* gnu/packages/tex.scm (texlive-styledcmd): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:01 +02:00
parent 8f8a0d333d
commit 6f846eda45
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96637,6 +96637,27 @@ (define-public texlive-studenthandouts
style for handouts. This style can be easily changed.")
(license license:lppl1.3+)))
(define-public texlive-styledcmd
(package
(name "texlive-styledcmd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/styledcmd/"
"source/latex/styledcmd/"
"tex/latex/styledcmd/")
(base32
"0828ay5kyd0z77mh1y590m3ln52awi0rcdmdp5djlx1198xlvfj5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/styledcmd")
(synopsis "Handling multiple versions of user-defined macros")
(description
"This package allows creating and maintaining different versions of the same
command, in order to choose the best option for every document. This includes
expandable and protected commands.")
(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