diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 15:38:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:28 +0200 |
commit | 8dcd6fe5d9b2ad0c0566d459791e4b04f94f38c7 (patch) | |
tree | 42daa48980c0b97827d80d15c79075705bf35d41 /gnu | |
parent | 55422eae533688e0b67cab36e540317d7b79e313 (diff) |
gnu: Add texlive-estcpmm.
* gnu/packages/tex.scm (texlive-estcpmm): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e3c271d759..6b0e36a8b2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12844,6 +12844,26 @@ allow their use as @code{calligraphic}, @code{fraktur} and @code{double-struck} (blackboard bold) in maths mode.") (license license:silofl1.1))) +(define-public texlive-estcpmm + (package + (name "texlive-estcpmm") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/estcpmm/" "source/latex/estcpmm/" + "tex/latex/estcpmm/") + (base32 + "09fp8vidb9wzdsm05nira4p8dyjn75i1jhhwnr6k17pdrad1sqrj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/estcpmm") + (synopsis "Style for Munitions Management Project Reports") + (description + "This package provides a class which supports typesetting Cost and +Performance Reports and Final Reports for Munitions Management Reports, US +Environmental Security Technology Certification Program.") + (license license:lppl))) + (define-public texlive-esvect (package (name "texlive-esvect") |