[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
140/245: gnu: Add texlive-mgltex.
From: |
guix-commits |
Subject: |
140/245: gnu: Add texlive-mgltex. |
Date: |
Sun, 30 Jul 2023 13:46:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7ce5441d07d2a969eb91e1a82124162328cc781c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:31:51 2023 +0200
gnu: Add texlive-mgltex.
* gnu/packages/tex.scm (texlive-mgltex): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index af2f53b681..dab9d12dd3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4775,6 +4775,32 @@ decorate those diagrams, for instance to annotate the
diagram, to add crashes
to the processes, checkpoints, ...")
(license license:lppl1.3+)))
+(define-public texlive-mgltex
+ (package
+ (name "texlive-mgltex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mgltex/" "source/latex/mgltex/"
+ "tex/latex/mgltex/")
+ (base32
+ "0lv18k5z59ayxm9z02pnfibhdblvl802nhmpxd7wg0fbl1sk886x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mgltex")
+ (synopsis
+ "High-quality graphics from MGL scripts embedded in LaTeX documents")
+ (description
+ "This package allows you to create high-quality publication-ready
+graphics directly from MGL scripts embedded into your LaTeX document, using
+the MathGL library.
+
+MathGL is a fast and efficient library by Alexey Balakin for the creation of
+high-quality publication-ready scientific graphics. Although it defines
+interfaces for many programming languages, it also implements its own
+scripting language, called MGL, which can be used independently.")
+ (license (list license:gpl3 license:cc-by-sa3.0))))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 122/245: gnu: Add texlive-longdivision., (continued)
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 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 <=
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 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