me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-crbox.

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

View File

@ -77499,6 +77499,24 @@ the behavior of fragile environments. Moving arguments, and corresponding
verbatim-like commands inside arbitrary parameters.")
(license license:lppl1.3c)))
(define-public texlive-crbox
(package
(name "texlive-crbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/crbox/" "tex/latex/crbox/")
(base32
"1zw0dzmnzn42xsy8c2as4gnssj74s4ilivwrc1phvsfvlinjah9n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/crbox")
(synopsis "Boxes with crossed corners")
(description
"The package implements a @code{\\crbox} command which produces boxes with
crossing lines at the corners.")
(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