[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/245: gnu: Add texlive-pm-isomath.
From: |
guix-commits |
Subject: |
171/245: gnu: Add texlive-pm-isomath. |
Date: |
Sun, 30 Jul 2023 13:46:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8033dfd16b8ff5ad76d952907ae74ba8c9792167
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:40:20 2023 +0200
gnu: Add texlive-pm-isomath.
* gnu/packages/tex.scm (texlive-pm-isomath): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e5d9502696..18ca9ae1d0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5496,6 +5496,29 @@ It is designed as a tool that is easy to use, with a
lean syntax, native to
LaTeX, and directly supporting PDF output format.")
(license license:lppl1.3c)))
+(define-public texlive-pm-isomath
+ (package
+ (name "texlive-pm-isomath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pm-isomath/"
+ "source/latex/pm-isomath/"
+ "tex/latex/pm-isomath/")
+ (base32
+ "1a3qsv8x1pj2fd8hdbds6skvda9hpaph0a3hakf61xngc7q4ymxn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pm-isomath")
+ (synopsis "Poor man ISO math for pdfLaTeX users")
+ (description
+ "This small package realizes a poor man approximation of the ISO
+regulations for physical sciences and technology. Contrary to other more
+elegant solutions, it does not load any math alphabet, since pdfLaTeX can use
+only a maximum of such alphabets. The necessary user macros are defined for
+typsetting common math symbols that require special ISO treatment.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 157/245: gnu: Add texlive-numerica-plus., (continued)
- 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
- 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 <=
- 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, 2023/07/30
- 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