guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/53: gnu: Add texlive-metrix.


From: guix-commits
Subject: 28/53: gnu: Add texlive-metrix.
Date: Wed, 16 Aug 2023 14:27:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 15e5f83866ea91c679f8c553287cbcf1ecf56f8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:40:24 2023 +0200

    gnu: Add texlive-metrix.
    
    * gnu/packages/tex.scm (texlive-metrix): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e464431a67..48c89dafcb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9264,6 +9264,26 @@ ranging from very simple (lines and circles) to rather 
intricate (uncommon
 geometric transformations, fractals, bitmap, etc).")
     (license license:gpl1+)))
 
+(define-public texlive-metrix
+  (package
+    (name "texlive-metrix")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/metrix/" "source/latex/metrix/"
+                   "tex/latex/metrix/")
+             (base32
+              "185w7pgil8zix0czvd69l5pv6pcjc0n4nfbllm5v5mzr31sc0k5j")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/metrix";)
+    (synopsis "Typeset metric marks for Latin text")
+    (description
+     "The package may be used to type the prosodics/metrics of (Latin) verse;
+it provides macros to typeset the symbols standing alone, and in combination
+with symbols, giving automatic alignment.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-mex
   (package
     (name "texlive-mex")



reply via email to

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