gnu: Add texlive-fonts-churchslavonic.
* gnu/packages/tex.scm (texlive-fonts-churchslavonic): New variable.
This commit is contained in:
parent
c25d3511d5
commit
163caea916
1 changed files with 19 additions and 0 deletions
|
@ -21669,6 +21669,25 @@ (define-public texlive-l3packages
|
|||
|
||||
(define-deprecated-package texlive-latex-l3packages texlive-l3packages)
|
||||
|
||||
(define-public texlive-fonts-churchslavonic
|
||||
(package
|
||||
(name "texlive-fonts-churchslavonic")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/fonts-churchslavonic/"
|
||||
"fonts/opentype/public/fonts-churchslavonic/")
|
||||
(base32
|
||||
"0yv3n8m6wcd6jk68fwlaiszv96lbax5rcv1j0wgam4dgpqqmacm4")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/fonts-churchslavonic")
|
||||
(synopsis "Fonts for typesetting in Church Slavonic language")
|
||||
(description
|
||||
"The package provides Unicode-encoded OpenType fonts for Church Slavonic
|
||||
which are intended for Unicode TeX engines only.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-fontspec
|
||||
(package
|
||||
(name "texlive-fontspec")
|
||||
|
|
Loading…
Reference in a new issue