me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cheatsheet.

* gnu/packages/tex.scm (texlive-cheatsheet): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:48 +02:00
parent 8f45094e31
commit 4ec0cc5273
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -75814,6 +75814,25 @@ the current folder of the chapter/section/subsection. It makes easy changing
the name of a folder, for example.")
(license license:lppl)))
(define-public texlive-cheatsheet
(package
(name "texlive-cheatsheet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cheatsheet/"
"source/latex/cheatsheet/"
"tex/latex/cheatsheet/")
(base32
"09v25l1xcjrm1bnvfwqa7scr7r9hz6qy9l4pr1haww0ma1fj0rba")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cheatsheet")
(synopsis "Simple cheat sheet class")
(description
"The package provides a clean, multi-column design intended for cheat sheets.")
(license license:expat)))
;;;
;;; 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