guix-commits
[Top][All Lists]
Advanced

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

282/306: gnu: Add texlive-theanodidot.


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

ngz pushed a commit to branch master
in repository guix.

commit 2b0bfc23c6af9df9ede8da7f9aaf25c83fb0a053
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:02:36 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 65cf2473b4..fac71b9980 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24830,6 +24830,33 @@ to introduce characters lines, to render stage 
directions, to divide a play
 into acts and scenes and to build the dramatis personae automatically.")
     (license license:lppl1.3+)))
 
+(define-public texlive-theanodidot
+  (package
+    (name "texlive-theanodidot")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/theanodidot/"
+                   "fonts/enc/dvips/theanodidot/"
+                   "fonts/map/dvips/theanodidot/"
+                   "fonts/tfm/public/theanodidot/"
+                   "fonts/truetype/public/theanodidot/"
+                   "fonts/type1/public/theanodidot/"
+                   "fonts/vf/public/theanodidot/"
+                   "tex/latex/theanodidot/")
+             (base32
+              "00qf03ssh7ncpl6l33zcmqkhbylv77w3d0jdvxv9pcbbsn3rzk7v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/theanodidot";)
+    (synopsis "TheanoDidot fonts with LaTeX support")
+    (description
+     "This package provides the TheanoDidot font designed by Alexey Kryukov,
+in both TrueType and Type1 formats, with support for both traditional and
+modern LaTeX processors.  An artificially-emboldened variant has been provided
+but there are no italic variants.")
+    (license (list license:lppl license:silofl1.1))))
+
 (define-public texlive-theatre
   (package
     (name "texlive-theatre")



reply via email to

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