guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: Add texlive-unfonts-core.


From: guix-commits
Subject: 10/12: gnu: Add texlive-unfonts-core.
Date: Wed, 16 Aug 2023 13:16:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8c03f6007e0c315d04b34076a8c4cd1b3aacfb93
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:06:17 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a0b583d9a7..e054eabb3b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11605,6 +11605,33 @@ providing the LaTeX user with macros which are used to 
markup textual
 information.")
     (license license:lppl)))
 
+(define-public texlive-unfonts-core
+  (package
+    (name "texlive-unfonts-core")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/unfonts-core/"
+                   "fonts/truetype/public/unfonts-core/")
+             (base32
+              "12q7h1akmgc3vdvyb4i8x51a716451kwi90vh9i57xw76hmg5f4x")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/unfonts-core";)
+    (synopsis "TrueType version of Un-fonts")
+    (description
+     "This is TrueType version of Un-fonts core bundle.  It includes the
+following font families (12 fonts):
+@itemize
+@item UnBatang, UnBatangBold: serif;
+@item UnDotum, UnDotumBold: sans-serif;
+@item UnGraphic, UnGraphicBold: sans-serif style;
+@item UnDinaru, UnDinaruBold, UnDinaruLight;
+@item UnPilgi, UnPilgiBold: script;
+@item UnGungseo: cursive, brush-stroke.
+@end itemize")
+    (license license:gpl2)))
+
 (define-public texlive-unicode-alphabets
   (package
     (name "texlive-unicode-alphabets")



reply via email to

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