gnu: Add texlive-protex.

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

View file

@ -93138,6 +93138,24 @@ (define-public texlive-prosper
on. Various visual styles are supported and others are being contributed.")
(license license:lppl1.2+)))
(define-public texlive-protex
(package
(name "texlive-protex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/protex/" "tex/latex/protex/")
(base32
"1cbsz5r8dj528mrpsbdp3flz3dma6kifbd2xqy1vkw6vhc3nbvcg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/protex")
(synopsis "Literate programming package")
(description
"ProTeX is a simple but powerful literate programming tool, which is designed
to generate useful hypertext output (either PDF, or HTML using TeX4ht).")
(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