mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: Add texlive-c90.
* gnu/packages/tex.scm (texlive-c90): New variable.
This commit is contained in:
parent
1257f1949d
commit
1e695b8750
1 changed files with 17 additions and 0 deletions
|
@ -2917,6 +2917,23 @@ (define-public texlive-c-pascal
|
||||||
in Python, C and Pascal. Program source files may also be input.")
|
in Python, C and Pascal. Program source files may also be input.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-c90
|
||||||
|
(package
|
||||||
|
(name "texlive-c90")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/enc/c90/" "fonts/enc/dvips/c90/"
|
||||||
|
"source/fonts/enc/c90/")
|
||||||
|
(base32
|
||||||
|
"0g4rwimlqqzbbs8ar15nsf8qcr8bbyjacmklbgv4pmsls5ka9n3n")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/c90")
|
||||||
|
(synopsis "C90 font encoding for Thai")
|
||||||
|
(description "This package provides C90 font encoding for Thai.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public texlive-calculation
|
(define-public texlive-calculation
|
||||||
(package
|
(package
|
||||||
(name "texlive-calculation")
|
(name "texlive-calculation")
|
||||||
|
|
Loading…
Reference in a new issue