guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]