diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-06-18 18:32:48 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:15:24 +0200 |
| commit | 40d45e75905c544b25ed0de32fdf95eb526e202a (patch) | |
| tree | c537c759629c6f8eeb26d81f804d1b5849c17ad5 | |
| parent | ebfd03cfa27bca77f01d6a13f3da0fd56b27567f (diff) | |
gnu: Add texlive-hatching.
* gnu/packages/tex.scm (texlive-hatching): New variable.
| -rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 77e8c937af..92602b413e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2255,6 +2255,25 @@ authors may also find this useful when writing out arbitrary text to an external file.") (license license:lppl1.3+))) +(define-public texlive-hatching + (package + (name "texlive-hatching") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/metapost/hatching/" + "metapost/hatching/") + (base32 + "1rkxx57rpzk8i0msbyrzcgmbvmjjrg295qg508w3v3dsy0f0krjj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/hatching") + (synopsis "MetaPost macros for hatching interior of closed paths") + (description + "The file @file{hatching}.mp contains a set of MetaPost macros for +hatching interior of closed paths.") + (license license:public-domain))) + (define-public texlive-helvetic (package (name "texlive-helvetic") |
