mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add texlive-newsletr.
* gnu/packages/tex.scm (texlive-newsletr): New variable.
This commit is contained in:
parent
a6c7cfc6e6
commit
6370d2f9c5
1 changed files with 19 additions and 0 deletions
|
@ -3191,6 +3191,25 @@ (define-public texlive-navigator
|
||||||
and use raw PDF objects.")
|
and use raw PDF objects.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-newsletr
|
||||||
|
(package
|
||||||
|
(name "texlive-newsletr")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/plain/newsletr/" "tex/plain/newsletr/")
|
||||||
|
(base32
|
||||||
|
"0c7ggyx1jnw05vn589awxxbpfqkwf7kq4qn9pm61ycb6p9n3nn0h")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/newsletr")
|
||||||
|
(synopsis "Macros for making newsletters with Plain TeX")
|
||||||
|
(description
|
||||||
|
"This package provides macros for making newsletters with Plain TeX.")
|
||||||
|
;; License is almost Knuth's, but requires marking modifications
|
||||||
|
;; explicitly instead of simply renaming the file.
|
||||||
|
(license (license:fsf-free "file://doc/plain/newsletr/read.me"))))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue