gnu: Add texlive-lectures.

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

View file

@ -86954,6 +86954,26 @@ (define-public texlive-lebhart
XeLaTeX or LuaLaTeX.")
(license license:lppl1.3c)))
(define-public texlive-lectures
(package
(name "texlive-lectures")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lectures/" "tex/latex/lectures/")
(base32
"05x3dc40n83v7faw789iw5nzwn43zx6vjl58iqwdsqchkmd8alrv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lectures")
(synopsis
"Document class for quickly drafting nice looking lecture notes")
(description
"This LaTeX document class provides a number of gimmicks to draft nice looking
lecture notes, such as a number of theorem environments, automatic spacing and
alignment of figures and much more.")
(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