[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")
- branch master updated (95e68c1516 -> 3b102b1c9b), guix-commits, 2023/08/16
- 03/12: gnu: Add texlive-cjk-ko., guix-commits, 2023/08/16
- 06/12: gnu: Add texlive-kotex-oblivoir., guix-commits, 2023/08/16
- 01/12: gnu: Add texlive-baekmuk.,
guix-commits <=
- 02/12: gnu: Add texlive-kotex-plain., guix-commits, 2023/08/16
- 04/12: gnu: Add texlive-kotex-utf., guix-commits, 2023/08/16
- 11/12: gnu: Add texlive-unfonts-extra., guix-commits, 2023/08/16
- 08/12: gnu: Add texlive-nanumtype1., guix-commits, 2023/08/16
- 07/12: gnu: Add texlive-lshort-korean., guix-commits, 2023/08/16
- 12/12: gnu: Add texlive-collection-langkorean., guix-commits, 2023/08/16
- 09/12: gnu: Add texlive-pmhanguljamo., guix-commits, 2023/08/16
- 05/12: gnu: Add texlive-kotex-utils., guix-commits, 2023/08/16
- 10/12: gnu: Add texlive-unfonts-core., guix-commits, 2023/08/16