mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-lectureslides.
* gnu/packages/tex.scm (texlive-lectureslides): New variable.
This commit is contained in:
parent
25259e2b1f
commit
d91150ec61
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue