[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/245: gnu: Add texlive-chemgreek.
From: |
guix-commits |
Subject: |
141/245: gnu: Add texlive-chemgreek. |
Date: |
Sun, 30 Jul 2023 13:46:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4fe6970da3bdaa8f48dcbe9952eea62c8db7e299
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:32:20 2023 +0200
gnu: Add texlive-chemgreek.
* gnu/packages/tex.scm (texlive-chemgreek): New variable.
---
gnu/packages/tex.scm | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dab9d12dd3..25def775ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2337,6 +2337,52 @@ of solutions.")
reactions in support of other chemistry packages (such as
@code{chemmacros}).")
(license license:lppl1.3c)))
+(define-public texlive-chemgreek
+ (package
+ (name "texlive-chemgreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chemgreek/"
+ "tex/latex/chemgreek/")
+ (base32
+ "0rpcywz5w2im5ck0kp56dywiy1his01s817pngdf9xdn02qk517n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chemgreek")
+ (synopsis "Upright Greek letters in chemistry")
+ (description
+ "The package provides upright Greek letters in support of other chemistry
+packages (such as @code{chemmacros}).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-chemarrow
+ (package
+ (name "texlive-chemarrow")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/chemarrow/"
+ "fonts/afm/public/chemarrow/"
+ "fonts/map/dvips/chemarrow/"
+ "fonts/source/public/chemarrow/"
+ "fonts/tfm/public/chemarrow/"
+ "fonts/type1/public/chemarrow/"
+ "source/fonts/chemarrow/"
+ "tex/latex/chemarrow/")
+ (base32
+ "1ky0v2psxamzilmijih88zxanmq2hnpv1yc18mcy9mpymcmvrhwr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/chemarrow")
+ (synopsis "Arrows for use in chemistry")
+ (description
+ "This bundle consists of a font (available as Metafont source, MetaPost
+source, and generated type 1 versions), and a package to use it. The arrows
+in the font are designed to look more like those in chemistry text-books than
+do Knuth's originals.")
+ (license license:public-domain)))
(define-public texlive-chemmacros
(package
- 118/245: gnu: Add texlive-kvmap., (continued)
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek.,
guix-commits <=
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30