me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pas-tableur.

* gnu/packages/tex.scm (texlive-pas-tableur): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:44 +02:00
parent 7203808745
commit 2ae00b3d90
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -91506,6 +91506,26 @@ with the package. Conversion for use with other languages (than French)
should be possible.")
(license license:lppl)))
(define-public texlive-pas-tableur
(package
(name "texlive-pas-tableur")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pas-tableur/"
"tex/latex/pas-tableur/")
(base32
"0gy20s7prkj7da56y9hrxi7knbww02i7pf4lr4fc9f2q5zlakq1k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pas-tableur")
(synopsis "Create a spreadsheet layout")
(description
"The package provides commands for creating a grid of rectangles, and commands
for populating locations in the grid. PGF/TikZ is used for placement and
population of the cells.")
(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