[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/245: gnu: Add texlive-engtlc.
From: |
guix-commits |
Subject: |
77/245: gnu: Add texlive-engtlc. |
Date: |
Sun, 30 Jul 2023 13:46:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit dcc7f5ed2e53be4137b21fc5f2e172c5e53caccf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:53:01 2023 +0200
gnu: Add texlive-engtlc.
* gnu/packages/tex.scm (texlive-engtlc): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fdb578aa35..54b37eeadf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3365,6 +3365,24 @@ otherwise.")
diagrams with just a few simple commands.")
(license license:lppl1.3+)))
+(define-public texlive-engtlc
+ (package
+ (name "texlive-engtlc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/engtlc/" "tex/latex/engtlc/")
+ (base32
+ "1xl0x6yanf2933p4ajlwzlrxjrn36kkdy6bm7cy10s1nys3y3pqk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/engtlc")
+ (synopsis "Support for users in telecommunications engineering")
+ (description
+ "The package provides a wide range of abbreviations for terms used in
+telecommunications engineering.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 48/245: gnu: Add texlive-clrscode3e., (continued)
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc.,
guix-commits <=
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30