[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/93: gnu: Add texlive-metatex.
From: |
guix-commits |
Subject: |
47/93: gnu: Add texlive-metatex. |
Date: |
Thu, 20 Jul 2023 05:21:21 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0f26b7d2f015c586d648b7bbf2bcf70e2686e268
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:55:34 2023 +0200
gnu: Add texlive-metatex.
* gnu/packages/tex.scm (texlive-metatex): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6f88c45b3f..20b9a20581 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3070,6 +3070,28 @@ providing a mechanism for local allocation. The package
works with Plain TeX
and LaTeX.")
(license license:knuth)))
+(define-public texlive-metatex
+ (package
+ (name "texlive-metatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/metatex/" "tex/plain/metatex/")
+ (base32
+ "0pdgx59ckp9qdfidl37y8mv3dyvza9lxmhgbqk69ckywm3kbb2n9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/metatex")
+ (synopsis "Incorporate Metafont pictures in TeX source")
+ (description
+ "METATeX is a set of plain TeX and Metafont macros that you can use to
+define both the text and the figures in a single source file. Because METATeX
+sets up two way communication, from TeX to Metafont and back from Metafont to
+TeX, drawing dimensions can be controlled by TeX and labels can be located by
+Metafont. Only standard features of TeX and Metafont are used, but two runs
+of TeX and one of Metafont are needed.")
+ (license license:gpl3+)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 35/93: gnu: Add texlive-graphics-pln., (continued)
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex.,
guix-commits <=
- 52/93: gnu: Add texlive-newsletr., guix-commits, 2023/07/20
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20