guix-commits
[Top][All Lists]
Advanced

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

284/306: gnu: Add texlive-theanooldstyle.


From: guix-commits
Subject: 284/306: gnu: Add texlive-theanooldstyle.
Date: Mon, 21 Aug 2023 10:37:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 072a3cedfa85cacfd2b4ef473d8c294e141c785e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:04:03 2023 +0200

    gnu: Add texlive-theanooldstyle.
    
    * gnu/packages/tex.scm (texlive-theanooldstyle): 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 f2961c5d3a..b206075342 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24884,6 +24884,33 @@ modern LaTeX processors.  An artificially-emboldened 
variant has been provided
 but there are no italic variants.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-theanooldstyle
+  (package
+    (name "texlive-theanooldstyle")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/theanooldstyle/"
+                   "fonts/enc/dvips/theanooldstyle/"
+                   "fonts/map/dvips/theanooldstyle/"
+                   "fonts/tfm/public/theanooldstyle/"
+                   "fonts/truetype/public/theanooldstyle/"
+                   "fonts/type1/public/theanooldstyle/"
+                   "fonts/vf/public/theanooldstyle/"
+                   "tex/latex/theanooldstyle/")
+             (base32
+              "1jkfdfrpp6v12mw5khw51ib9dsjnc5bz3y6bazyabx8z7lgksig5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/theanooldstyle";)
+    (synopsis "Theano OldStyle fonts with LaTeX support")
+    (description
+     "This package provides the Theano OldStyle 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:silofl1.1 license:lppl))))
+
 (define-public texlive-theatre
   (package
     (name "texlive-theatre")



reply via email to

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