me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-method.

* gnu/packages/tex.scm (texlive-method): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:31 +02:00
parent ab9f2339b0
commit 76344dd319
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -88761,6 +88761,25 @@ displaying document license information; facilitate basic internationalisation
and localisation.")
(license license:lppl1.3+)))
(define-public texlive-method
(package
(name "texlive-method")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/method/" "source/latex/method/"
"tex/latex/method/")
(base32
"0x8lqdj245jpkqywjwql34l0qvhvbx38qk02kcf03icdy1szfdlr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/method")
(synopsis "Typeset method and variable declarations")
(description
"The package supports typesetting of programming language method and variable
declarations. It supports declarations in German, French and English.")
(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