mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: Add texlive-churchslavonic.
* gnu/packages/tex.scm (texlive-churchslavonic): New variable.
This commit is contained in:
parent
163caea916
commit
5fb91c1f72
1 changed files with 25 additions and 0 deletions
|
@ -3086,6 +3086,31 @@ (define-public texlive-chronosys
|
||||||
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
|
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-churchslavonic
|
||||||
|
(package
|
||||||
|
(name "texlive-churchslavonic")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/churchslavonic/"
|
||||||
|
"tex/latex/churchslavonic/")
|
||||||
|
(base32
|
||||||
|
"1qyxyp0ckizrryvqyz8cz066g9vvz01ki6b50sm5hk44b6b4v3ri")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-etoolbox
|
||||||
|
texlive-fonts-churchslavonic
|
||||||
|
texlive-hyphen-complete
|
||||||
|
texlive-oberdiek
|
||||||
|
texlive-xcolor))
|
||||||
|
(home-page "https://ctan.org/pkg/churchslavonic")
|
||||||
|
(synopsis "Typeset documents in Church Slavonic language using Unicode")
|
||||||
|
(description
|
||||||
|
"The package provides fonts, hyphenation patterns, and supporting macros
|
||||||
|
to typeset Church Slavonic texts.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-clrscode
|
(define-public texlive-clrscode
|
||||||
(package
|
(package
|
||||||
(name "texlive-clrscode")
|
(name "texlive-clrscode")
|
||||||
|
|
Loading…
Reference in a new issue