mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-pmhanguljamo.
* gnu/packages/tex.scm (texlive-pmhanguljamo): New variable.
This commit is contained in:
parent
2a2556380f
commit
7e97b29620
1 changed files with 20 additions and 0 deletions
|
@ -9809,6 +9809,26 @@ (define-public texlive-pm-isomath
|
|||
typsetting common math symbols that require special ISO treatment.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-pmhanguljamo
|
||||
(package
|
||||
(name "texlive-pmhanguljamo")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pmhanguljamo/"
|
||||
"tex/latex/pmhanguljamo/")
|
||||
(base32
|
||||
"1k8cvzmrrpb6hkkjczfq4mad71450pappf68jdlf1vmg3qb0f9z3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pmhanguljamo")
|
||||
(synopsis "Poor man's Hangul Jamo input method")
|
||||
(description
|
||||
"This package provides a Hangul transliteration input method that allows
|
||||
to typeset Korean letters (Hangul) using the proper fonts. The use of XeLaTeX
|
||||
is recommended.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-polexpr
|
||||
(package
|
||||
(name "texlive-polexpr")
|
||||
|
|
Loading…
Reference in a new issue