guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-utopia.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-utopia.
Date: Thu, 01 Apr 2021 08:06:43 -0400

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 95ef58f  gnu: Add texlive-utopia.
95ef58f is described below

commit 95ef58f03e7fc9edbe5758a85ac7b3f983c0c5ae
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Thu Apr 1 13:00:55 2021 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 66844ed..d45fe30 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7884,3 +7884,25 @@ symbols.  The system is absolutely stand-alone; apart 
from Utopia and
 Fourier no other typefaces are required.  Utopia is a registered
 trademark of Adobe Systems Incorporated.")
     (license license:lppl)))
+
+(define-public texlive-utopia
+  (package
+    (inherit (simple-texlive-package
+              "texlive-utopia"
+              (list "/doc/fonts/utopia/"
+                    "/fonts/afm/adobe/utopia/"
+                    "/fonts/tfm/adobe/utopia/"
+                    "/fonts/type1/adobe/utopia/"
+                    "/fonts/vf/adobe/utopia/")
+              (base32
+               "113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/utopia";)
+    (synopsis "Adobe Utopia fonts")
+    (description "The Adobe Standard Encoding set of the Utopia font
+family, as contributed to the X Consortium.  The set comprises upright
+and italic shapes in medium and bold weights.  Macro support and
+matching maths fonts are provided by the @code{fourier} and
+@code{mathdesign} font packages.")
+    (license (license:fsf-free
+              "http://mirrors.ctan.org/fonts/utopia/README";))))



reply via email to

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