me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-storecmd.

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

View File

@ -96524,6 +96524,26 @@ essentially turning it into a document format for mathematical knowledge
management (MKM).") management (MKM).")
(license license:lppl))) (license license:lppl)))
(define-public texlive-storecmd
(package
(name "texlive-storecmd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/storecmd/" "tex/latex/storecmd/")
(base32
"1ds88g5zb97vjlijnk2vq487ixs3pklq7f9fn66j17cdcnsz619f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/storecmd")
(synopsis "Store the name of a defined command in a container")
(description
"The package provides macros for command definition that save the name of the
command being defined in a file or a macro container. The list could be
useful for spelling exceptions in text editors that do not support TeX
syntax.")
(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