[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: Add texlive-nanumtype1.
From: |
guix-commits |
Subject: |
08/12: gnu: Add texlive-nanumtype1. |
Date: |
Wed, 16 Aug 2023 13:16:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2a2556380ff1009107b60d8229c69dd95307b8ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 18:59:20 2023 +0200
gnu: Add texlive-nanumtype1.
* gnu/packages/tex.scm (texlive-nanumtype1): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a57736d9ab..65a7affdd4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9048,6 +9048,34 @@ style for plant herbarium specimens. So far, documents
using this class can
only be compiled with XeLaTeX.")
(license license:lppl1.3c)))
+(define-public texlive-nanumtype1
+ (package
+ (name "texlive-nanumtype1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nanumtype1/"
+ "fonts/afm/public/nanumtype1/"
+ "fonts/map/dvips/nanumtype1/"
+ "fonts/tfm/public/nanumtype1/"
+ "fonts/type1/public/nanumtype1/"
+ "fonts/vf/public/nanumtype1/"
+ "tex/latex/nanumtype1/")
+ (base32
+ "0n7dbhxa186x7f2ql8kjr2bn425vlhswl2m5n2n3iklfam9bmf6k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nanumtype1")
+ (synopsis "Type1 subfonts of Nanum Korean fonts")
+ (description
+ "Nanum is a unicode font designed especially for Korean-language script.
+The font was designed by Sandoll Communication and Fontrix; it includes the
+sans serif (gothic), serif (myeongjo), pen script and brush script typefaces.
+The package provides Type1 subfonts converted from Nanum Myeongjo (Regular and
+@code{ExtraBold)} and Nanum Gothic (Regular and Bold) OTFs. C70, LUC, T1, and
+TS1 font definition files are also provided.")
+ (license license:silofl1.1)))
+
(define-public texlive-natded
(package
(name "texlive-natded")
- 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, 2023/08/16
- 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 <=
- 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