[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
228/245: gnu: Add texlive-textgreek.
From: |
guix-commits |
Subject: |
228/245: gnu: Add texlive-textgreek. |
Date: |
Sun, 30 Jul 2023 13:47:27 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f261f23cf738e6822ea6f8c0f4b546d4873d2660
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:58:13 2023 +0200
gnu: Add texlive-textgreek.
* gnu/packages/tex.scm (texlive-textgreek): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0759118d44..fea07d6636 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6700,6 +6700,27 @@ mathematical proofs and to construct programs. This
package provides macros
that support calculational proofs and Dijkstra's guarded command language.")
(license license:bsd-1)))
+(define-public texlive-textgreek
+ (package
+ (name "texlive-textgreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/textgreek/"
+ "source/latex/textgreek/"
+ "tex/latex/textgreek/")
+ (base32
+ "0a0x07xyy1akqwya54k5bf3f8k4vcrv4hfmijmcp60ikw4v5gha1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-greek-fontenc))
+ (home-page "https://ctan.org/pkg/textgreek")
+ (synopsis "Upright greek letters in text")
+ (description
+ "This package provides macros to use upright greek letters as text
+symbols.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 167/245: gnu: Add texlive-physconst., (continued)
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek.,
guix-commits <=
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30