[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/39: gnu: Add texlive-uptex-base.
From: |
guix-commits |
Subject: |
17/39: gnu: Add texlive-uptex-base. |
Date: |
Tue, 15 Aug 2023 07:38:48 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 72e852735555d20e3db0ae1b1abfb7fec0725749
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 12:26:31 2023 +0200
gnu: Add texlive-uptex-base.
* gnu/packages/tex.scm (texlive-uptex-base): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57557a3747..b34906ca5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14019,6 +14019,25 @@ analytical expansion of sin and cos.")
barcodes.")
(license license:lppl)))
+(define-public texlive-uptex-base
+ (package
+ (name "texlive-uptex-base")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/uptex/uptex-base/"
+ "tex/uptex/uptex-base/")
+ (base32
+ "1xd55rv5ivlmmfmvvz611by6dbi0cw4lwpprcvd9yvgmqjafc1pj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uptex-base")
+ (synopsis "Plain TeX formats and documents for upTeX")
+ (description
+ "The bundle contains plain TeX format files and documents for upTeX and
+and e-upTeX.")
+ (license license:bsd-3)))
+
(define-public texlive-variations
(package
(name "texlive-variations")
- 30/39: gnu: Add texlive-zxjafont., (continued)
- 30/39: gnu: Add texlive-zxjafont., guix-commits, 2023/08/15
- 31/39: gnu: Add texlive-c90., guix-commits, 2023/08/15
- 36/39: gnu: Add texlive-evangelion-jfm., guix-commits, 2023/08/15
- 23/39: gnu: Add texlive-xpinyin., guix-commits, 2023/08/15
- 29/39: gnu: Add texlive-zitie., guix-commits, 2023/08/15
- 05/39: gnu: Add texlive-norasi-c90., guix-commits, 2023/08/15
- 08/39: gnu: Add texlive-cjk., guix-commits, 2023/08/15
- 33/39: gnu: Add texlive-cjkutils., guix-commits, 2023/08/15
- 13/39: gnu: Add texlive-platex-tools., guix-commits, 2023/08/15
- 20/39: gnu: Add texlive-platex., guix-commits, 2023/08/15
- 17/39: gnu: Add texlive-uptex-base.,
guix-commits <=
- 27/39: gnu: Add texlive-xecjk., guix-commits, 2023/08/15
- 26/39: gnu: Add texlive-zhnumber., guix-commits, 2023/08/15
- 35/39: gnu: Add texlive-dnp., guix-commits, 2023/08/15
- 34/39: gnu: Add texlive-pxtatescale., guix-commits, 2023/08/15
- 39/39: gnu: Add texlive-collection-langcjk., guix-commits, 2023/08/15
- 04/39: gnu: Add texlive-garuda-c90., guix-commits, 2023/08/15
- 11/39: gnu: Add texlive-fandol., guix-commits, 2023/08/15
- 07/39: gnu: Add texlive-wadalab., guix-commits, 2023/08/15
- 15/39: gnu: Add texlive-ptex-fonts., guix-commits, 2023/08/15
- 24/39: gnu: Add texlive-zhmetrics., guix-commits, 2023/08/15