gnu: Add texlive-practicalreports.

* gnu/packages/tex.scm (texlive-practicalreports): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:50 +02:00
parent 720251f1d0
commit e11c5bb4c8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -92854,6 +92854,25 @@ and @code{\\restoregeometry} of the @code{geometry} package @code{\\newpagecolor
with PowerPoint, but more precise, uniform, and visually strict.")
(license license:expat)))
(define-public texlive-practicalreports
(package
(name "texlive-practicalreports")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/practicalreports/"
"tex/latex/practicalreports/")
(base32
"0zm7rx8d5vgg2b2dlra44qk77kgivb4pq7glkaligcd1fw8sdzyp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/practicalreports")
(synopsis "Some macros for writing practical reports")
(description
"This package provides a handful of macros for writing up science practical
reports.")
(license license:lppl1.3c)))
;;;
;;; 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