guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-fontaxes.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-fontaxes.
Date: Wed, 07 Apr 2021 13:53:31 -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 2d77c27  gnu: Add texlive-fontaxes.
2d77c27 is described below

commit 2d77c270f4196cddd5739cda0156b610607a26a5
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Wed Apr 7 18:48:21 2021 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ec21221..c8bac7e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7905,3 +7905,26 @@ 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";))))
+
+(define-public texlive-fontaxes
+  (package
+    (name "texlive-fontaxes")
+    (version "1.0e")
+    (source
+     (origin
+       (method svn-fetch)
+       (uri (texlive-ref "latex" "fontaxes"))
+       (file-name (string-append name "-" version "-checkout"))
+       (sha256
+        (base32
+         "19mhp9l7cjw0sbq55c9lz0l2pffkyhyir3i63jqynifjmglbgkl7"))))
+    (build-system texlive-build-system)
+    (arguments '(#:tex-directory "latex/fontaxes"))
+    (home-page "http://www.ctan.org/pkg/fontaxes";)
+    (synopsis "Additional font axes for LaTeX")
+    (description "The @code{fontaxes} package adds several new font
+axes on top of LaTeX's New Font Selection Scheme (NFSS).  In
+particular, it splits the shape axis into a primary and a secondary
+shape axis and it adds three new axes to deal with the different
+figure versions offered by many professional fonts.")
+    (license license:lppl1.3+)))



reply via email to

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