me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cprotectinside.

* gnu/packages/tex.scm (texlive-cprotectinside): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:59 +02:00
parent 19e15138aa
commit 656d244b9b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -77480,6 +77480,25 @@ the behavior of fragile environments. Moving arguments, and corresponding
``tables of ...'' work happily.")
(license license:lppl1.3+)))
(define-public texlive-cprotectinside
(package
(name "texlive-cprotectinside")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cprotectinside/"
"tex/latex/cprotectinside/")
(base32
"1pa9j8v61xvrcmqgarzlwpg55l5qr3qi6nw2v3rdvvfg65ri6vf5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cprotectinside")
(synopsis "Use @code{cprotect} arbitrarily nested")
(description
"This package extends the @code{cprotect} package to allow users to use
verbatim-like commands inside arbitrary parameters.")
(license license:lppl1.3c)))
;;;
;;; 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