me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-iso.

* gnu/packages/tex.scm (texlive-iso): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:09 +02:00
parent 54bc7604b5
commit c47df3cb44
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -85778,6 +85778,26 @@ for readability. It does not support separate projects per invoice. It can
be used as a replacement for @code{invoice} in most cases.")
(license license:gpl3+)))
(define-public texlive-iso
(package
(name "texlive-iso")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/iso/" "makeindex/iso/"
"source/latex/iso/" "tex/latex/iso/")
(base32
"1rzxf4nykw6ar9dhn4vanwdryx7hapfjmqqjnlpg0ly05fckqd4i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/iso")
(synopsis "Generic ISO standards typesetting macros")
(description
"This package provide generic class and package files for typesetting ISO
International Standard documents. Several standard documents have been
printed by ISO from camera-ready copy prepared using LaTeX and these files.")
(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