mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add texlive-serbian-def-cyr.
* gnu/packages/tex.scm (texlive-serbian-def-cyr): New variable.
This commit is contained in:
parent
37de1fa524
commit
572a98c207
1 changed files with 19 additions and 0 deletions
|
@ -8600,6 +8600,25 @@ (define-public texlive-serbian-date-lat
|
|||
a @code{\\date} command that solves the problem.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-serbian-def-cyr
|
||||
(package
|
||||
(name "texlive-serbian-def-cyr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/serbian-def-cyr/"
|
||||
"tex/latex/serbian-def-cyr/")
|
||||
(base32
|
||||
"116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/serbian-def-cyr")
|
||||
(synopsis "Serbian Cyrillic localization")
|
||||
(description
|
||||
"This package provides abstract, chapter, title, date etc, for Serbian
|
||||
language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-sesamanuel
|
||||
(package
|
||||
(name "texlive-sesamanuel")
|
||||
|
|
Loading…
Reference in a new issue