guix-commits
[Top][All Lists]
Advanced

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

270/306: gnu: Add texlive-stickstoo.


From: guix-commits
Subject: 270/306: gnu: Add texlive-stickstoo.
Date: Mon, 21 Aug 2023 10:36:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5e999eef0d051587025f444d06da579a82749f16
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:59:31 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 093b21f426..7d406c76a2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23901,6 +23901,34 @@ as a Greek complement to a Times-like font such as 
STEP.  The font supports
 polytonic Greek.")
     (license license:silofl1.1)))
 
+(define-public texlive-stickstoo
+  (package
+    (name "texlive-stickstoo")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/stickstoo/"
+                   "fonts/afm/public/stickstoo/"
+                   "fonts/enc/dvips/stickstoo/"
+                   "fonts/map/dvips/stickstoo/"
+                   "fonts/tfm/public/stickstoo/"
+                   "fonts/type1/public/stickstoo/"
+                   "fonts/vf/public/stickstoo/"
+                   "tex/latex/stickstoo/")
+             (base32
+              "15hmplphlg5vc3a966x379bkn74vb39pv73w0py65nd9zbb7z27i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/stickstoo";)
+    (synopsis "Reworking of STIX2")
+    (description
+     "SticksToo is a reworking of the STIX2 fonts with support files focussing
+on enhancements of support for LaTeX users wishing to be able to access more
+of its features.  A companion addition to the @code{newtxmath} package
+provides a matching math package using STIX2 letters (Roman and Greek) with
+@code{newtxmath} symbols.")
+    (license (list license:silofl1.1 license:lppl1.3+))))
+
 (define-public texlive-structmech
   (package
     (name "texlive-structmech")



reply via email to

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