[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/93: gnu: Add texlive-texdimens.
From: |
guix-commits |
Subject: |
80/93: gnu: Add texlive-texdimens. |
Date: |
Thu, 20 Jul 2023 05:21:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 073bd5b2aa43c74fe7518241736f36824eb07529
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:07:16 2023 +0200
gnu: Add texlive-texdimens.
* gnu/packages/tex.scm (texlive-texdimens): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 945276dec7..dd6469c0c9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3842,6 +3842,25 @@ yearly) automatically, and can be easily localized for
non-English
languages.")
(license license:lppl1.3c)))
+(define-public texlive-texdimens
+ (package
+ (name "texlive-texdimens")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/texdimens/"
+ "tex/generic/texdimens/")
+ (base32
+ "0l6raryqpxydis9kq6sd4pvz7d2rzrrsnx7k9n3d3921pp208lv4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texdimens";)
+ (synopsis "Conversion of TeX dimensions to decimals")
+ (description
+ "This package provides utilities and documentation related to TeX
+dimensional units, usable both with Plain TeX and with LaTeX.")
+ (license license:lppl1.3c)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 37/93: gnu: Add texlive-hlist., (continued)
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path., guix-commits, 2023/07/20
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20
- 62/93: gnu: Add texlive-plipsum., guix-commits, 2023/07/20
- 87/93: gnu: Add texlive-xii., guix-commits, 2023/07/20
- 84/93: gnu: Add texlive-trigonometry., guix-commits, 2023/07/20
- 91/93: gnu: Add texlive-zztex., guix-commits, 2023/07/20
- 93/93: gnu: Add texlive-collection-plaingeneric., guix-commits, 2023/07/20
- 80/93: gnu: Add texlive-texdimens.,
guix-commits <=
- 85/93: gnu: Add texlive-upca., guix-commits, 2023/07/20
- 70/93: gnu: Add texlive-ruler., guix-commits, 2023/07/20
- 75/93: gnu: Add texlive-systeme., guix-commits, 2023/07/20
- 74/93: gnu: Add texlive-swrule., guix-commits, 2023/07/20
- 44/93: gnu: Add texlive-lecturer., guix-commits, 2023/07/20
- 92/93: gnu: Add texlive-poormanlog., guix-commits, 2023/07/20
- 46/93: gnu: Add texlive-localloc., guix-commits, 2023/07/20