gnu: Add texlive-manuscript.

* gnu/packages/tex.scm (texlive-manuscript): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:06 +02:00
parent ed3f1ee055
commit 29857a5aa5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88237,6 +88237,27 @@ (define-public texlive-mandi
introductory physics students.")
(license license:lppl1.3+)))
(define-public texlive-manuscript
(package
(name "texlive-manuscript")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/manuscript/"
"source/latex/manuscript/"
"tex/latex/manuscript/")
(base32
"1idb43b4c74mdyzypvq5izfv2jf91b33d8qhva12bd7njz3wnpg9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/manuscript")
(synopsis "Emulate look of a document typed on a typewriter")
(description
"This package is designed for those who have to submit dissertations, etc., to
institutions that still maintain the typewriter is the summit of
non-professional printing.")
(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