gnu: Add texlive-lectureslides.

* gnu/packages/tex.scm (texlive-lectureslides): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:04 +02:00
parent 25259e2b1f
commit d91150ec61
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86974,6 +86974,25 @@ (define-public texlive-lectures
alignment of figures and much more.")
(license license:expat)))
(define-public texlive-lectureslides
(package
(name "texlive-lectureslides")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lectureslides/"
"tex/latex/lectureslides/")
(base32
"189sm3vxgi1qf6xf07f98p16bah8siwz0q97dpsjrpzx7m32bbiw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lectureslides")
(synopsis "Combine single PDF files into one file")
(description
"This package makes it easy to combine and index individual PDF files into one
large PDF file.")
(license license:cc-by4.0)))
;;;
;;; 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