me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-erdc.

* gnu/packages/tex.scm (texlive-erdc): New variable.
master
Nicolas Goaziou 2023-08-22 15:37:39 +02:00
parent 2d1ca9eb76
commit 55422eae53
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -12723,6 +12723,26 @@ standard @code{amsmath} numbered equation environments to throw a warning
whenever this occurs.")
(license license:lppl1.3+)))
(define-public texlive-erdc
(package
(name "texlive-erdc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/erdc/" "source/latex/erdc/"
"tex/latex/erdc/")
(base32
"0sqq0zd89jx2l4n1hpas4c4y4p3mh1mbnfigjbal9xg2h5pijkv1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/erdc")
(synopsis "Style for reports by US Army Corps of Engineers")
(description
"This package provides a class for typesetting Technical Information
Reports of the Engineer Research and Development Center, US Army Corps of
Engineers.")
(license license:lppl)))
(define-public texlive-erewhon
(package
(name "texlive-erewhon")