mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-thaispec.
* gnu/packages/tex.scm (texlive-thaispec): New variable.
This commit is contained in:
parent
70c1b960d4
commit
8f0657a88a
1 changed files with 22 additions and 0 deletions
|
@ -9914,6 +9914,28 @@ (define-public texlive-thaienum
|
|||
Concrete examples are given in the documentation.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-thaispec
|
||||
(package
|
||||
(name "texlive-thaispec")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/thaispec/"
|
||||
"source/latex/thaispec/"
|
||||
"tex/latex/thaispec/")
|
||||
(base32
|
||||
"1d0mj98akv7bfq3msaplm2pffcwfayssn4i5an12zrw0wxicmp96")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/thaispec")
|
||||
(synopsis "Thai language typesetting in XeLaTeX")
|
||||
(description
|
||||
"This package allows you to input Thai characters directly to LaTeX
|
||||
documents and choose any (system wide) Thai fonts for typesetting in XeLaTeX.
|
||||
It also tries to appropriately justify paragraphs with no more external
|
||||
tools.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-thermodynamics
|
||||
(package
|
||||
(name "texlive-thermodynamics")
|
||||
|
|
Loading…
Reference in a new issue