me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eskd.

* gnu/packages/tex.scm (texlive-eskd): New variable.
Nicolas Goaziou 2023-08-14 15:03:21 +02:00
parent 070d802ef6
commit da019c586e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -28590,6 +28590,26 @@ via one of the packages @code{calrsfs} and @code{mathrsfs}.")
readable copies of the FAQ from the Spanish TeX users group.") readable copies of the FAQ from the Spanish TeX users group.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-eskd
(package
(name "texlive-eskd")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eskd/" "source/latex/eskd/"
"tex/latex/eskd/")
(base32
"1q83pvycckrmyaiwwg3mcl77jy5wrcy8jy7kz004x7asq2p0a2ls")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eskd")
(synopsis "Modern Russian typesetting")
(description
"The class offers modern Russian text formatting, in accordance with
accepted design standards. Fonts not (apparently) available on CTAN are
required for use of the class.")
(license license:lppl)))
(define-public texlive-eso-pic (define-public texlive-eso-pic
(package (package
(name "texlive-eso-pic") (name "texlive-eso-pic")