[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
236/245: gnu: Add texlive-unitsdef.
From: |
guix-commits |
Subject: |
236/245: gnu: Add texlive-unitsdef. |
Date: |
Sun, 30 Jul 2023 13:47:30 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c36e506c63fce030db3cef916014c1ae60857c8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:59:27 2023 +0200
gnu: Add texlive-unitsdef.
* gnu/packages/tex.scm (texlive-unitsdef): 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 b8a5ec6f32..deb00bf958 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6862,6 +6862,27 @@ providing the LaTeX user with macros which are used to
markup textual
information.")
(license license:lppl)))
+(define-public texlive-unitsdef
+ (package
+ (name "texlive-unitsdef")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unitsdef/"
+ "source/latex/unitsdef/"
+ "tex/latex/unitsdef/")
+ (base32
+ "0r3d8af9543sfby3v39gq8vys0m0y3dvni7cly02q0cw6xxw784m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unitsdef")
+ (synopsis "Typesetting units in LaTeX")
+ (description
+ "This package predefines common units, defines an easy to use interface
+to define new units and changes the output concerning to the surrounding font
+settings.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 163/245: gnu: Add texlive-overarrows., (continued)
- 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, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef.,
guix-commits <=
- 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
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30