guix-commits
[Top][All Lists]
Advanced

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

06/39: gnu: Add texlive-uhc.


From: guix-commits
Subject: 06/39: gnu: Add texlive-uhc.
Date: Tue, 15 Aug 2023 07:38:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a7319a8431a59c7148f054d9d9451c05f8cfcfa0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 12:11:48 2023 +0200

    gnu: Add texlive-uhc.
    
    * gnu/packages/tex.scm (texlive-uhc): 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 ef9706182b..6a4611d78b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -43514,6 +43514,33 @@ a template for such theses.)  The class is designed 
for use with pdfLaTeX;
 input in UTF-8 encoding is assumed.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uhc
+  (package
+    (name "texlive-uhc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/uhc/umj/"
+                   "dvips/uhc/"
+                   "fonts/afm/uhc/umj/"
+                   "fonts/map/dvips/uhc/"
+                   "fonts/tfm/uhc/umj/"
+                   "fonts/tfm/uhc/uwmj/"
+                   "fonts/tfm/uhc/wmj/"
+                   "fonts/type1/uhc/umj/"
+                   "fonts/vf/uhc/uwmj/"
+                   "fonts/vf/uhc/wmj/")
+             (base32
+              "1hpqdzmz4xrcgk443lysif8yk52rbra8rh6cjjfr4kibyfpy77p3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uhc";)
+    (synopsis "Fonts for the Korean language")
+    (description
+     "This package provides support for Korean documents written in Korean
+standard KSC codes for LaTeX2e.")
+    (license license:lppl)))
+
 (define-public texlive-uhrzeit
   (package
     (name "texlive-uhrzeit")



reply via email to

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