guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-fourier.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-fourier.
Date: Wed, 31 Mar 2021 07:13:41 -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 26133b1  gnu: Add texlive-fourier.
26133b1 is described below

commit 26133b1f33c8fbce63ed058df80f3e5181803f68
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Wed Mar 31 12:08:50 2021 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 85678ff..66844ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7859,3 +7859,28 @@ font families: Bera Serif (a slab-serif Roman), Bera 
Sans (a Frutiger
 descendant) and Bera Mono (monospaced/typewriter).  The Bera family is
 a repackaging, for use with TeX, of the Bitstream Vera family.")
     (license license:silofl1.1)))
+
+(define-public texlive-fourier
+  (package
+    (inherit (simple-texlive-package
+              "texlive-fourier"
+              (list "/doc/fonts/fourier/"
+                    "/fonts/afm/public/fourier/"
+                    "/fonts/map/dvips/fourier/"
+                    "/fonts/tfm/public/fourier/"
+                    "/fonts/type1/public/fourier/"
+                    "/fonts/vf/public/fourier/"
+                    "/tex/latex/fourier/")
+              (base32
+               "1vs2xdx6f6hd01zlslx3y93g3dsa7k3yhqpnhgkizgjmz0r9ipz1")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/fourier";)
+    (synopsis "Utopia fonts for LaTeX documents")
+    (description "Fourier-GUTenberg is a LaTeX typesetting system
+which uses Adobe Utopia as its standard base font.  Fourier-GUTenberg
+provides all complementary typefaces needed to allow Utopia based TeX
+typesetting including an extensive mathematics set and several other
+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)))



reply via email to

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