guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/33: gnu: Add texlive-eskd.


From: guix-commits
Subject: 12/33: gnu: Add texlive-eskd.
Date: Mon, 14 Aug 2023 09:22:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit da019c586e40bce6bb7727e0be60c75f32d7c401
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:03:21 2023 +0200

    gnu: Add texlive-eskd.
    
    * gnu/packages/tex.scm (texlive-eskd): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d9abd77756..0a1f4df392 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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.")
     (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
   (package
     (name "texlive-eso-pic")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]