me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pbsheet.

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

View File

@ -91654,6 +91654,26 @@ balance package; otherwise, it uses @code{\\enlargethispage} to make the left
column shorter, balancing the columns.")
(license license:lppl1.3c)))
(define-public texlive-pbsheet
(package
(name "texlive-pbsheet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pbsheet/" "source/latex/pbsheet/"
"tex/latex/pbsheet/")
(base32
"126gps82j47xhw01p8w8qpcdlfffzqxan6xjizz9gdj1bhgyqk49")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pbsheet")
(synopsis "Problem sheet class")
(description
"This class is designed to simplify the typesetting of problem sheets with
mathematics and computer science content. It is currently customised towards
teaching in French (and the examples are in French).")
(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