guix-commits
[Top][All Lists]
Advanced

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

132/306: gnu: Add texlive-fouriernc.


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

ngz pushed a commit to branch master
in repository guix.

commit aabf97da4ff83cef9e88b81bc03a3d5ece5b2969
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:19:12 2023 +0200

    gnu: Add texlive-fouriernc.
    
    * gnu/packages/tex.scm (texlive-fouriernc): 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 33b084c792..b9a2aa23a9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12474,6 +12474,28 @@ level, as appropriate.  The package provides an 
alternative to the use of the
 @code{\\sideset} command in the @code{amsmath} package.")
     (license license:lppl)))
 
+(define-public texlive-fouriernc
+  (package
+    (name "texlive-fouriernc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/fouriernc/"
+                   "fonts/afm/public/fouriernc/"
+                   "fonts/tfm/public/fouriernc/"
+                   "fonts/vf/public/fouriernc/"
+                   "tex/latex/fouriernc/")
+             (base32
+              "1gg9l6zvyi98jg1w7z33pxsnmh7lqjcs2zakhj3pbv2q7ysxnppw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fouriernc";)
+    (synopsis "Use New Century Schoolbook text with Fourier maths fonts")
+    (description
+     "This package provides a LaTeX mathematics font setup for use with New
+Century Schoolbook text.")
+    (license license:lppl)))
+
 (define-public texlive-francais-bst
   (package
     (name "texlive-francais-bst")



reply via email to

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