guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: Add texlive-baekmuk.


From: guix-commits
Subject: 01/12: gnu: Add texlive-baekmuk.
Date: Wed, 16 Aug 2023 13:16:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0698aae8e5403f0b9f7f158d82e7a96d39e7c4f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 18:54:03 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0e48fb816a..32f331638d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2633,6 +2633,26 @@ formatted lists of productions, with numbers if 
required.  It can also print
 in-line BNF expressions using math mode.")
     (license license:lppl1.3c)))
 
+(define-public texlive-baekmuk
+  (package
+    (name "texlive-baekmuk")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/baekmuk/"
+                   "fonts/truetype/public/baekmuk/")
+             (base32
+              "0nc6sfjbimh1g8zhcl58ag6kqskhwd3h0m68y7k2v3v5i9n5g5yr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/baekmuk";)
+    (synopsis "Baekmuk Korean TrueType fonts")
+    (description
+     "This bundle consists of four Korean fonts: @file{batang.ttf} (serif),
+@file{dotum.ttf} (sans-serif), @file{gulim.ttf} (sans-serif rounded) and
+@file{hline.ttf} (headline).")
+    (license license:expat)))
+
 (define-public texlive-bangla
   (package
     (name "texlive-bangla")



reply via email to

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