mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: Add texlive-zztex.
* gnu/packages/tex.scm (texlive-zztex): New variable.
This commit is contained in:
parent
2efd2a8d11
commit
92ca4ac79b
1 changed files with 19 additions and 0 deletions
|
@ -4063,6 +4063,25 @@ (define-public texlive-xlop
|
|||
operations, etc.)")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-zztex
|
||||
(package
|
||||
(name "texlive-zztex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/zztex/" "tex/plain/zztex/")
|
||||
(base32
|
||||
"07vx3m2g4vl2v1nxxy5dih67jg406y2i94sgkrmplm54b0pp42g3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/zztex")
|
||||
(synopsis "TeX macro package for producing books, journals, and manuals")
|
||||
(description
|
||||
"The ZzTeX macro package is a full-featured TeX macro package specially
|
||||
designed for producing books, journals, and manuals. ZzTeX runs under Plain
|
||||
TeX.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-lcdftypetools
|
||||
(package
|
||||
(name "texlive-lcdftypetools")
|
||||
|
|
Loading…
Reference in a new issue