guix-commits
[Top][All Lists]
Advanced

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

147/306: gnu: Add texlive-gillcm.


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

ngz pushed a commit to branch master
in repository guix.

commit 101f9e491e52d06970b69181a5acb0a0b7328dbb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:22:29 2023 +0200

    gnu: Add texlive-gillcm.
    
    * gnu/packages/tex.scm (texlive-gillcm): 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 38eaa348bd..8624f0c3ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13207,6 +13207,28 @@ precautionary statements and pictograms in a 
straightforward way.  The
 statements are taken from EU regulation 1272/2008.")
     (license license:lppl1.3+)))
 
+(define-public texlive-gillcm
+  (package
+    (name "texlive-gillcm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/gillcm/"
+                   "fonts/map/dvips/gillcm/"
+                   "fonts/tfm/public/gillcm/"
+                   "fonts/vf/public/gillcm/"
+                   "tex/latex/gillcm/")
+             (base32
+              "0cz6aqcq2fv6hb2yv2ymc3j6myb8y73gyqbyigabwc909fmh5qdm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gillcm";)
+    (synopsis "Alternative unslanted italic Computer Modern fonts")
+    (description
+     "This is a demonstration of the use of virtual fonts for unusual effects:
+the package implements unslanted italic Computer Modern fonts.")
+    (license license:bsd-3)))
+
 (define-public texlive-glosmathtools
   (package
     (name "texlive-glosmathtools")



reply via email to

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